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.
1 parent 1d9261a commit 71b704aCopy full SHA for 71b704a
pyperformance/data-files/benchmarks/bm_sqlglot/run_benchmark.py
@@ -156,8 +156,8 @@ def bench_optimize(loops):
156
157
def bench_normalize(loops):
158
elapsed = 0
159
- conjunction = parse_one("(A AND B) OR (C AND D) OR (E AND F) OR (G AND H)")
160
for _ in range(loops):
+ conjunction = parse_one("(A AND B) OR (C AND D) OR (E AND F) OR (G AND H)")
161
t0 = pyperf.perf_counter()
162
normalize.normalize(conjunction)
163
elapsed += pyperf.perf_counter() - t0
0 commit comments