Skip to content

Commit

Permalink
updated go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kdgyun committed Feb 16, 2022
1 parent 480a3eb commit 94bd99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: go test -timeout 20m -v ./glob_bench_test/sort_test.go

- name: Benchmark
run: go test -bench=. -cpu 1,2,4,8,16,32 -benchmem -v ./glob_bench_test/sort_bench_test.go
run: go test -timeout 20m -bench=. -cpu 1,2,4,8,16,32 -benchmem -v ./glob_bench_test/sort_bench_test.go

0 comments on commit 94bd99b

Please sign in to comment.