We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 433afda commit 05e89d8Copy full SHA for 05e89d8
1 file changed
.github/workflows/benchmark.yml
@@ -62,7 +62,7 @@ jobs:
62
mvn --batch-mode --update-snapshots -q -DskipTests install
63
cd clickhouse-benchmark
64
java -DclickhouseVersion="21.8" -jar target/benchmarks.jar -rf text \
65
- -p client=clickhouse-http-jdbc -p type=default Basic
+ -p client=clickhouse-http-jdbc -p client=clickhouse-grpc-jdbc -p type=default Basic
66
echo "BENCHMARK_REPORT<<EOF" >> $GITHUB_ENV
67
cat jmh-result.text >> $GITHUB_ENV
68
echo "EOF" >> $GITHUB_ENV
0 commit comments