Skip to content

Commit

Permalink
Restore flamegraph target (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta authored Feb 9, 2024
1 parent 28e055e commit 2b171c7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ build-cairo-2-compiler:
cargo-deps:
cargo install --version 0.3.1 iai-callgrind-runner
cargo install --version 1.1.0 cargo-criterion
# Temporarily removed due to version issues. Installing cargo flamegraph pumps an error in rust 1.70
# cargo install --version 0.6.1 flamegraph
cargo install --version 0.6.1 flamegraph --locked
cargo install --version 1.14.0 hyperfine
cargo install --version 0.9.49 cargo-nextest
cargo install --version 0.5.9 cargo-llvm-cov
Expand Down Expand Up @@ -279,9 +278,8 @@ benchmark-action: cairo_bench_programs
iai-benchmark-action: cairo_bench_programs
cargo bench --bench iai_benchmark

# Temporarily removed due to version issues. Installing cargo flamegraph pumps an error in rust 1.70
# flamegraph:
# cargo flamegraph --root --bench criterion_benchmark -- --bench
flamegraph:
cargo flamegraph --root --bench criterion_benchmark -- --bench

compare_benchmarks: cairo_bench_programs
cd bench && ./run_benchmarks.sh
Expand Down

0 comments on commit 2b171c7

Please sign in to comment.