-
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 d90bcc8
- Loading branch information
github-action-benchmark
committed
Dec 10, 2024
1 parent
058893a
commit 3e9d21c
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": 1733250178410, | ||
"lastUpdate": 1733865994423, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -125791,6 +125791,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": "d90bcc8ea707dd3c8cc7afb999c7678e2060bff0", | ||
"message": "Add circuits to cairo 1 README (#1890)\n\n* update readme cairo1\n\n* fix\n\n* Update cairo1-run/README.md\n\nCo-authored-by: Julian Gonzalez Calderon <[email protected]>\n\n* Update cairo1-run/README.md\n\nCo-authored-by: Gabriel Bosio <[email protected]>\n\n---------\n\nCo-authored-by: Julian Gonzalez Calderon <[email protected]>\nCo-authored-by: Gabriel Bosio <[email protected]>", | ||
"timestamp": "2024-12-10T21:01:28Z", | ||
"tree_id": "c32d2e762b323ec3d4d2727dc8bf240081b6812f", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/d90bcc8ea707dd3c8cc7afb999c7678e2060bff0" | ||
}, | ||
"date": 1733865987650, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 14057, | ||
"range": "± 466", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 8390322, | ||
"range": "± 82550", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|