-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for 73e188d
- Loading branch information
github-action-benchmark
committed
Apr 30, 2024
1 parent
2f28d1a
commit db67689
Showing
1 changed file
with
37 additions
and
1 deletion.
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,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1714510278317, | ||
"lastUpdate": 1714511661191, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -123055,6 +123055,42 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "fmoletta", | ||
"username": "fmoletta" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "73e188d7714ffe9ad6b287e87ede0f3417b07fe5", | ||
"message": "[Cairo 1 Run] Refactor integration tests + check that return values taken from output segment are correct (#1741)\n\n* Fix test\n\n* Revert \"Fix test\"\n\nThis reverts commit ef59dd8d223e34d4b27bba2e81b3f3a870c10d8b.\n\n* Start test refactor\n\n* Add args\n\n* refactor all tests\n\n* Add disclaimer\n\n* clippy\n\n* Add comments\n\n* use slice\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>", | ||
"timestamp": "2024-04-30T20:16:43Z", | ||
"tree_id": "eae860e3a1ba7d5a09687c273a24fdc1a654c4b1", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/73e188d7714ffe9ad6b287e87ede0f3417b07fe5" | ||
}, | ||
"date": 1714511654938, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 20634, | ||
"range": "± 131", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 13584990, | ||
"range": "± 194701", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|