Testing framework for Necko (Mozilla's networking stack)
Перейти к файлу
Nick Hurley a32cc7a92f Make cleaner actually run
Somehow had an old argument parser stuck in there, that was causing us
to barf on a parameter required by the new argument parser. FAIL.
2013-02-01 16:22:55 -08:00
linux
osx
tests
tools
windows
wpr
.gitignore
.hgignore
LICENSE
README
config.ini.example
head.js
installdmg.sh
requirements.txt
run.ini.example
srarchiver.py
srcleaner.py Make cleaner actually run 2013-02-01 16:22:55 -08:00
srcloner.py
srcollator.py
srdeferrer.py
srdns.py
srdnsupdater.py
srdownloader.py
srinfogatherer.py
srmaster.py
srnamed.py
srreporter.py
srrun.py
srrunner.py Saner handling for unit tests in the runner 2013-02-01 16:00:07 -08:00
srscheduler.py
srunpacker.py
sruploader.py
srworker.py
stoneridge.py Make help work in stoneridge programs again 2013-02-01 16:21:53 -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.