Skip to content

Commit 314a501

Browse files
committed
fix naming and parameters
1 parent 30dda50 commit 314a501

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/benchmarks.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ concurrency:
3232
cancel-in-progress: true
3333

3434
jobs:
35-
nightly:
35+
jmh:
3636
if: ${{ startsWith(github.repository, 'ClickHouse/') }}
37-
name: "Build and Publish Nightly Snapshot"
37+
name: "Mininal JMH Benchmarks"
3838
runs-on: "ubuntu-latest"
3939
timeout-minutes: 20
4040
steps:
@@ -64,14 +64,11 @@ jobs:
6464
cd ./performance &&
6565
ls -l &&
6666
mvn --batch-mode --no-transfer-progress clean compile exec:exec -Dexec.executable=java -Dexec.args="-classpath %classpath com.clickhouse.benchmark.BenchmarkRunner \
67-
-l 100000,10000 -m 1 -t 3 -b i -d file://default.csv"
67+
-l 100000,10000 -m 3 -t 15 -b q,i -d file://default.csv"
6868
- name: Upload test results
6969
uses: actions/upload-artifact@v4
7070
if: success()
7171
with:
7272
name: result ${{ github.job }}
7373
path: |
7474
performance/jmh-results*
75-
76-
77-

0 commit comments

Comments
 (0)