Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for f87be4d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 10, 2024
1 parent 8029d9f commit 1eb2a0c
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": 1715353335775,
"lastUpdate": 1715376674461,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -123487,6 +123487,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": true,
"id": "f87be4d9cfad2100d4a5c085cf2aabc9caced40f",
"message": "CairoPieValidation to #[error(transparent)] (#1761)\n\n* CairoPieValidation #[error(transparent)]\n\n* Add warning\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>",
"timestamp": "2024-05-10T21:10:05Z",
"tree_id": "9315201553be99701f79f1057e5eb36c7def52f7",
"url": "https://github.com/lambdaclass/cairo-vm/commit/f87be4d9cfad2100d4a5c085cf2aabc9caced40f"
},
"date": 1715376669084,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 13779,
"range": "± 355",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 13975312,
"range": "± 326136",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 1eb2a0c

Please sign in to comment.