Skip to content

Commit

Permalink
test jmeter benchmarking
Browse files Browse the repository at this point in the history
Signed-off-by: ruzell22 <[email protected]>
  • Loading branch information
ruzell22 committed Nov 16, 2023
1 parent d1eebee commit 62c94d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jmeter-benchmarking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go-version: "stable"
# Run benchmark with `go test -bench` and stores the output to a file
- name: Run benchmark
run: go test -bench 'BenchmarkFib' | tee output.txt
run: go mod init && go test -bench 'BenchmarkFib' | tee output.txt
# Download previous benchmark result from cache (if exists)
- name: Download previous benchmark data
uses: actions/cache@v1
Expand Down

0 comments on commit 62c94d6

Please sign in to comment.