Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 3f3df3e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 12, 2024
1 parent 8c02f56 commit 292f90c
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": 1734014442496,
"lastUpdate": 1734019737427,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -125935,6 +125935,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": false,
"id": "3f3df3eb76acf03105b0698b650db2c46dcf3fa5",
"message": "Fix getrandom wildcard dep (#1894)\n\n* fix getrandom dep\n\n* changelog",
"timestamp": "2024-12-12T15:39:45Z",
"tree_id": "a99b8b287d7f386cc85288f68235714fbe34cb8e",
"url": "https://github.com/lambdaclass/cairo-vm/commit/3f3df3eb76acf03105b0698b650db2c46dcf3fa5"
},
"date": 1734019731185,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 13551,
"range": "± 104",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 8472767,
"range": "± 428078",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 292f90c

Please sign in to comment.