IntersectMBO/plutus

Add benchmarks for compilation

Open

#6,113 创建于 2024年5月24日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Haskell (511 fork)batch import
BenchmarksGood first issueLow prioritystatus: triaged

仓库指标

Star
 (1,637 star)
PR 合并指标
 (平均合并 15天 11小时) (30 天内合并 13 个 PR)

描述

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.

贡献者指南