IntersectMBO/plutus

Add benchmarks for compilation

Open

#6,113 opened on May 24, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Haskell (511 forks)batch import
BenchmarksGood first issueLow prioritystatus: triaged

Repository metrics

Stars
 (1,637 stars)
PR merge metrics
 (Avg merge 6d 1h) (15 merged PRs in 30d)

Description

We don’t currently have any benchmarks for the compiler. It would be good to have some. We do want them to run on substantial programs, though, so ideally something that comes out of the plugin.

Fortunately, the plugin saves the (slightly-processed) PIR as well as the final UPLC, so we can do this: get a bunch of programs using the plugin, extract the PIR at runtime and then compile it in the benchmark.

Contributor guide