Skip to content

Commit 84c1f9c

Browse files
committed
Add WebSocket support to manual benchmark tool
1 parent 8e765e9 commit 84c1f9c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/manual_benchmark.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,13 @@ on:
1515
protocol:
1616
description: Which protocol to test
1717
required: true
18-
default: 'http/1.1,h2c'
18+
default: 'http/1.1,h2c,ws'
1919
type: choice
2020
options:
21-
- 'http/1.1,h2c'
21+
- 'http/1.1,h2c,ws'
2222
- 'http/1.1'
2323
- 'h2c'
24+
- 'ws'
2425
baseline_server:
2526
description: Which server to use as baseline
2627
required: true

0 commit comments

Comments
 (0)