Skip to content

Commit

Permalink
Remove not yet defined cacheStats
Browse files Browse the repository at this point in the history
  • Loading branch information
daosvik committed Aug 30, 2021
1 parent 6ef27be commit f144b60
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions benchmarks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -714,10 +714,6 @@ func BenchmarkMulMod(b *testing.B) {
b.Run("mod192/big", func(b *testing.B) { benchmarkMulModBig (b, &big192SamplesLt, &big192Samples) })
b.Run("mod256/uint256", func(b *testing.B) { benchmarkMulModUint256 (b, &int256SamplesLt, &int256Samples) })
b.Run("mod256/big", func(b *testing.B) { benchmarkMulModBig (b, &big256SamplesLt, &big256Samples) })

hit, miss := cacheStats()

b.Logf("Hits/tMisses\t%v/%v\n", hit, miss)
}

func benchmark_SdivLarge_Big(bench *testing.B) {
Expand Down

0 comments on commit f144b60

Please sign in to comment.