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 f51bc68 commit b0ad37cCopy full SHA for b0ad37c
benchmark/operators/gen.py
@@ -9,7 +9,7 @@
9
import string
10
11
12
-NUM_TUPLES = 10_000
+NUM_TUPLES = 10_000_000
13
STRLEN = 10
14
OUTPUT_DIR = os.path.join('benchmark', 'operators', 'data')
15
NUM_DISTINCT_VALUES = NUM_TUPLES // 10
0 commit comments