File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 run : go test -v -run '^$' -bench '(Marshal|Unmarshal)$/codeResponse' -benchmem -benchtime 3s -cpu 1 -count 6 ./json | tee bench.txt
3131
3232 - name : Upload Benchmarks
33- uses : actions/upload-artifact@v2
33+ uses : actions/upload-artifact@v4
3434 with :
3535 name : ${{ matrix.ref }}
3636 path : bench.txt
@@ -49,15 +49,15 @@ jobs:
4949 run : go install golang.org/x/perf/cmd/benchstat@latest
5050
5151 - name : Download Benchmark Results
52- uses : actions/download-artifact@v2
52+ uses : actions/download-artifact@v4
5353 with :
5454 path : .
5555
5656 - name : Run Benchstat
5757 run : benchstat ./master/bench.txt ./${{ github.sha }}/bench.txt | tee benchstat.txt
5858
5959 - name : Upload Benchstat Results
60- uses : actions/upload-artifact@v2
60+ uses : actions/upload-artifact@v4
6161 with :
6262 name : benchstat
6363 path : benchstat.txt
You can’t perform that action at this time.
0 commit comments