We used to have benchmarks running in CI on every commit, which helped us to catch performance regressions. This functionality was initially implemented in #82, but I accidentally dropped it when migrating CI to GitHub Actions in this commit.
The benchmarking script produced a performance summary for a few Algebra.Graph functions, like this:
We used to have benchmarks running in CI on every commit, which helped us to catch performance regressions. This functionality was initially implemented in #82, but I accidentally dropped it when migrating CI to GitHub Actions in this commit.
The benchmarking script produced a performance summary for a few
Algebra.Graph
functions, like this:It would be great to restore this functionality. The benchmarking script itself is still available here, although it might require some refreshing.
/cc @cyoon1729 who was interested in helping with this.