https://github.com/benjamn/spec-parse
A buildbot harness for running speculative parsing performance tests
https://github.com/benjamn/spec-parse
Last synced: 8 months ago
JSON representation
A buildbot harness for running speculative parsing performance tests
- Host: GitHub
- URL: https://github.com/benjamn/spec-parse
- Owner: benjamn
- Created: 2010-06-27T02:19:00.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-06-27T02:19:21.000Z (about 16 years ago)
- Last Synced: 2025-02-05T16:16:23.645Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Before doing anything else, execute the command `make setup` from this
directory. This will fetch the standalone talos suite and upgrade the
buildbot master database.
After that, you should be able to issue `make start` in both this
directory and the slaves/spec-parse subdirectory to start the buildbot
harness. Visit http://localhost:8012 to access the web interface.
Miscellaneous dependencies are listed below. Apologies for the
note-to-self quality of this list; email me at mozilla@benjamn.com if
you have questions.
vncserver
- used by slaves/spec-parse/Makefile
ipfw3:
- http://info.iet.unipi.it/~luigi/dummynet/
- http://info.iet.unipi.it/~luigi/dummynet/README
- slaves/spec-parse/Makefile
- edit /etc/sudoers to allow buildbot slave user to invoke `sudo ipfw`
buildot:
- http://hg.mozilla.org/build/buildbot/file/e14dab7788ad/README#l51
startup:
- /etc/init.d/spec-parse
- spec-parse.init.d.example