Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 22f08f5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 8, 2023
1 parent d66a992 commit bcf9087
Showing 1 changed file with 91 additions and 1 deletion.
92 changes: 91 additions & 1 deletion data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1698762262251,
"lastUpdate": 1699482346912,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -118195,6 +118195,96 @@ 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": "22f08f5a71ce42ecf069d42d7432763b32d557d8",
"message": "Update CODEOWNERS (#1472)",
"timestamp": "2023-11-08T21:52:20Z",
"tree_id": "c9ca5422ba5eac6d071a300de35394f5d5cf9aca",
"url": "https://github.com/lambdaclass/cairo-vm/commit/22f08f5a71ce42ecf069d42d7432763b32d557d8"
},
"date": 1699482338200,
"tool": "cargo",
"benches": [
{
"name": "add_u64_with_felt/1",
"value": 2,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "add_u64_with_felt/2",
"value": 2,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "add_u64_with_felt/3",
"value": 2,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "add_u64_with_felt/4",
"value": 2,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "add_u64_with_felt/5",
"value": 1,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "add_u64_with_felt/6",
"value": 2,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "add_u64_with_felt/7",
"value": 2,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "add_u64_with_felt/8",
"value": 2,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "build runner",
"value": 1709,
"range": "± 121",
"unit": "ns/iter"
},
{
"name": "initialize",
"value": 63778,
"range": "± 4226",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 24512937,
"range": "± 1717540",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit bcf9087

Please sign in to comment.