-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for 404d763
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|