You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: