That's really cool! Do note that we can publish to the ASF-specific branches, too, for hosting a site.
On Wed, Oct 13, 2021 at 10:37 AM Volkan Yazıcı <vol...@yazi.ci> wrote: > > Do this: > > git fetch -p > git checkout -B gh-pages origin/gh-pages > python -m http.server > open http://localhost:8000/benchmark/results/index.html > > *The magic:* > https://github.com/apache/logging-log4j2/blob/release-2.x/.github/workflows/benchmark.yml > > *Disadvantages:* Runner specs are on the flux, though mostly pretty stable. > > *Future work:* > > - Enable GitHub pages for the project? > - Incorporate more from log4j-perf to here. > - Put the workflow onto a cron schedule.