]> Cypherpunks repositories - gostls13.git/commit
math/bits: correct BenchmarkSub64
authorBrian Kessler <brian.m.kessler@gmail.com>
Wed, 24 Oct 2018 05:59:07 +0000 (23:59 -0600)
committerIan Lance Taylor <iant@golang.org>
Wed, 24 Oct 2018 14:53:19 +0000 (14:53 +0000)
commit127c51e48c641675b363fbda62c88263267a4f44
tree10485c99d4c0d0b855aaf4c7d89bd75df3ff82b2
parent269e5319172bfb8774d19538e8dfc8ae0650ffec
math/bits: correct BenchmarkSub64

Previously, the benchmark was measuring Add64 instead of Sub64.

Change-Id: I0cf30935c8a4728bead9868834377aae0b34f008
Reviewed-on: https://go-review.googlesource.com/c/144380
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/math/bits/bits_test.go