Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 0d86936
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 14, 2024
1 parent d3b5a3b commit f50aa1c
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": 1731434129796,
"lastUpdate": 1731614564484,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -125395,6 +125395,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Edgar",
"username": "edg-l"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "0d869361d5c2c6098170b751c1bdcb8eb071da8e",
"message": "Fix broken num-prime crate (#1873)\n\n* Fix broken num-prime crate\n\n* changelog\n\n* try",
"timestamp": "2024-11-14T19:34:49Z",
"tree_id": "c1e0a3f307f876b5560b7f7e9e7c7cf53bcb1638",
"url": "https://github.com/lambdaclass/cairo-vm/commit/0d869361d5c2c6098170b751c1bdcb8eb071da8e"
},
"date": 1731614558698,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 14004,
"range": "± 96",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 8083845,
"range": "± 497413",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit f50aa1c

Please sign in to comment.