summaryrefslogtreecommitdiffstats
path: root/Tools/pybench
Commit message (Collapse)AuthorAgeFilesLines
* Typo.Georg Brandl2007-03-091-1/+1
|
* Jython doesn't have sys.setcheckinterval() - ignore it in that case.Marc-André Lemburg2007-01-131-1/+1
|
* Add Python implementation to the machine details.Marc-André Lemburg2007-01-131-27/+43
| | | | | | | | | | | | | Pretty-print the Python version used for running PyBench. Let the user know when calibration has finished. [ 1563844 ] pybench support for IronPython: Simplify Unicode version detection. Make garbage collection and check interval settings optional if the Python implementation doesn't support thess (e.g. IronPython).
* Fix a buglet in the error reporting (SF bug report #1546372).Marc-André Lemburg2006-08-291-2/+7
| | | | This should probably go into Python 2.5 or 2.5.1 as well.
* Whitespace normalization.Marc-André Lemburg2006-06-133-7/+4
|
* Updated to pybench 2.0.Marc-André Lemburg2006-06-1320-653/+1244
| | | | | | | | See svn.python.org/external/pybench-2.0 for the original import of that version. Note that platform.py was not copied over from pybench-2.0 since it is already part of Python 2.5.
* Revert wrong svn copy.Marc-André Lemburg2006-06-1324-10328/+0
|
* Update pybench to version 2.0.Marc-André Lemburg2006-06-1324-0/+10328
|
* Whitespace normalization.Tim Peters2006-05-301-1/+1
|
* Initial version of systimes - a module to provide platform dependentMarc-André Lemburg2006-05-281-0/+197
| | | | | | | | | | performance measurements. The module is currently just a proof-of-concept implementation, but will integrated into pybench once it is stable enough. License: pybench license. Author: Marc-Andre Lemburg.
* Reinstate new-style object tests.Steve Holden2006-05-271-0/+66
|
* Blasted typos ...Steve Holden2006-05-261-1/+1
|
* Update help text and documentaition.Steve Holden2006-05-262-1/+12
|
* Whitespace normalization.Tim Peters2006-05-261-1/+1
|
* Revert tests to MAL's original round sizes to retiain comparabilitySteve Holden2006-05-2617-141/+52
| | | | | from long ago and far away. Stop calling this pybench 1.4 because it isn't. Remove the empty test, which was a bad idea.
* Use minimum calibration time rather than avergae to avoidSteve Holden2006-05-261-12/+17
| | | | | | the illusion of negative run times. Halt with an error if run times go below 10 ms, indicating that results will be unreliable.
* Add missing svn:eol-style property to text files.Tim Peters2006-05-261-22/+22
|
* Whitespace normalization.Tim Peters2006-05-262-2/+1
|
* Add -t option to allow easy test selection.Steve Holden2006-05-2617-111/+255
| | | | | | Action verbose option correctly. Tweak operation counts. Add empty and new instances tests. Enable comparisons across different warp factors. Change version.
* Whitespace normalization.Tim Peters2006-04-2115-261/+247
|
* Adding pybench 1.3 to the Tools/ directory.Marc-André Lemburg2006-04-1920-0/+8164