Add PlutusV3 conformance tests and also control budgets
There were some odd discrepancy for `integerToByteString` on the mem side. Either 1 or about 1000 mem units off; which I couldn't quite figure out. Yet, it proves useful to validate builtin at large and ensure we have a valid cost model for v3.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- ill-typed but does not fail at runtime because the builtin application is not saturated.
|
||||
(program 1.0.0 [(builtin addInteger) (con unit ())])
|
||||
@@ -0,0 +1,2 @@
|
||||
({cpu: 48100
|
||||
| mem: 400})
|
||||
@@ -0,0 +1 @@
|
||||
(program 1.0.0 [ (builtin addInteger) (con unit ()) ])
|
||||
Reference in New Issue
Block a user