alecthomas / go_serialization_benchmarks

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

Publishing Report to Github Pages #154

Closed deneonet closed 3 months ago

deneonet commented 3 months ago

Instead of using html-previewer, I added a github action to automatically put the contents from the report folder into the gh-pages branch, then the report also shows up on all browsers.

deneonet commented 3 months ago

Ignore the one failed check, it is because it tries to modify the gh-pages branch in this repo, but has no permissions to do that. It'll work after a merge.