Add python3 to benchmarks.

This commit is contained in:
Bob Nystrom
2014-02-12 17:22:42 -08:00
parent 8ebbba2bc0
commit 92971d1cfa
6 changed files with 59 additions and 35 deletions
+2
View File
@@ -1,3 +1,5 @@
from __future__ import print_function
import time
def fib(n):