-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for e7ca592
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|