Skip to content

Commit b0ad37c

Browse files
[Benchmark] Revert change of operators benchmark
Reducing the number of tuples was never intended to be committed.
1 parent f51bc68 commit b0ad37c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/operators/gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import string
1010

1111

12-
NUM_TUPLES = 10_000
12+
NUM_TUPLES = 10_000_000
1313
STRLEN = 10
1414
OUTPUT_DIR = os.path.join('benchmark', 'operators', 'data')
1515
NUM_DISTINCT_VALUES = NUM_TUPLES // 10

0 commit comments

Comments
 (0)