[Python-checkins] r51511 - python/branches/int_unification/INTBENCH

martin.v.loewis python-checkins at python.org
Wed Aug 23 18:28:15 CEST 2006


Author: martin.v.loewis
Date: Wed Aug 23 18:28:15 2006
New Revision: 51511

Modified:
   python/branches/int_unification/INTBENCH
Log:
Benchmark the small int cache.


Modified: python/branches/int_unification/INTBENCH
==============================================================================
--- python/branches/int_unification/INTBENCH	(original)
+++ python/branches/int_unification/INTBENCH	Wed Aug 23 18:28:15 2006
@@ -12,3 +12,9 @@
 Test 2: 4.398235s
 Test 3: 4.611636s
 Test 4: 10.665429s
+
+r51509 (small int cache)
+Test 1: 3.457184s
+Test 2: 4.514800s
+Test 3: 4.999010s
+Test 4: 10.818277s
\ No newline at end of file


More information about the Python-checkins mailing list