Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 309c8a7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 13, 2024
1 parent d6c0cb2 commit d122c63
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": 1720825954692,
"lastUpdate": 1720828962301,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -124243,6 +124243,42 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "fontana.pedro93@gmail.com",
"name": "Pedro Fontana",
"username": "pefontana"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "309c8a7d3cdfd0bb766b4888be66ec4b482ecaf4",
"message": "release v1.0.0-rc5 (#1805)\n\nCo-authored-by: Pedro Fontana <peter@Pedros-MBP.home>",
"timestamp": "2024-07-12T23:38:49Z",
"tree_id": "f0ab9db805569a8485afe0891420161b8218f4d5",
"url": "https://github.com/lambdaclass/cairo-vm/commit/309c8a7d3cdfd0bb766b4888be66ec4b482ecaf4"
},
"date": 1720828955890,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 14087,
"range": "± 118",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 11468562,
"range": "± 370825",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit d122c63

Please sign in to comment.