Skip to content

Instantly share code, notes, and snippets.

@sholloway
Last active July 5, 2024 15:35
Show Gist options
  • Save sholloway/21dad114dca0d22db8410fef36b449db to your computer and use it in GitHub Desktop.
Save sholloway/21dad114dca0d22db8410fef36b449db to your computer and use it in GitHub Desktop.
Python Numeric Types Performance Benchmarks
-------------------------------------------------------------------------------- benchmark 'Test Addition': 4 tests --------------------------------------------------------------------------------
Name (time in ns) Min Mean Max Median StdDev IQR Outliers OPS (Mops/s) Rounds Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_ints 32.2199 (1.0) 33.8687 (1.0) 361.6667 (1.0) 33.8866 (1.0) 3.5444 (1.0) 1.1133 (1.0) 882;2464 29.5258 (1.0) 199999 150
test_floats 33.6203 (1.04) 35.9602 (1.06) 3,640.2276 (10.07) 35.3449 (1.04) 22.5287 (6.36) 1.1517 (1.03) 801;3761 27.8085 (0.94) 198334 145
test_decimals 52.9096 (1.64) 56.9352 (1.68) 2,949.5900 (8.16) 55.4201 (1.64) 33.1304 (9.35) 1.6700 (1.50) 1319;2718 17.5638 (0.59) 184605 100
test_fractions 624.9757 (19.40) 768.7710 (22.70) 54,167.0015 (149.77) 750.0057 (22.13) 259.8340 (73.31) 41.9677 (37.70) 158;2005 1.3008 (0.04) 188967 1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- benchmark 'Test Ceil': 4 tests --------------------------------------------------------------------------------
Name (time in ns) Min Mean Max Median StdDev IQR Outliers OPS (Mops/s) Rounds Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_floats 32.5341 (1.0) 35.1001 (1.0) 6,167.8081 (10.81) 33.6779 (1.0) 33.8431 (5.40) 0.8564 (1.0) 1084;4571 28.4900 (1.0) 199999 146
test_ints 54.9998 (1.69) 57.8993 (1.65) 999.5897 (1.75) 57.9201 (1.72) 6.2724 (1.0) 1.6700 (1.95) 430;2005 17.2714 (0.61) 170213 100
test_decimals 109.7898 (3.37) 112.5169 (3.21) 570.6248 (1.0) 111.0401 (3.30) 8.6254 (1.38) 3.1249 (3.65) 541;740 8.8876 (0.31) 43875 200
test_fractions 162.0798 (4.98) 168.1966 (4.79) 1,176.6702 (2.06) 165.0001 (4.90) 11.7034 (1.87) 8.7399 (10.21) 739;401 5.9454 (0.21) 57831 100
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------- benchmark 'Test Division': 4 tests -------------------------------------------------------------------------------
Name (time in ns) Min Mean Max Median StdDev IQR Outliers OPS (Mops/s) Rounds Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_floats 34.0351 (1.0) 36.0212 (1.0) 5,502.6411 (14.33) 34.9156 (1.0) 35.1515 (15.98) 0.8805 (2.79) 458;3793 27.7615 (1.0) 199999 142
test_ints 36.5383 (1.07) 37.5791 (1.04) 383.9767 (1.0) 37.5001 (1.07) 2.2002 (1.0) 0.3157 (1.0) 1585;20570 26.6106 (0.96) 198334 130
test_decimals 79.1601 (2.33) 81.8910 (2.27) 677.4999 (1.76) 81.2497 (2.33) 5.1440 (2.34) 2.5000 (7.92) 1112;1225 12.2114 (0.44) 121213 100
test_fractions 672.8980 (19.77) 707.5471 (19.64) 2,139.6001 (5.57) 706.2481 (20.23) 25.4648 (11.57) 16.6969 (52.89) 2069;881 1.4133 (0.05) 55945 20
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------- benchmark 'Test Equality': 4 tests --------------------------------------------------------------------------------
Name (time in ns) Min Mean Max Median StdDev IQR Outliers OPS (Mops/s) Rounds Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_ints 31.8624 (1.0) 33.5263 (1.0) 1,607.0264 (1.0) 33.4964 (1.0) 7.1765 (1.0) 1.0854 (1.06) 543;4907 29.8273 (1.0) 198334 153
test_floats 32.4686 (1.02) 34.4452 (1.03) 3,554.3103 (2.21) 34.1932 (1.02) 11.8689 (1.65) 1.1517 (1.12) 508;3194 29.0316 (0.97) 195122 145
test_decimals 39.9674 (1.25) 42.2742 (1.26) 6,587.7396 (4.10) 41.6667 (1.24) 32.5956 (4.54) 1.0250 (1.0) 544;8802 23.6551 (0.79) 198373 123
test_fractions 207.9760 (6.53) 284.7743 (8.49) 41,041.9889 (25.54) 291.9696 (8.72) 155.7961 (21.71) 42.0259 (41.00) 108;681 3.5116 (0.12) 104352 1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------ benchmark 'Test Exponential': 4 tests -------------------------------------------------------------------------------
Name (time in ns) Min Mean Max Median StdDev IQR Outliers OPS (Mops/s) Rounds Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_ints 37.7323 (1.0) 44.3823 (1.0) 16,941.9291 (24.99) 39.7008 (1.0) 100.2408 (25.64) 2.2916 (1.43) 1090;2965 22.5315 (1.0) 196733 127
test_floats 46.8745 (1.24) 49.1748 (1.11) 677.8847 (1.0) 49.2789 (1.24) 3.9099 (1.0) 1.6052 (1.0) 671;1052 20.3356 (0.90) 198337 104
test_decimals 113.3297 (3.00) 121.7733 (2.74) 1,112.0801 (1.64) 121.6697 (3.06) 10.4316 (2.67) 3.7497 (2.34) 310;600 8.2120 (0.36) 82475 100
test_fractions 541.9715 (14.36) 662.8037 (14.93) 88,167.0276 (130.06) 667.0016 (16.80) 324.9885 (83.12) 41.9677 (26.15) 39;1435 1.5087 (0.07) 97163 1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------- benchmark 'Test Floor': 4 tests --------------------------------------------------------------------------------
Name (time in ns) Min Mean Max Median StdDev IQR Outliers OPS (Mops/s) Rounds Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_floats 30.9807 (1.0) 31.9320 (1.0) 430.2886 (1.0) 31.7821 (1.0) 3.8339 (1.0) 0.2690 (462.18) 564;17340 31.3165 (1.0) 195122 156
test_ints 54.9998 (1.78) 56.4888 (1.77) 762.9202 (1.77) 56.2501 (1.77) 4.3133 (1.13) 0.0006 (1.0) 645;61921 17.7026 (0.57) 176492 100
test_decimals 107.7101 (3.48) 109.7486 (3.44) 609.5850 (1.42) 108.7500 (3.42) 7.5610 (1.97) 0.6249 (>1000.0) 671;6546 9.1117 (0.29) 45978 200
test_fractions 137.9097 (4.45) 145.1926 (4.55) 2,229.9995 (5.18) 144.5902 (4.55) 17.2107 (4.49) 7.0903 (>1000.0) 361;951 6.8874 (0.22) 66850 100
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- benchmark 'Test From String': 4 tests ----------------------------------------------------------------------------------
Name (time in ns) Min Mean Max Median StdDev IQR Outliers OPS (Kops/s) Rounds Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_floats 54.1698 (1.0) 56.2454 (1.0) 1,052.0802 (1.88) 55.4201 (1.0) 6.1118 (1.0) 0.4109 (1.0) 1021;36104 17,779.2309 (1.0) 172683 100
test_ints 59.5796 (1.10) 62.1641 (1.11) 733.3403 (1.31) 61.2496 (1.11) 10.9935 (1.80) 0.8405 (2.05) 822;14416 16,086.4647 (0.90) 161057 100
test_decimals 88.9599 (1.64) 92.5935 (1.65) 560.6250 (1.0) 92.2949 (1.67) 7.5555 (1.24) 2.5053 (6.10) 377;1218 10,799.8960 (0.61) 52403 200
test_fractions 1,499.9532 (27.69) 1,684.2076 (29.94) 70,957.9908 (126.57) 1,625.0415 (29.32) 823.6762 (134.77) 42.0259 (102.27) 107;2601 593.7510 (0.03) 23100 1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------- benchmark 'Test Initialization': 4 tests -----------------------------------------------------------------------------
Name (time in ns) Min Mean Max Median StdDev IQR Outliers OPS (Mops/s) Rounds Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_floats 29.0179 (1.0) 30.4791 (1.0) 839.7855 (1.0) 30.0119 (1.0) 4.1140 (1.0) 0.9885 (1.0) 623;5141 32.8093 (1.0) 198373 168
test_ints 40.9782 (1.41) 95.5402 (3.13) 11,875.0031 (14.14) 83.0041 (2.77) 66.2580 (16.11) 41.9677 (42.46) 148;103 10.4668 (0.32) 75948 1
test_decimals 207.9760 (7.17) 292.0269 (9.58) 42,708.9981 (50.86) 291.9696 (9.73) 264.8891 (64.39) 42.0259 (42.52) 189;961 3.4243 (0.10) 78685 1
test_fractions 250.0019 (8.62) 394.5124 (12.94) 43,874.9557 (52.25) 375.0320 (12.50) 272.8940 (66.33) 41.0364 (41.51) 76;1158 2.5348 (0.08) 140351 1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------- benchmark 'Test Multiplication': 4 tests -----------------------------------------------------------------------------
Name (time in ns) Min Mean Max Median StdDev IQR Outliers OPS (Mops/s) Rounds Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_ints 32.8152 (1.0) 34.3719 (1.0) 475.4589 (1.08) 34.5339 (1.0) 2.8862 (1.0) 0.8564 (2.09) 894;3771 29.0935 (1.0) 198334 146
test_floats 33.6282 (1.02) 35.3614 (1.03) 440.1788 (1.0) 34.8215 (1.01) 5.0928 (1.76) 1.1928 (2.91) 672;4336 28.2794 (0.97) 199999 140
test_decimals 52.9195 (1.61) 54.6882 (1.59) 583.7501 (1.33) 54.1698 (1.57) 4.7291 (1.64) 0.4104 (1.0) 1530;24398 18.2855 (0.63) 183184 100
test_fractions 667.0016 (20.33) 810.8374 (23.59) 31,124.9751 (70.71) 792.0316 (22.93) 174.0419 (60.30) 41.0364 (100.00) 190;1201 1.2333 (0.04) 94859 1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------- benchmark 'Test Round': 4 tests -------------------------------------------------------------------------------------
Name (time in ns) Min Mean Max Median StdDev IQR Outliers OPS (Kops/s) Rounds Iterations
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_ints 55.4096 (1.0) 56.9561 (1.0) 5,878.7502 (5.71) 56.2501 (1.0) 19.0952 (2.01) 0.4197 (1.0) 283;27327 17,557.3912 (1.0) 175162 100
test_decimals 107.0899 (1.93) 109.1969 (1.92) 1,030.4200 (1.0) 108.7500 (1.93) 9.4841 (1.0) 0.8196 (1.95) 344;6724 9,157.7660 (0.52) 91601 100
test_floats 171.0001 (3.09) 178.2827 (3.13) 2,987.0686 (2.90) 176.7245 (3.14) 21.7145 (2.29) 1.4492 (3.45) 425;19445 5,609.0685 (0.32) 195122 29
test_fractions 1,207.9836 (21.80) 1,367.8852 (24.02) 26,541.0054 (25.76) 1,374.9814 (24.44) 203.0300 (21.41) 41.0364 (97.78) 200;3167 731.0555 (0.04) 100837 1
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------ benchmark 'Test Square Root': 4 tests ------------------------------------------------------------------------------
Name (time in ns) Min Mean Max Median StdDev IQR Outliers OPS (Mops/s) Rounds Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_floats 36.4220 (1.0) 37.7584 (1.0) 478.0888 (1.0) 37.3482 (1.0) 3.2950 (1.0) 0.3040 (1.0) 1706;36535 26.4841 (1.0) 198334 135
test_ints 44.3393 (1.22) 46.1888 (1.22) 617.3488 (1.29) 45.4863 (1.22) 5.5569 (1.69) 1.5235 (5.01) 748;6434 21.6503 (0.82) 199999 109
test_decimals 82.9459 (2.28) 153.9302 (4.08) 10,624.9936 (22.22) 166.0082 (4.44) 40.5108 (12.29) 41.9677 (138.06) 3525;384 6.4964 (0.25) 196735 1
test_fractions 224.1910 (6.16) 235.7727 (6.24) 2,827.3817 (5.91) 234.1417 (6.27) 15.2713 (4.63) 5.9538 (19.59) 1698;3803 4.2414 (0.16) 196733 21
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------ benchmark 'Test Subtraction': 4 tests ------------------------------------------------------------------------------
Name (time in ns) Min Mean Max Median StdDev IQR Outliers OPS (Mops/s) Rounds Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_ints 32.0720 (1.0) 33.0952 (1.0) 370.6116 (1.0) 32.8950 (1.0) 2.3966 (1.0) 0.2696 (39.78) 1085;13956 30.2159 (1.0) 199999 152
test_floats 33.6779 (1.05) 34.7292 (1.05) 438.3563 (1.18) 34.5343 (1.05) 3.0084 (1.26) 0.0068 (1.0) 779;64176 28.7943 (0.95) 198334 146
test_decimals 53.7501 (1.68) 55.1926 (1.67) 640.8297 (1.73) 54.9998 (1.67) 3.9756 (1.66) 0.4104 (60.55) 1092;18198 18.1184 (0.60) 181817 100
test_fractions 658.2995 (20.53) 687.7079 (20.78) 5,052.0990 (13.63) 687.4994 (20.90) 38.4347 (16.04) 16.6474 (>1000.0) 556;830 1.4541 (0.05) 59852 20
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------- benchmark 'Test Truncate': 4 tests --------------------------------------------------------------------------------
Name (time in ns) Min Mean Max Median StdDev IQR Outliers OPS (Mops/s) Rounds Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_floats 30.9244 (1.0) 31.9736 (1.0) 477.7231 (1.0) 31.7107 (1.0) 3.2904 (1.0) 0.0066 (1.0) 1031;93140 31.2758 (1.0) 198334 159
test_ints 40.9782 (1.33) 113.7337 (3.56) 24,500.0119 (51.28) 124.9718 (3.94) 75.8863 (23.06) 41.0364 (>1000.0) 220;220 8.7925 (0.28) 119403 1
test_fractions 97.0799 (3.14) 99.3647 (3.11) 952.9199 (1.99) 98.7499 (3.11) 7.1866 (2.18) 0.4197 (63.69) 657;13703 10.0639 (0.32) 100837 100
test_decimals 107.2898 (3.47) 108.8447 (3.40) 727.2948 (1.52) 108.1251 (3.41) 7.7458 (2.35) 0.4197 (63.69) 491;4759 9.1874 (0.29) 45978 200
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Legend:
Outliers: 1 Standard Deviation from Mean; 1.5 IQR (InterQuartile Range) from 1st Quartile and 3rd Quartile.
OPS: Operations Per Second, computed as 1 / Mean
import pytest
from decimal import Decimal, getcontext
from fractions import Fraction
from operator import add, sub, mul, truediv, eq, pow
from math import pi, sqrt, trunc, floor, ceil
getcontext().prec = 6
class TestInitialization:
@pytest.mark.benchmark(group="Test Initialization", disable_gc=True)
def test_ints(self, benchmark):
benchmark(int, 0.75)
@pytest.mark.benchmark(group="Test Initialization", disable_gc=True)
def test_floats(self, benchmark):
benchmark(float, 0.75)
@pytest.mark.benchmark(group="Test Initialization", disable_gc=True)
def test_decimals(self, benchmark):
benchmark(Decimal, 0.75)
@pytest.mark.benchmark(group="Test Initialization", disable_gc=True)
def test_fractions(self, benchmark):
benchmark(Fraction, 3, 4)
class TestFromString:
@pytest.mark.benchmark(group="Test From String", disable_gc=True)
def test_ints(self, benchmark):
benchmark(int, "1")
@pytest.mark.benchmark(group="Test From String", disable_gc=True)
def test_floats(self, benchmark):
benchmark(float, "0.75")
@pytest.mark.benchmark(group="Test From String", disable_gc=True)
def test_decimals(self, benchmark):
benchmark(Decimal, "0.75")
@pytest.mark.benchmark(group="Test From String", disable_gc=True)
def test_fractions(self, benchmark):
benchmark(Fraction, "0.75")
class TestAddition:
@pytest.mark.benchmark(group="Test Addition", disable_gc=True)
def test_ints(self, benchmark):
benchmark(add, 7, 9)
@pytest.mark.benchmark(group="Test Addition", disable_gc=True)
def test_floats(self, benchmark):
benchmark(add, 7.0, 9.0)
@pytest.mark.benchmark(group="Test Addition", disable_gc=True)
def test_decimals(self, benchmark):
benchmark(add, Decimal(7), Decimal(9))
@pytest.mark.benchmark(group="Test Addition", disable_gc=True)
def test_fractions(self, benchmark):
a = Fraction(3, 4)
b = Fraction(1, 3)
benchmark(add, a, b)
class TestSubtraction:
@pytest.mark.benchmark(group="Test Subtraction", disable_gc=True)
def test_ints(self, benchmark):
benchmark(sub, 7, 9)
@pytest.mark.benchmark(group="Test Subtraction", disable_gc=True)
def test_floats(self, benchmark):
benchmark(sub, 7.0, 9.0)
@pytest.mark.benchmark(group="Test Subtraction", disable_gc=True)
def test_decimals(self, benchmark):
benchmark(sub, Decimal(7), Decimal(9))
@pytest.mark.benchmark(group="Test Subtraction", disable_gc=True)
def test_fractions(self, benchmark):
a = Fraction(3, 4)
b = Fraction(1, 3)
benchmark(sub, a, b)
class TestMultiplication:
@pytest.mark.benchmark(group="Test Multiplication", disable_gc=True)
def test_ints(self, benchmark):
benchmark(mul, 7, 9)
@pytest.mark.benchmark(group="Test Multiplication", disable_gc=True)
def test_floats(self, benchmark):
benchmark(mul, 7.0, 9.0)
@pytest.mark.benchmark(group="Test Multiplication", disable_gc=True)
def test_decimals(self, benchmark):
benchmark(mul, Decimal(7), Decimal(9))
@pytest.mark.benchmark(group="Test Multiplication", disable_gc=True)
def test_fractions(self, benchmark):
a = Fraction(3, 4)
b = Fraction(1, 3)
benchmark(mul, a, b)
class TestDivision:
@pytest.mark.benchmark(group="Test Division", disable_gc=True)
def test_ints(self, benchmark):
benchmark(truediv, 7, 9)
@pytest.mark.benchmark(group="Test Division", disable_gc=True)
def test_floats(self, benchmark):
benchmark(truediv, 7.0, 9.0)
@pytest.mark.benchmark(group="Test Division", disable_gc=True)
def test_decimals(self, benchmark):
benchmark(truediv, Decimal(7), Decimal(9))
@pytest.mark.benchmark(group="Test Division", disable_gc=True)
def test_fractions(self, benchmark):
a = Fraction(3, 4)
b = Fraction(1, 3)
benchmark(truediv, a, b)
class TestSquareRoot:
@pytest.mark.benchmark(group="Test Square Root", disable_gc=True)
def test_ints(self, benchmark):
benchmark(sqrt, 2)
@pytest.mark.benchmark(group="Test Square Root", disable_gc=True)
def test_floats(self, benchmark):
benchmark(sqrt, 2.0)
@pytest.mark.benchmark(group="Test Square Root", disable_gc=True)
def test_decimals(self, benchmark):
benchmark(sqrt, Decimal(2))
@pytest.mark.benchmark(group="Test Square Root", disable_gc=True)
def test_fractions(self, benchmark):
a = Fraction(3, 4)
benchmark(sqrt, a)
class TestEquality:
@pytest.mark.benchmark(group="Test Equality", disable_gc=True)
def test_ints(self, benchmark):
benchmark(eq, 17, 1)
@pytest.mark.benchmark(group="Test Equality", disable_gc=True)
def test_floats(self, benchmark):
benchmark(eq, 17.4, 1.01)
@pytest.mark.benchmark(group="Test Equality", disable_gc=True)
def test_decimals(self, benchmark):
benchmark(eq, Decimal(17.4), Decimal(1.01))
@pytest.mark.benchmark(group="Test Equality", disable_gc=True)
def test_fractions(self, benchmark):
a = Fraction(3, 4)
b = Fraction(1, 3)
benchmark(eq, a, b)
class TestExponential:
@pytest.mark.benchmark(group="Test Exponential", disable_gc=True)
def test_ints(self, benchmark):
benchmark(pow, 4, 2)
@pytest.mark.benchmark(group="Test Exponential", disable_gc=True)
def test_floats(self, benchmark):
benchmark(pow, 0.25, 2)
@pytest.mark.benchmark(group="Test Exponential", disable_gc=True)
def test_decimals(self, benchmark):
benchmark(pow, Decimal(0.25), Decimal(2))
@pytest.mark.benchmark(group="Test Exponential", disable_gc=True)
def test_fractions(self, benchmark):
a = Fraction(1,4)
benchmark(pow, a, 2)
class TestTruncate:
@pytest.mark.benchmark(group="Test Truncate", disable_gc=True)
def test_ints(self, benchmark):
benchmark(trunc, 2)
@pytest.mark.benchmark(group="Test Truncate", disable_gc=True)
def test_floats(self, benchmark):
benchmark(trunc, 2.3333333333333335)
@pytest.mark.benchmark(group="Test Truncate", disable_gc=True)
def test_decimals(self, benchmark):
benchmark(trunc, Decimal(2.3333333333333335))
@pytest.mark.benchmark(group="Test Truncate", disable_gc=True)
def test_fractions(self, benchmark):
a = Fraction(7,3)
benchmark(trunc, a)
class TestFloor:
@pytest.mark.benchmark(group="Test Floor", disable_gc=True)
def test_ints(self, benchmark):
benchmark(floor, 2)
@pytest.mark.benchmark(group="Test Floor", disable_gc=True)
def test_floats(self, benchmark):
benchmark(floor, 2.3333333333333335)
@pytest.mark.benchmark(group="Test Floor", disable_gc=True)
def test_decimals(self, benchmark):
benchmark(floor, Decimal(2.3333333333333335))
@pytest.mark.benchmark(group="Test Floor", disable_gc=True)
def test_fractions(self, benchmark):
a = Fraction(7,3)
benchmark(floor, a)
class TestCeil:
@pytest.mark.benchmark(group="Test Ceil", disable_gc=True)
def test_ints(self, benchmark):
benchmark(ceil, 2)
@pytest.mark.benchmark(group="Test Ceil", disable_gc=True)
def test_floats(self, benchmark):
benchmark(ceil, 2.3333333333333335)
@pytest.mark.benchmark(group="Test Ceil", disable_gc=True)
def test_decimals(self, benchmark):
benchmark(ceil, Decimal(2.3333333333333335))
@pytest.mark.benchmark(group="Test Ceil", disable_gc=True)
def test_fractions(self, benchmark):
a = Fraction(7,3)
benchmark(ceil, a)
class TestRound:
@pytest.mark.benchmark(group="Test Round", disable_gc=True)
def test_ints(self, benchmark):
benchmark(round, 2, 2)
@pytest.mark.benchmark(group="Test Round", disable_gc=True)
def test_floats(self, benchmark):
benchmark(round, 2.3333333333333335, 2)
@pytest.mark.benchmark(group="Test Round", disable_gc=True)
def test_decimals(self, benchmark):
benchmark(round, Decimal(2.3333333333333335), 2)
@pytest.mark.benchmark(group="Test Round", disable_gc=True)
def test_fractions(self, benchmark):
a = Fraction(7,3)
benchmark(round, a, 2)

Python Numeric Types Performance Benchmarks

This document is a collection of performance benchmarks that compare the performance of mathmatical operations on the Python numeric types int, float, Decimal, and Fraction. Benchmarks were done using the Python package pytest-benchmark.

The benchmark was run on July 5th, 2024.

See [TODO] for the rationale of why I did this. The benchmarks were run on a machine with the following specs.

Metric Value
Make Apple
Model Mac Studio
Build Year 2022
Chip M1 Max
RAM 64 GB
OS Sonoma 14.5

Python Specs

Metric Value
sys.version 3.11.6 (main, Oct 2 2023, 13:45:54) [Clang 16.0.6 ]
sys.implementation.name cpython
sys.platform darwin
os.name posix

Benchmark Configurations The default pytest-benchmark settings were used.

Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment