alecthomas / go_serialization_benchmarks

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

two new scripts are added. benchmark.sh genreport_test.sh #158

Open nazarifard opened 2 months ago

nazarifard commented 2 months ago

Based on my tests high order algorithms often (not always) have more chance than others. I developed two scripts benchmarks.sh and genreport_test.sh that runs "go test" per algorithm separately and finally concatenates all results. Obviously it does not have impact on default functionality and it will work as same as old without any change.

alecthomas commented 2 months ago

What does "high order algorithms" mean, what does "more chance" mean, and can you show examples of what you're referring to?