Testing framework for Necko (Mozilla's networking stack)
Перейти к файлу
Nick Hurley a3548eab0e Fix lint warnings in named 2013-02-19 16:33:07 -08:00
linux Make cleaner a daemon 2013-02-15 17:12:55 -08:00
osx Fix label in srcleaner 2013-02-19 12:54:26 -08:00
tests Add ability to test stoneridge without modifying source. 2012-11-01 14:46:08 -07:00
tools Handle exceptions better in enqueuer 2013-02-19 12:57:25 -08:00
windows Watchdog process for windows 2013-02-19 13:28:07 -08:00
wpr Bring in named & dependencies from neckonet 2012-06-14 16:57:11 -07:00
.gitignore Update gitignore for local testing directory 2013-01-09 11:23:02 -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 Proper type for cleaner keep value 2013-02-19 10:31:35 -08:00
head.js Place xpcshell output in the sr output directory 2013-02-15 16:53:02 -08:00
installdmg.sh Make unpacker work 2012-05-01 13:40:58 -07:00
requirements.txt Update requirements.txt 2013-02-08 14:09:25 -08:00
run.ini.example Place xpcshell output in the sr output directory 2013-02-15 16:53:02 -08:00
srarchiver.py Fix lint warnings in archiver 2013-02-19 16:17:14 -08:00
srcleaner.py Proper type for cleaner keep value 2013-02-19 10:31:35 -08:00
srcloner.py Fix lint warnings in cloner 2013-02-19 16:19:39 -08:00
srcollator.py Fix lint warnings in collator 2013-02-19 16:20:15 -08:00
srdeferrer.py Fix lint warnings in deferrer 2013-02-19 16:22:00 -08:00
srdns.py Fix lint warnings in dns daemon 2013-02-19 16:26:26 -08:00
srdnsupdater.py Fix lint warnings in dns updater 2013-02-19 16:28:13 -08:00
srdownloader.py Fix lint warnings in downloader 2013-02-19 16:31:09 -08:00
srinfogatherer.py Fix lint warnings in info gatherer 2013-02-19 16:31:50 -08:00
srmaster.py Fix lint warnings in master 2013-02-19 16:32:39 -08:00
srnamed.py Fix lint warnings in named 2013-02-19 16:33:07 -08:00
srreporter.py Change archive directory name 2013-02-01 15:26:10 -08:00
srrun.py Set umask appropriately for all processes 2013-02-08 15:08:56 -08:00
srrunner.py Merge branch 'master' into debugging_fixes 2013-02-19 10:18:45 -08:00
srscheduler.py Fix syntax errors 2013-02-19 10:33:26 -08:00
srunpacker.py Use the new config files everywhere 2013-01-11 08:48:18 -08:00
sruploader.py Change archive directory name 2013-02-01 15:26:10 -08:00
srworker.py Run archiver before uploader 2013-02-19 11:04:39 -08:00
stoneridge.py Attempt to make queue listeners recover from connection failures 2013-02-19 13:27:28 -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.