File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5757 run : mvn --batch-mode --no-transfer-progress -Dj8 -DskipTests=true clean install
5858 - name : Run Benchmarks
5959 run : |
60- 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"
60+ 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" &&
6262 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"
6363 - name : Upload test results
6464 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments