• Russ Cox's avatar
    undo CL 101970047 / 30307cc8bef2 · 50365666
    Russ Cox authored
    makes windows-amd64-race benchmarks slower
    
    ««« original CL description
    testing: make benchmarking faster
    
    Allow the number of benchmark iterations to grow faster for fast benchmarks, and don't round up twice.
    
    Using the default benchtime, this CL reduces wall clock time to run benchmarks:
    
    net/http        49s   -> 37s   (-24%)
    runtime         8m31s -> 5m55s (-30%)
    bytes           2m37s -> 1m29s (-43%)
    encoding/json   29s   -> 21s   (-27%)
    strings         1m16s -> 53s   (-30%)
    
    LGTM=crawshaw
    R=golang-codereviews, crawshaw
    CC=golang-codereviews
    https://golang.org/cl/101970047
    »»»
    
    TBR=josharian
    CC=golang-codereviews
    https://golang.org/cl/105950044
    50365666
Name
Last commit
Last update
..
iotest Loading commit data...
quick Loading commit data...
allocs.go Loading commit data...
benchmark.go Loading commit data...
benchmark_test.go Loading commit data...
cover.go Loading commit data...
example.go Loading commit data...
export_test.go Loading commit data...
testing.go Loading commit data...