Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 6025257
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 6, 2024
1 parent 8b50d2b commit fad89c0
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": 1730922104090,
"lastUpdate": 1730930688689,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -125323,6 +125323,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Thomas Coratger",
"username": "tcoratger"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "60252573255bdf77cf980d689db5b8539dde5e52",
"message": "serde: add `size` field to `Identifier` (#1861)\n\n* serde: add size field to Identifier\n\n* fix changelog\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>",
"timestamp": "2024-11-06T21:37:46Z",
"tree_id": "ea22eca488bb9c2053c02868a1757aa1abab4819",
"url": "https://github.com/lambdaclass/cairo-vm/commit/60252573255bdf77cf980d689db5b8539dde5e52"
},
"date": 1730930682357,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 14076,
"range": "± 706",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 8671372,
"range": "± 162828",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit fad89c0

Please sign in to comment.