update benchmark platform to PI

This commit is contained in:
Brendan Hansknecht 2025-01-04 08:58:36 -08:00
parent c85c864b5f
commit 07f930ca68
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
21 changed files with 652 additions and 690 deletions

View 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 }