Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for d90bcc8
Browse files Browse the repository at this point in the history
  • 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.
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": 1733250178410,
"lastUpdate": 1733865994423,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit 3e9d21c

Please sign in to comment.