-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't look here yet. This is an experiment I've wanted to do for a while, just looking to get some benchmark numbers.
- Loading branch information
Showing
25 changed files
with
157 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
({ cpu: 37605791908 | ||
| mem: 161972648 | ||
({ cpu: 36552184908 | ||
| mem: 157391748 | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
({ cpu: 7563493298 | ||
| mem: 28459340 | ||
({ cpu: 7131990298 | ||
| mem: 26583240 | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
({ cpu: 14229364305 | ||
| mem: 54977742 | ||
({ cpu: 13274289305 | ||
| mem: 50825242 | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
({ cpu: 191619634648 | ||
| mem: 725849980 | ||
({ cpu: 179471264648 | ||
| mem: 673030980 | ||
}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/script-contexts/test/checkScriptContext1-20.budget.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
({ cpu: 492446997 | ||
| mem: 1613269 | ||
({ cpu: 479244997 | ||
| mem: 1555869 | ||
}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/script-contexts/test/checkScriptContext1-4.budget.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
({ cpu: 141826245 | ||
| mem: 466293 | ||
({ cpu: 138192245 | ||
| mem: 450493 | ||
}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/script-contexts/test/checkScriptContext2-20.budget.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
({ cpu: 438942997 | ||
| mem: 1400528 | ||
({ cpu: 429259997 | ||
| mem: 1358428 | ||
}) |
4 changes: 2 additions & 2 deletions
4
plutus-benchmark/script-contexts/test/checkScriptContext2-4.budget.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
({ cpu: 127689877 | ||
| mem: 410384 | ||
({ cpu: 124998877 | ||
| mem: 398684 | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(delay (lam x_0 x_0)) | ||
(lam x_0 x_0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(delay (lam case_True_0 (lam case_False_1 case_False_1))) | ||
(lam case_True_0 (lam case_False_1 case_False_1)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
plutus-core/untyped-plutus-core/test/Evaluation/Golden/mulInstError3.uplc.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
(Left An error has occurred: error: | ||
Attempted to instantiate a non-polymorphic term. | ||
Caused by: (con integer 242)) | ||
(Right (con integer 242)) |
2 changes: 1 addition & 1 deletion
2
plutus-core/untyped-plutus-core/test/Transform/extraDelays.plc.golden
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(delay (con integer 1)) | ||
(con integer 1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
({ cpu: 28136630 | ||
| mem: 110020 | ||
({ cpu: 26641630 | ||
| mem: 103520 | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
({ cpu: 2023577 | ||
| mem: 8002 | ||
({ cpu: 1862577 | ||
| mem: 7302 | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
({ cpu: 28171990 | ||
| mem: 110020 | ||
({ cpu: 26676990 | ||
| mem: 103520 | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
({ cpu: 28773590 | ||
| mem: 92930 | ||
({ cpu: 27393590 | ||
| mem: 86930 | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
({ cpu: 26917630 | ||
| mem: 104720 | ||
({ cpu: 25192630 | ||
| mem: 97220 | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
({ cpu: 2207577 | ||
| mem: 8802 | ||
({ cpu: 2000577 | ||
| mem: 7902 | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
({ cpu: 1540577 | ||
| mem: 5902 | ||
({ cpu: 1425577 | ||
| mem: 5402 | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
({ cpu: 9526961630 | ||
| mem: 35235273 | ||
({ cpu: 8910009630 | ||
| mem: 32552873 | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
({ cpu: 23293870 | ||
| mem: 92420 | ||
({ cpu: 22028870 | ||
| mem: 86920 | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
({ cpu: 15479457 | ||
| mem: 51292 | ||
({ cpu: 14950457 | ||
| mem: 48992 | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters