Skip to content

Commit 1991d26

Browse files
committed
run all
1 parent 23f6743 commit 1991d26

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/ci-benchmarks.yml

+16
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,34 @@ jobs:
5151
- run: >
5252
./gradlew
5353
ktorTcpRequestResponseBenchmark
54+
ktorTcpRequestStreamBenchmark
55+
ktorTcpRequestChannelBenchmark
5456
ktorWsRequestResponseBenchmark
57+
ktorWsRequestStreamBenchmark
58+
ktorWsRequestChannelBenchmark
5559
nettyTcpRequestResponseBenchmark
60+
nettyTcpRequestStreamBenchmark
61+
nettyTcpRequestChannelBenchmark
5662
nettyQuicRequestResponseBenchmark
63+
nettyQuicRequestStreamBenchmark
64+
nettyQuicRequestChannelBenchmark
5765
-Prsocketbuild.skipBenchmarkTasks=true
5866
--no-daemon
5967
6068
- run: >
6169
./gradlew
6270
ktorTcpRequestResponseBenchmark
71+
ktorTcpRequestStreamBenchmark
72+
ktorTcpRequestChannelBenchmark
6373
ktorWsRequestResponseBenchmark
74+
ktorWsRequestStreamBenchmark
75+
ktorWsRequestChannelBenchmark
6476
nettyTcpRequestResponseBenchmark
77+
nettyTcpRequestStreamBenchmark
78+
nettyTcpRequestChannelBenchmark
6579
nettyQuicRequestResponseBenchmark
80+
nettyQuicRequestStreamBenchmark
81+
nettyQuicRequestChannelBenchmark
6682
--no-parallel
6783
--max-workers=1
6884
--no-daemon

0 commit comments

Comments
 (0)