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.

Reply via email to