@@ -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