Testing framework for Necko (Mozilla's networking stack)
Перейти к файлу
Nick Hurley b8e1505734 Update init scripts for OS X and Linux 2013-02-08 13:42:41 -08:00
linux Update init scripts for OS X and Linux 2013-02-08 13:42:41 -08:00
osx Update init scripts for OS X and Linux 2013-02-08 13:42:41 -08:00
tests Add ability to test stoneridge without modifying source. 2012-11-01 14:46:08 -07:00
tools Add enqueuer 2013-02-06 15:22:15 -08:00
windows Update windows dns modifier 2012-07-10 12:30:53 -07: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 Make example config line up with local setup for download root 2013-02-01 16:43:06 -08:00
head.js Fix time recording in tests 2012-08-08 09:45:42 -07:00
installdmg.sh Make unpacker work 2012-05-01 13:40:58 -07:00
requirements.txt Add requirements file for easy installation 2012-12-19 14:59:54 -08:00
run.ini.example Document the ini files, change example values 2013-02-01 14:06:23 -08:00
srarchiver.py Add missing shutil import to archiver 2013-02-01 16:22:55 -08:00
srcleaner.py Make cleaner actually run 2013-02-01 16:22:55 -08:00
srcloner.py Remove a couple unused imports 2013-02-04 12:11:44 -08:00
srcollator.py Add unit test support to collator 2013-02-01 16:51:22 -08:00
srdeferrer.py Missing os import in deferrer 2013-01-31 13:32:00 -08:00
srdns.py Debug in srdns 2013-01-11 17:06:11 -08:00
srdnsupdater.py Add unit test mode to srdnsupdater 2013-02-01 15:32:53 -08:00
srdownloader.py Make downloader take srid into account 2013-02-01 16:43:29 -08:00
srinfogatherer.py Make points for a run line up on the graphs 2013-02-04 12:15:27 -08:00
srmaster.py Make points for a run line up on the graphs 2013-02-04 12:15:27 -08:00
srnamed.py Modernize more except clauses 2013-02-01 15:00:56 -08:00
srreporter.py Change archive directory name 2013-02-01 15:26:10 -08:00
srrun.py Program to run stoneridge python from system python 2012-06-14 16:56:56 -07:00
srrunner.py Remove a couple unused imports 2013-02-04 12:11:44 -08:00
srscheduler.py Make points for a run line up on the graphs 2013-02-04 12:15:27 -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 Make points for a run line up on the graphs 2013-02-04 12:15:27 -08:00
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.