Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for e7ca592
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 30, 2023
1 parent f993fe0 commit c2ee31d
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": 1698186855945,
"lastUpdate": 1698690927089,
"repoUrl": "https://github.com/lambdaclass/cairo-vm",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -118015,6 +118015,96 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "vuittont60",
"username": "vuittont60"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "e7ca592618436f89b0989b9a6d0b99f6e546ff8f",
"message": "docs: fix typos (#1468)",
"timestamp": "2023-10-30T17:55:54Z",
"tree_id": "4af5bb5f010977f4591d1a6c4cc8afbb89948422",
"url": "https://github.com/lambdaclass/cairo-vm/commit/e7ca592618436f89b0989b9a6d0b99f6e546ff8f"
},
"date": 1698690920069,
"tool": "cargo",
"benches": [
{
"name": "add_u64_with_felt/1",
"value": 4,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "add_u64_with_felt/2",
"value": 4,
"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": 2,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "add_u64_with_felt/6",
"value": 4,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "add_u64_with_felt/7",
"value": 4,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "add_u64_with_felt/8",
"value": 3,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "build runner",
"value": 1498,
"range": "± 13",
"unit": "ns/iter"
},
{
"name": "initialize",
"value": 52998,
"range": "± 491",
"unit": "ns/iter"
},
{
"name": "parse program",
"value": 18570130,
"range": "± 408228",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit c2ee31d

Please sign in to comment.