Created
February 20, 2022 07:52
-
-
Save percybolmer/9e6e5debc19a8ffbafa126bca2f5457c to your computer and use it in GitHub Desktop.
Benchmarking in Go the results
This file contains hidden or 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
goos: windows | |
goarch: amd64 | |
pkg: programmingpercy/benchgeneric | |
cpu: Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz | |
Benchmark_Structures | |
Benchmark_Structures/Person_Generic_Move | |
Benchmark_Structures/Person_Generic_Move-4 1000000000 4.690 ns/op | |
Benchmark_Structures/Person_Generic_Move-4 1000000000 4.668 ns/op | |
Benchmark_Structures/Person_Generic_Move-4 1000000000 4.727 ns/op | |
Benchmark_Structures/Person_Generic_Move-4 1000000000 4.664 ns/op | |
Benchmark_Structures/Person_Generic_Move-4 1000000000 4.699 ns/op | |
Benchmark_Structures/Car_Generic_Move | |
Benchmark_Structures/Car_Generic_Move-4 1000000000 3.176 ns/op | |
Benchmark_Structures/Car_Generic_Move-4 1000000000 3.188 ns/op | |
Benchmark_Structures/Car_Generic_Move-4 1000000000 3.296 ns/op | |
Benchmark_Structures/Car_Generic_Move-4 1000000000 3.144 ns/op | |
Benchmark_Structures/Car_Generic_Move-4 1000000000 3.156 ns/op | |
Benchmark_Structures/Person_Regular_Move | |
Benchmark_Structures/Person_Regular_Move-4 1000000000 4.694 ns/op | |
Benchmark_Structures/Person_Regular_Move-4 1000000000 4.634 ns/op | |
Benchmark_Structures/Person_Regular_Move-4 1000000000 4.677 ns/op | |
Benchmark_Structures/Person_Regular_Move-4 1000000000 4.660 ns/op | |
Benchmark_Structures/Person_Regular_Move-4 1000000000 4.626 ns/op | |
Benchmark_Structures/Car_Regular_Move | |
Benchmark_Structures/Car_Regular_Move-4 1000000000 2.560 ns/op | |
Benchmark_Structures/Car_Regular_Move-4 1000000000 2.555 ns/op | |
Benchmark_Structures/Car_Regular_Move-4 1000000000 2.553 ns/op | |
Benchmark_Structures/Car_Regular_Move-4 1000000000 2.579 ns/op | |
Benchmark_Structures/Car_Regular_Move-4 1000000000 2.560 ns/op | |
PASS | |
ok programmingpercy/benchgeneric 75.830s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment