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 13d3945 commit 7bfd810Copy full SHA for 7bfd810
.github/workflows/benchmarks.yml
@@ -57,7 +57,7 @@ jobs:
57
run: mvn --batch-mode --no-transfer-progress -Dj8 -DskipTests=true clean install
58
- name: Run Benchmarks
59
run: |
60
- cd performance;\
+ cd performance; \
61
mvn --batch-mode --no-transfer-progress compile exec:exec -Dexec.args="-classpath %classpath com.clickhouse.benchmark.data.DataSetGenerator -input sample_dataset.sql -name default -rows 100000"; \
62
mvn --batch-mode --no-transfer-progress compile exec:exec -Dexec.args="-classpath %classpath com.clickhouse.benchmark.BenchmarkRunner -l 100000,10000 -m 1 -t 3 -b i -d file://default.csv"
63
- name: Upload test results
0 commit comments