Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for d2c056e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 3, 2024
1 parent 45c102a commit 058893a
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": 1733236725921,
"lastUpdate": 1733250178410,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -125755,6 +125755,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": "d2c056e4a89aec9901c176f056dbcc58dd4660e5",
"message": "(fix) Replace div_rem with div_mod_floor (#1881)\n\n* replace div_rem with div_mod_floor\n\n* format\n\n* changelog\n\n* remove unwanted programs\n\n* clippy\n\n* fix changelog",
"timestamp": "2024-12-03T17:55:45Z",
"tree_id": "a1d3ce31b111fb223658b274cc8c01844d474428",
"url": "https://github.com/lambdaclass/cairo-vm/commit/d2c056e4a89aec9901c176f056dbcc58dd4660e5"
},
"date": 1733250172249,
"tool": "cargo",
"benches": [
{
"name": "initialize",
"value": 13997,
"range": "± 79",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 8287002,
"range": "± 85677",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 058893a

Please sign in to comment.