Clean up delta_blue benchmark.

This commit is contained in:
Bob Nystrom
2015-08-27 06:25:24 -07:00
parent fa4a8148c9
commit f33b362cc0
3 changed files with 11 additions and 22 deletions
+1 -1
View File
@@ -626,7 +626,7 @@ planner = None
def delta_blue():
global total
start = time.clock()
for i in range(20):
for i in range(40):
chain_test(100)
projection_test(100)
print(total)