summaryrefslogtreecommitdiff
path: root/perf/perf_measure.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove redundant Python 2 code (#1155)Hugo van Kemenade2021-05-021-9/+9
| | | | | | | | | | | * Remove Python 2 code * Upgrade Python syntax with pyupgrade * Upgrade Python syntax with pyupgrade --py3-plus * Upgrade Python syntax with pyupgrade --py36-plus * Remove unused imports
* refactor: move the remaining backward.py code, no more backward.pyNed Batchelder2021-05-011-1/+1
|
* No need for format indexes (mostly)Ned Batchelder2019-09-011-1/+1
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Private attributes should be indicatedNed Batchelder2018-03-131-1/+1
|
* Run the stress test in a temp directoryNed Batchelder2017-02-121-8/+11
|
* Clean up perf_measure a bitNed Batchelder2017-02-111-14/+19
|
* perf_measure.py is no longer a testNed Batchelder2017-02-111-10/+19
|
* Get rid of an unnecessary methodNed Batchelder2017-02-101-3/+5
|
* More hacking on perf_measure.pyNed Batchelder2017-02-031-98/+52
|
* Add note how to runNed Batchelder2017-01-291-4/+9
|
* Rename this so it doesn't have "test" in the file name.Ned Batchelder2016-11-201-0/+210
--HG-- rename : perf/stress_test.py => perf/perf_measure.py