github.com/egonelbre/exp@v0.0.0-20240430123955-ed1d3aa93911/bench/growslice/bench.bat (about)

     1  go test -bench . -tags base -count 10 | tee x_base.txt~
     2  go test -bench . -tags cast -count 10 | tee x_cast.txt~
     3  go test -bench . -tags base,nextslicecap -count 10 | tee x_base_next.txt~
     4  go test -bench . -tags cast,nextslicecap -count 10 | tee x_cast_next.txt~
     5  
     6  benchstat x_base.txt~ x_cast.txt~ x_base_next.txt~ x_cast_next.txt~