Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 16a844e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 20, 2024
1 parent db4346e commit b26d73b
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": 1710968408788,
"lastUpdate": 1710968754550,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -121723,6 +121723,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Pedro Fontana",
"username": "pefontana"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": false,
"id": "16a844e9df476c61f00bdfe5aea810a649f8a684",
"message": "Update CODEOWNERS (#1680)\n\nCo-authored-by: Pedro Fontana <[email protected]>",
"timestamp": "2024-03-20T19:59:38Z",
"tree_id": "756e820bfa127f413315817ef56523b2429e0be6",
"url": "https://github.com/lambdaclass/cairo-vm/commit/16a844e9df476c61f00bdfe5aea810a649f8a684"
},
"date": 1710968748030,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 20987,
"range": "± 278",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11528228,
"range": "± 564161",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit b26d73b

Please sign in to comment.