diff options
Diffstat (limited to 'benchmarks/simpleindex.py')
-rw-r--r-- | benchmarks/simpleindex.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmarks/simpleindex.py b/benchmarks/simpleindex.py index 1575daf34..e4e541d96 100644 --- a/benchmarks/simpleindex.py +++ b/benchmarks/simpleindex.py @@ -46,4 +46,3 @@ print "Numeric: ", numeric_timer.repeat(3,100) print "Numarray: ", numarray_timer.repeat(3,100) print "Python: ", python_timer.repeat(3,100) print "Optimized: ", numpy_timer3.repeat(3,100) - |