Stefan Krah
|
9a3f05e60f
|
Make it clear that the pi function is modified for benchmarking purposes.
|
2012-09-30 09:24:41 +02:00 |
Stefan Krah
|
6b6a1df996
|
Restore the benchmark order to avoid waiting for decimal.py if just the
prec=9 test is used.
|
2012-09-25 17:07:55 +02:00 |
Brett Cannon
|
6cf50c5b1d
|
Fix whitespace.
|
2012-09-25 10:26:15 -04:00 |
Brett Cannon
|
63092fe0ea
|
Fix whitespace.
|
2012-09-25 10:25:41 -04:00 |
Brett Cannon
|
d266c4451f
|
Make the decimal bench file run under Python 2.7.
|
2012-09-25 10:23:47 -04:00 |
Stefan Krah
|
39e810eb6c
|
Make the benchmark more fair for _decimal/decimal.py by setting context.prec
only once (float obviously doesn't set any context at all).
|
2012-06-24 14:10:49 +02:00 |
Stefan Krah
|
41e031004b
|
Fix Overflow exception in the bignum factorial benchmark that is due to
the recent change of the default value for context.Emax.
|
2012-04-01 23:25:34 +02:00 |
Stefan Krah
|
1919b7e72b
|
Issue #7652: Integrate the decimal floating point libmpdec library to speed
up the decimal module. Performance gains of the new C implementation are
between 12x and 80x, depending on the application.
|
2012-03-21 18:25:23 +01:00 |