Enable decimal benchmarks in the test suite (MANIFEST) by skirpichev · Pull Request #453 · python/pyperformance
They were not added here in python#341 for no reasons.
hugovk
changed the title
Enable decimal benchmarks in the suite (MANIFEST)
Enable decimal_pi benchmark in the suite (MANIFEST)
Tested locally with modified Modules/_decimal/tests/bench.py: n = 1000 pydecimal: calculation time: 3.147357s conversion time: 0.000016s int: calculation time: 0.001096s conversion time: 0.000271s n = 5000 pydecimal: calculation time: 15.728110s conversion time: 0.000014s int: calculation time: 0.009037s conversion time: 0.006705s
skirpichev
changed the title
Enable decimal_pi benchmark in the suite (MANIFEST)
Enable decimal benchmarks in the suite (MANIFEST)
skirpichev
changed the title
Enable decimal benchmarks in the suite (MANIFEST)
Enable decimal benchmarks in the test suite (MANIFEST)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters