-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Tabled benchmark support added. * Test cases added for tabled benchmarks.
- Loading branch information
1 parent
80bf811
commit 5d6c8c4
Showing
3 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
goos: darwin | ||
goarch: amd64 | ||
BenchmarkFib10-8 5000000 325 ns/op | ||
BenchmarkFib20 30000 40537.123 ns/op | ||
BenchmarkFib10-8 5000000 325 ns/op | ||
BenchmarkFib20 30000 40537.123 ns/op | ||
BenchmarkFib/my_tabled_benchmark_-_10-8 5000000 325 ns/op | ||
BenchmarkFib/my_tabled_benchmark_-_20 30000 40537.123 ns/op | ||
BenchmarkFib/my/tabled/benchmark_-_20 30001 40537.456 ns/op | ||
PASS | ||
ok _/Users/rhayasd/Develop/github.com/benchmark-action/github-action-benchmark/examples/go 3.614s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters