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

martin.v.loewis python-checkins at python.org
Thu Aug 24 17:03:23 CEST 2006


Author: martin.v.loewis
Date: Thu Aug 24 17:03:21 2006
New Revision: 51556

Modified:
   python/branches/int_unification/INTBENCH
Log:
Record timings for medium-int allocations.


Modified: python/branches/int_unification/INTBENCH
==============================================================================
--- python/branches/int_unification/INTBENCH	(original)
+++ python/branches/int_unification/INTBENCH	Thu Aug 24 17:03:21 2006
@@ -22,3 +22,12 @@
 Test 3: 4.999010s
 Test 4: 10.818277s
 
+r51452 (special-casing medium int allocation)
+Test 1: 3.258219s
+Test 2: 4.255007s
+Test 3: 4.547923s
+Test 4: 10.615123s
+Test 5: 5.255545s
+Test 6: 3.775941s
+Test 7: 4.001805s
+


More information about the Python-checkins mailing list