Testing framework for Necko (Mozilla's networking stack)
Перейти к файлу
Nick Hurley 776dd154c4 Update wpr installation
This is being updated because the old one doesn't work on a modern mac
(which is where I do the page recording for page load tests), so we need
to have a more modern one. This required a bit of change to srnamed, but
actually made the code wildly simpler (woohoo!)
2013-03-14 15:33:17 -07:00
linux Add example /etc/gdm/custom.conf file for linux 2013-03-13 14:28:25 -07:00
osx Add command to set auto login user on os x 2013-03-13 14:26:32 -07:00
pageloader Add jshint config to srquit.js 2013-03-01 15:53:58 -08:00
tests Add pinterest pageload test 2013-03-01 15:30:54 -08:00
tools Make operating systems in srpush match try server 2013-02-26 09:53:10 -08:00
windows Add worker batch script for windows 2013-03-13 16:04:41 -07:00
wpr Update wpr installation 2013-03-14 15:33:17 -07:00
.gitignore Ignore faked-up run.ini file 2013-03-05 14:47:15 -08:00
.hgignore Add hgignore that mirrors gitignore 2012-05-14 15:41:18 -07:00
LICENSE Add MPL v2.0 license 2012-04-17 16:42:57 -07:00
README Add README as a starter/to-do list 2012-02-28 16:32:20 -08:00
config.ini.example Merge branch 'master' into pageload 2013-03-07 14:00:42 -08:00
head.js Fix jshint warnings in head.js and srdata.js 2013-03-01 15:56:12 -08:00
installdmg.sh Make unpacker work 2012-05-01 13:40:58 -07:00
mqproxy_empty.db Add empty mqproxy database, just for reference 2013-03-01 15:29:27 -08:00
requirements.txt Remove daemonize as a requirement 2013-03-06 13:27:11 -08:00
run.ini.example Place xpcshell output in the sr output directory 2013-02-15 16:53:02 -08:00
srarchiver.py More pep8 fixes found by flake8 2013-02-20 20:20:22 -08:00
srarpfixer.py Add ARP fixer 2013-03-04 11:31:27 -08:00
srcleaner.py Proper type for cleaner keep value 2013-02-19 10:31:35 -08:00
srcloner.py Merge branch 'master' into pep8 2013-02-25 13:38:49 -08:00
srcollator.py Merge branch 'master' into pep8 2013-02-25 11:00:28 -08:00
srdata.js Fix jshint warnings in head.js and srdata.js 2013-03-01 15:56:12 -08:00
srdeferrer.py More pep8 fixes found by flake8 2013-02-20 20:20:22 -08:00
srdns.py Save original dns in a well-known location 2013-03-06 11:25:58 -08:00
srdnscheck.py Slight refactor of dns check 2013-03-08 14:28:40 -08:00
srdnsupdater.py Fix lint warnings in dns updater 2013-02-19 16:28:13 -08:00
srdownloader.py More pep8 fixes found by flake8 2013-02-20 20:20:22 -08:00
sremailer.py Add logging to email daemon 2013-03-06 13:59:19 -08:00
srinfogatherer.py More pep8 fixes found by flake8 2013-02-20 20:20:22 -08:00
srmaster.py Merge branch 'master' into pep8 2013-02-25 13:38:49 -08:00
srnamed.py Update wpr installation 2013-03-14 15:33:17 -07:00
srpcap.py Add more logging (and error handling) to client-side pcap 2013-03-06 14:22:59 -08:00
srpcapper.py Add more logging in server-side pcap 2013-03-06 14:31:35 -08:00
srreporter.py Make reporter more robust 2013-03-05 11:14:33 -08:00
srrun.py Use the appropriate path separator 2013-02-26 14:56:02 -08:00
srrunner.py Merge branch 'master' into pageload 2013-03-07 14:00:42 -08:00
srscheduler.py Merge branch 'master' into pep8 2013-02-25 11:00:28 -08:00
srunpacker.py Fix unpacker's handling of the pageloader extension 2013-03-01 16:39:58 -08:00
sruploader.py Always upload to master 2013-03-08 14:33:08 -08:00
srworker.py Merge branch 'master' into pageload 2013-03-07 14:00:42 -08:00
stoneridge.py Merge branch 'master' into pageload 2013-03-06 14:10:12 -08:00

README

This is the source for Stone Ridge (https://wiki.mozilla.org/Necko/Performance/AutomatedTesting).

Currently it consists of
    * XPCShell JS to download network resources and report timings
    * Python harness to control xpcshell and upload timings to a graph server

There are plans for more, but we're starting basic here, folks.