[pypy-svn] r68985 - pypy/build/bot2/pypybuildbot
fijal at codespeak.net
fijal at codespeak.net
Thu Nov 5 11:47:40 CET 2009
Author: fijal
Date: Thu Nov 5 11:47:40 2009
New Revision: 68985
Modified:
pypy/build/bot2/pypybuildbot/master.py
Log:
make own category, benchmark
Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py (original)
+++ pypy/build/bot2/pypybuildbot/master.py Thu Nov 5 11:47:40 2009
@@ -151,7 +151,7 @@
"slavenames": ["bigdogvm2"],
"builddir": JITBENCH,
"factory": pypyJITBenchmarkFactory,
- "category": 'other',
+ "category": 'benchmark',
},
],
More information about the Pypy-commit
mailing list