golemcloud / golem

Golem: Transparent durable execution for any programming language

Home Page:https://learn.golem.cloud/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run benchmarks in CI

vigoo opened this issue · comments

The benchmarks should be executed in CI so we continuously see any performance regressions.

Ideas/nice to have:

  • trigger it on-demand in PRs (so we don't run all the time only when we think our change might have performance effects)
  • report result in the PR as comments
  • figure out a nice way to show results
  • should show diff to some baseline

I think I covered all of it for now:
#545 (comment)