Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 404d763
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 27, 2024
1 parent d712173 commit 6a4e16d
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": 1735232121172,
"lastUpdate": 1735328666806,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -126043,6 +126043,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Franco Giachetta",
"username": "FrancoGiachetta"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "404d76311223c3dfe4ba26cbd4077d6a4848cda0",
"message": "Fix entrypoint offset in test (#1904)\n\n* fix test\n\n* fix test\n\n* reviews\n\n* fix changed entrypoint offset on test\n\n* try fix\n\n* try fix",
"timestamp": "2024-12-27T19:08:54Z",
"tree_id": "2be17c3d82855665a72eeadef9e4b0ed6c0b7955",
"url": "https://github.com/lambdaclass/cairo-vm/commit/404d76311223c3dfe4ba26cbd4077d6a4848cda0"
},
"date": 1735328660218,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 13965,
"range": "± 132",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 8223511,
"range": "± 63996",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 6a4e16d

Please sign in to comment.