I didn't see this in the readme, but I had to feed the output of the benchmarks out like go test -bench='.*' ./ > results.txt for the readme table generation script to produce output.
Let me know if you would prefer I run the benchmarks on my osx machine for a more similar comparison to the last benchmark.
I didn't see this in the readme, but I had to feed the output of the benchmarks out like
go test -bench='.*' ./ > results.txt
for the readme table generation script to produce output.Let me know if you would prefer I run the benchmarks on my osx machine for a more similar comparison to the last benchmark.