IntersectMBO/plutus

Add benchmarks for compilation

開放

#6,113 建立於 2024年5月24日

 (1 則留言) (0 個反應) (0 位負責人)Haskell (511 個分叉)batch import
BenchmarksGood first issueLow prioritystatus: triaged

倉庫指標

星標
 (1,637 顆星)
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.

貢獻者指南