-
Notifications
You must be signed in to change notification settings - Fork 156
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 22be180
- Loading branch information
github-action-benchmark
committed
Nov 26, 2024
1 parent
08075f5
commit 72286ad
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": 1732301705836, | ||
"lastUpdate": 1732632492747, | ||
"repoUrl": "https://github.com/lambdaclass/cairo-vm", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -125575,6 +125575,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": "22be18094244c45e352dd6ca624a8d32f4cf8857", | ||
"message": "Change macos-12 to macos-13 (#1883)\n\n* latest\n\n* change to macos-13\n\n* chage to macos-15\n\n* change to macos-13", | ||
"timestamp": "2024-11-26T14:20:42Z", | ||
"tree_id": "c9ee7c49961ae873f5d50e59e0d76083df46c6a9", | ||
"url": "https://github.com/lambdaclass/cairo-vm/commit/22be18094244c45e352dd6ca624a8d32f4cf8857" | ||
}, | ||
"date": 1732632486693, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "initialize", | ||
"value": 13517, | ||
"range": "± 136", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse program", | ||
"value": 8371399, | ||
"range": "± 297102", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|