File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 platforms : linux/amd64,linux/arm64
7777 tags : |
7878 ${{ secrets.REGISTRY_URL }}/serverless2025/http_bench:latest
79- ${{ secrets.REGISTRY_URL }}/serverless2025/http_bench:${{ steps.vars.outputs.tag }}
8079 ${{ secrets.REGISTRY_URL }}/serverless2025/http_bench:${{ steps.vars.outputs.tag }}-${{ steps.vars.outputs.time }}
8180 cache-from : type=gha
8281 cache-to : type=gha,mode=max
Original file line number Diff line number Diff line change @@ -473,9 +473,9 @@ <h2 id="page-title">🚀 HTTP Benchmark Tool</h2>
473473 requestBodyType : "" ,
474474 protocolType : "http1" ,
475475 protocolOptions : [
476- { value : 'http1' , label : 'HTTP<S>/ 1.1' } ,
477- { value : 'http2' , label : 'HTTP<S>/ 2' } ,
478- { value : 'http3' , label : 'HTTP<S>/ 3' } ,
476+ { value : 'http1' , label : 'HTTP(S) / 1.1' } ,
477+ { value : 'http2' , label : 'HTTP(S) / 2' } ,
478+ { value : 'http3' , label : 'HTTP(S) / 3' } ,
479479 { value : 'ws' , label : 'WebSocket(ws://)' } ,
480480 { value : 'wss' , label : 'WebSocket Secure(wss://)' }
481481 ] ,
You can’t perform that action at this time.
0 commit comments