Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 73e188d
Browse files Browse the repository at this point in the history
  • 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.
38 changes: 37 additions & 1 deletion data.js
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": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit db67689

Please sign in to comment.