forked from lambdaclass/cairo-vm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: add benchmarks for runner construction (lambdaclass#995)
* perf: add benchmarks for runner construction - IAI and Criterion benchmarks for constructing 100 `CairoRunner` instances from a single `Program` instance. - IAI and Criterion benchmark for `Program` parsing as baseline. - Remove old criterion benchmarks for whole programs, they've been superseded by Hyperfine and have very high cost/benefit ratio. * perf: delete whole-program benchmarks from IAI * ci: re-enable IAI workflow
- Loading branch information
Showing
3 changed files
with
52 additions
and
186 deletions.
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,9 @@ | ||
name: benchmark_pr | ||
|
||
on: | ||
pull_request: | ||
branches: [ '*' ] | ||
|
||
jobs: | ||
fetch-iai-results: | ||
runs-on: ubuntu-22.04 | ||
|
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
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