Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 5da72d9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 9, 2024
1 parent 7b32054 commit daf7d3b
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": 1715211711565,
"lastUpdate": 1715213580121,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -123271,6 +123271,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Mario Rugiero",
"username": "Oppen"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "5da72d96cf539eeed5577fc8885835d215034401",
"message": "feat: unify test utils to a single feature (#1755)\n\n* feat: unify test utils to a single feature\n\n* Update changelog\n\n* Also cover arbitrary\n\n* Fixes",
"timestamp": "2024-05-08T23:54:16Z",
"tree_id": "1bab50af217182db37c4d6d655a4f90fbcef711e",
"url": "https://github.com/lambdaclass/cairo-vm/commit/5da72d96cf539eeed5577fc8885835d215034401"
},
"date": 1715213573995,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 13857,
"range": "± 62",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11993230,
"range": "± 104752",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit daf7d3b

Please sign in to comment.