Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for ef9ef5b
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 20, 2024
1 parent c2c091e commit dabf91f
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": 1710521698119,
"lastUpdate": 1710945778817,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -121651,6 +121651,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Juan Bono",
"username": "juanbono"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "ef9ef5b7704078cf9e5e1b859ba32a84b0f2c341",
"message": "Remove Disclaimer from README (#1678)",
"timestamp": "2024-03-20T13:27:53Z",
"tree_id": "7c3485793dc3a816f9c5f75a96864fde9d503db9",
"url": "https://github.com/lambdaclass/cairo-vm/commit/ef9ef5b7704078cf9e5e1b859ba32a84b0f2c341"
},
"date": 1710945773680,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 24275,
"range": "± 53",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11477031,
"range": "± 81981",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit dabf91f

Please sign in to comment.