]> Cypherpunks repositories - gostls13.git/commit
bytes: add hard benchmarks for Index and Count
authorTobias Klauser <tklauser@distanz.ch>
Fri, 15 Mar 2019 10:29:03 +0000 (11:29 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Fri, 15 Mar 2019 14:04:37 +0000 (14:04 +0000)
commit9d9d4eeb87ed5dae09e26d744ea7d6caf9b182dc
tree11ae71cfc1d33c56eb93d7510fedcef2a2a847a4
parent694012aa3b74d0c382c13737ba65b8d80b0f9d25
bytes: add hard benchmarks for Index and Count

Add Benchmark(Index|Count)Hard[1-3] in preparation for implementing
Index and Count in assembly on arm.

Updates #29001

Change-Id: I2a9701892190e8d91de069c2f5a7f5bd3544c6c2
Reviewed-on: https://go-review.googlesource.com/c/go/+/167798
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/bytes/bytes_test.go