alecthomas / go_serialization_benchmarks

Benchmarks of Go serialization methods
https://alecthomas.github.io/go_serialization_benchmarks/
1.57k stars 159 forks source link

Add bebop to benchmarks #91

Closed 200sc closed 3 years ago

200sc commented 3 years ago

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.

alecthomas commented 3 years ago

Apologies, but a preceding PR has caused merge conflicts. Please rebase, resolve, and I'll merge the PR.

200sc commented 3 years ago

Rebased and resolved. I also re ran the suite to add mum to the readme.

alecthomas commented 3 years ago

That's brilliant, thank you. Merged!