mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
update benchmark platform to PI
This commit is contained in:
parent
c85c864b5f
commit
07f930ca68
21 changed files with 652 additions and 690 deletions
9
crates/cli/tests/benchmarks/platform/Host.roc
Normal file
9
crates/cli/tests/benchmarks/platform/Host.roc
Normal file
|
@ -0,0 +1,9 @@
|
|||
hosted Host
|
||||
exposes [put_line!, put_int!, get_int!]
|
||||
imports []
|
||||
|
||||
put_line! : Str => {}
|
||||
|
||||
put_int! : I64 => {}
|
||||
|
||||
get_int! : {} => { value : I64, is_error : Bool }
|
Loading…
Add table
Add a link
Reference in a new issue