Ramkumar Chinchani
2022-07-13 21:15:33 +00:00
committed by Ramkumar Chinchani
parent 2496fef3c2
commit 595e1bca59
13 changed files with 29 additions and 29 deletions
+3 -3
View File
@@ -14,8 +14,8 @@ jobs:
name: Performance regression check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18.x
# Run benchmark with `go test -bench` and stores the output to a file
@@ -23,7 +23,7 @@ jobs:
run: make BENCH_OUTPUT=ci-cd run-bench
# Download previous benchmark result from cache (if exists)
- name: Download previous benchmark data
uses: actions/cache@v1
uses: actions/cache@v3
with:
path: ./cache
key: ${{ runner.os }}-benchmark