From e408e131e96c3615b4f820d7d642360fb4d6e2f4 Mon Sep 17 00:00:00 2001 From: Maxim Vezenov Date: Thu, 19 Dec 2024 18:33:13 +0000 Subject: [PATCH] fix mocks --- tests/mocks/1-2-compilation-report.json | 8 ++++---- tests/mocks/1-2-compilation.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/mocks/1-2-compilation-report.json b/tests/mocks/1-2-compilation-report.json index cbdefde..3610400 100644 --- a/tests/mocks/1-2-compilation-report.json +++ b/tests/mocks/1-2-compilation-report.json @@ -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" } ]} diff --git a/tests/mocks/1-2-compilation.md b/tests/mocks/1-2-compilation.md index b415acf..d3097ba 100644 --- a/tests/mocks/1-2-compilation.md +++ b/tests/mocks/1-2-compilation.md @@ -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% |