Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for db7fff1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 16, 2024
1 parent 3ce7763 commit ce2ae05
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": 1721136890476,
"lastUpdate": 1721138074284,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -124315,6 +124315,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Franco Giachetta",
"username": "FrancoGiachetta"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "db7fff18c9c1312024ebf4119fcdfeba23657b12",
"message": "Fix: make coverage command (#1795)\n\n* changeing make coverage command\n\n* update CHANGELOG.md\n\n* update Makefile\n\n* change CHANGELOG + remove cairo1 empty folder from cairo1-run\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>",
"timestamp": "2024-07-16T13:28:27Z",
"tree_id": "0555baf4a8137c70f96c883bd232769f8d8a6e2c",
"url": "https://github.com/lambdaclass/cairo-vm/commit/db7fff18c9c1312024ebf4119fcdfeba23657b12"
},
"date": 1721138068536,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 13953,
"range": "± 982",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11486826,
"range": "± 241361",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit ce2ae05

Please sign in to comment.