We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93fc5e7 + 7261629 commit 96655c0Copy full SHA for 96655c0
1 file changed
bench/large_array_vs_numpy.py
@@ -78,7 +78,7 @@ def benchmark_numexpr_re_evaluate(expr, a, b, c, results, indices):
78
for index in indices:
79
start = index * chunk_size
80
end = (index + 1) * chunk_size
81
- if index == 0:
+ if index == 0 or index == 1:
82
# Evaluate the first chunk with evaluate
83
time_taken = timeit.timeit(
84
lambda: ne.evaluate(
0 commit comments