]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add math benchmarks
authorJoel Sing <joel@sing.id.au>
Wed, 5 Apr 2023 20:11:01 +0000 (06:11 +1000)
committerJoel Sing <joel@sing.id.au>
Fri, 14 Apr 2023 18:30:08 +0000 (18:30 +0000)
commit7c2550b7bb284e189d9d977800baa33ebf137fea
tree7dab00bfbf822c3c6c164fda362e0765e0e53252
parent4c20c0a826dafe8bcbb167e82bc07370da065cb1
cmd/compile: add math benchmarks

This adds benchmarks for division and modulus of 64 bit signed and unsigned
integers.

Updates #59089

Change-Id: Ie757c6d74a1f355873e79619eae26ece21a8f23e
Reviewed-on: https://go-review.googlesource.com/c/go/+/482656
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Joel Sing <joel@sing.id.au>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/test/math_test.go [new file with mode: 0644]