Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for bdcfb1f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 26, 2024
1 parent cc365ea commit 6a2c051
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": 1708685856942,
"lastUpdate": 1708988075897,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -121219,6 +121219,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Pedro Fontana",
"username": "pefontana"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "bdcfb1f4d02ca2151f38169d411de0a4ce50d802",
"message": "Fix uint256_div_mod.cairo entrypoint (#1639)\n\n* Fix uint256_div_mod.cairo entrypoint\n\n* Empty-Commit\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>",
"timestamp": "2024-02-26T22:26:44Z",
"tree_id": "f9b7db04bdff858af38071fe4c4970e5c86d9f3d",
"url": "https://github.com/lambdaclass/cairo-vm/commit/bdcfb1f4d02ca2151f38169d411de0a4ce50d802"
},
"date": 1708988070183,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 22288,
"range": "± 263",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11621777,
"range": "± 422577",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 6a2c051

Please sign in to comment.