Skip to content

Commit 7bfd810

Browse files
committed
fixed gitactions
1 parent 13d3945 commit 7bfd810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: mvn --batch-mode --no-transfer-progress -Dj8 -DskipTests=true clean install
5858
- name: Run Benchmarks
5959
run: |
60-
cd performance;\
60+
cd performance; \
6161
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

0 commit comments

Comments
 (0)