diff options
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/simpleindex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/simpleindex.py b/benchmarks/simpleindex.py index 6b1a63d34..459861b05 100644 --- a/benchmarks/simpleindex.py +++ b/benchmarks/simpleindex.py @@ -2,7 +2,7 @@ import timeit # This is to show that NumPy is a poorer choice than nested Python lists # if you are writing nested for loops. # This is slower than Numeric was but Numeric was slower than Python lists were -# in the first place. +# in the first place. N = 30 code2 = r""" |