Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 22be180
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 26, 2024
1 parent 08075f5 commit 72286ad
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": 1732301705836,
"lastUpdate": 1732632492747,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -125575,6 +125575,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": "22be18094244c45e352dd6ca624a8d32f4cf8857",
"message": "Change macos-12 to macos-13 (#1883)\n\n* latest\n\n* change to macos-13\n\n* chage to macos-15\n\n* change to macos-13",
"timestamp": "2024-11-26T14:20:42Z",
"tree_id": "c9ee7c49961ae873f5d50e59e0d76083df46c6a9",
"url": "https://github.com/lambdaclass/cairo-vm/commit/22be18094244c45e352dd6ca624a8d32f4cf8857"
},
"date": 1732632486693,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 13517,
"range": "± 136",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 8371399,
"range": "± 297102",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 72286ad

Please sign in to comment.