Revise benchmarks:
- Ditch JS since it's in a different league. - Make binary_trees and fib run faster. - Compare using best time instead of mean.
This commit is contained in:
+1
-1
@@ -6,5 +6,5 @@ def fib(n):
|
||||
|
||||
start = time.clock()
|
||||
for i in range(0, 5):
|
||||
print(fib(30))
|
||||
print(fib(28))
|
||||
print("elapsed: " + str(time.clock() - start))
|
||||
Reference in New Issue
Block a user