[pypy-svn] r70664 - pypy/build/bot2/jsplot/js
fijal at codespeak.net
fijal at codespeak.net
Sun Jan 17 21:31:39 CET 2010
Author: fijal
Date: Sun Jan 17 21:31:38 2010
New Revision: 70664
Modified:
pypy/build/bot2/jsplot/js/plot.js
Log:
note cpython version
Modified: pypy/build/bot2/jsplot/js/plot.js
==============================================================================
--- pypy/build/bot2/jsplot/js/plot.js (original)
+++ pypy/build/bot2/jsplot/js/plot.js Sun Jan 17 21:31:38 2010
@@ -36,7 +36,7 @@
data : benchresults,
},
{
- label: 'cpython',
+ label: 'cpython 2.6.2',
data : cpython_results
}];
}
More information about the Pypy-commit
mailing list