Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for f1d2ec7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 19, 2024
1 parent 2e3a4a9 commit 1604876
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": 1708025770760,
"lastUpdate": 1708361332924,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -120931,6 +120931,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "fmoletta",
"username": "fmoletta"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": false,
"id": "f1d2ec7457a8a4504764617d1092d6a079189871",
"message": "Add `documentation` label to `changelog` workflow skiplist (#1619)\n\n* Add docs label to changelog workflow skiplist\n\n* Update changelog.yml\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>",
"timestamp": "2024-02-19T16:20:57Z",
"tree_id": "6e484b5b445a8e482fe24e1ca6804e73044c02f6",
"url": "https://github.com/lambdaclass/cairo-vm/commit/f1d2ec7457a8a4504764617d1092d6a079189871"
},
"date": 1708361326983,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 20917,
"range": "± 81",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11848072,
"range": "± 174742",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 1604876

Please sign in to comment.