Skip to content

Commit

Permalink
fix mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Dec 19, 2024
1 parent 81d04cb commit e408e13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions tests/mocks/1-2-compilation-report.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{"compilation_reports": [
{
"artifact_name":"keccak256",
"time":"0m0.325s"
"time":"0.325s"

},
{
"artifact_name":"workspace",
"time":"0m0.300s"
"time":"0.300s"

},
{
"artifact_name":"regression_4709",
"time":"0m1.842s"
"time":"1.842s"

},
{
"artifact_name":"ram_blowup_regression",
"time":"0m20.526s"
"time":"20.526s"

}
]}
8 changes: 4 additions & 4 deletions tests/mocks/1-2-compilation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Compilation Sample
| Program | Compilation Time | % |
| --- | --- | --- |
| keccak256 | 0m0.325s | -100% |
| workspace | 0m0.300s | -100% |
| regression_4709 | 0m1.842s | -100% |
| ram_blowup_regression | 0m20.526s | -100% |
| keccak256 | 0.325s | 16% |
| workspace | 0.300s | 10% |
| regression_4709 | 1.842s | 2% |
| ram_blowup_regression | 20.526s | -1% |

0 comments on commit e408e13

Please sign in to comment.