summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal/tests/bench.py
Commit message (Expand)AuthorAgeFilesLines
* gh-126133: Only use start year in PSF copyright, remove end years (#126236)Hugo van Kemenade2024-11-121-1/+1
* gh-108346: Fix failed benchmark in decimal (#108353)Charlie Zhao2023-09-131-53/+74
* bpo-45332: Fix broken Decimal test and benchmark (GH-28680)Dong-hee Na2021-10-011-4/+1
* bpo-43422: Revert _decimal C API addition (GH-24960)Antoine Pitrou2021-03-211-3/+6
* Replace import_fresh_module in decimal test files (GH-21815)Stefan Krah2020-08-101-6/+3
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-271-1/+0
* Issue #19936: Remove executable bits from C source files and several forgottenSerhiy Storchaka2014-01-161-0/+0
* Issue #19936: Added executable bits or shebang lines to Python scripts whichSerhiy Storchaka2014-01-161-0/+0
* Issue #19936: Disable shebang lines in order to prevent using a randomStefan Krah2014-01-161-2/+0
* Make it clear that the pi function is modified for benchmarking purposes.Stefan Krah2012-09-301-2/+7
* Restore the benchmark order to avoid waiting for decimal.py if just theStefan Krah2012-09-251-3/+4
* Fix whitespace.Brett Cannon2012-09-251-1/+1
* Fix whitespace.Brett Cannon2012-09-251-18/+18
* Make the decimal bench file run under Python 2.7.Brett Cannon2012-09-251-18/+28
* Make the benchmark more fair for _decimal/decimal.py by setting context.precStefan Krah2012-06-241-6/+6
* Fix Overflow exception in the bignum factorial benchmark that is due toStefan Krah2012-04-011-1/+4
* Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-211-0/+116