Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for e5c079c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 6, 2024
1 parent 9169c8a commit 8b50d2b
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": 1730916462173,
"lastUpdate": 1730922104090,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -125287,6 +125287,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "YairVaknin-starkware",
"username": "YairVaknin-starkware"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "e5c079cb998bc9e6e0ceb94d251df1069c6c2a6e",
"message": "Add_missing_builtins_to_pie_metadata_serialiazation (#1868)\n\nCo-authored-by: Pedro Fontana <[email protected]>",
"timestamp": "2024-11-06T19:14:53Z",
"tree_id": "cda615b1d9cc047a0fa78afd26ff4288b53951a8",
"url": "https://github.com/lambdaclass/cairo-vm/commit/e5c079cb998bc9e6e0ceb94d251df1069c6c2a6e"
},
"date": 1730922098160,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 14238,
"range": "± 127",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 8212938,
"range": "± 77706",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 8b50d2b

Please sign in to comment.