Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 0b30ba2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 22, 2024
1 parent 29163c5 commit 08075f5
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": 1732189757014,
"lastUpdate": 1732301705836,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -125539,6 +125539,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Gabriel Bosio",
"username": "gabrielbosio"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "0b30ba24485d72e88a81cf9867a1a1e3c3a7112e",
"message": "Update codeowners (#1879)",
"timestamp": "2024-11-22T18:21:01Z",
"tree_id": "87730ede42ff75b039ed3bd8f5c56117e201ea1b",
"url": "https://github.com/lambdaclass/cairo-vm/commit/0b30ba24485d72e88a81cf9867a1a1e3c3a7112e"
},
"date": 1732301699418,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 13528,
"range": "± 183",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 8567970,
"range": "± 361686",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 08075f5

Please sign in to comment.