Skip to content

Commit a7d7510

Browse files
committed
[Benchmark] Set optimization level to 2 in benchmark-gen.py
1 parent 6085a74 commit a7d7510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/phys-cost-models/index-scan/benchmark-gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
BATCH_SIZE_ARG: str = '--index-sequential-scan-batch-size'
109109
BATCH_SIZES: list[int] = [10**0, 10**1, 10**2, 10**3, 10**4, 10**5, 10**6, 10**7]
110110

111-
MUTABLE_ARGS = '--backend WasmV8 --no-simd --statistics'
111+
MUTABLE_ARGS = '--backend WasmV8 --no-simd --statistics --wasm-opt 2'
112112

113113
OUTPUT_DIR: str = os.path.join('benchmark', 'phys-cost-models', 'index-scan')
114114
DATA_DIR: str = os.path.join('benchmark', 'phys-cost-models', 'data')

0 commit comments

Comments
 (0)