-
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 db7fff1
- Loading branch information
github-action-benchmark
committed
Jul 16, 2024
1 parent
3ce7763
commit ce2ae05
Showing
1 changed file
with
37 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": 1721136890476, | ||
"lastUpdate": 1721138074284, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -124315,6 +124315,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": "db7fff18c9c1312024ebf4119fcdfeba23657b12", | ||
"message": "Fix: make coverage command (#1795)\n\n* changeing make coverage command\n\n* update CHANGELOG.md\n\n* update Makefile\n\n* change CHANGELOG + remove cairo1 empty folder from cairo1-run\n\n---------\n\nCo-authored-by: Pedro Fontana <[email protected]>", | ||
"timestamp": "2024-07-16T13:28:27Z", | ||
"tree_id": "0555baf4a8137c70f96c883bd232769f8d8a6e2c", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/db7fff18c9c1312024ebf4119fcdfeba23657b12" | ||
}, | ||
"date": 1721138068536, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 13953, | ||
"range": "± 982", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 11486826, | ||
"range": "± 241361", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|