-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from runreveal/alan/basic-bench
perf: add basic benchmark to demonstrate overhead
- Loading branch information
Showing
5 changed files
with
95 additions
and
9 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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
goos: darwin | ||
goarch: arm64 | ||
pkg: github.com/runreveal/kawa/test | ||
BenchmarkMem-10 3 479789639 ns/op | ||
BenchmarkMem-10 3 470265097 ns/op | ||
BenchmarkMem-10 3 468312402 ns/op | ||
BenchmarkMem-10 3 441723403 ns/op | ||
BenchmarkMem-10 3 478304306 ns/op | ||
BenchmarkMem-10 3 481978250 ns/op | ||
BenchmarkMem-10 3 464515333 ns/op | ||
BenchmarkMem-10 3 478364931 ns/op | ||
BenchmarkMem-10 3 478826166 ns/op | ||
BenchmarkMem-10 3 483086972 ns/op | ||
PASS | ||
ok github.com/runreveal/kawa/test 28.571s |
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