Skip to content

Commit

Permalink
ci(benchmark): clean install
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub committed Oct 21, 2023
1 parent 6d1df0d commit b264345
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/integrated-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ jobs:
cargo run --bin=integrated-benchmark -- --scenario=frozen-lockfile --verdaccio HEAD main
cp bench-work-env/BENCHMARK_REPORT.md bench-work-env/BENCHMARK_REPORT_FROZEN_LOCKFILE.md
- name: 'Benchmark: Clean Install'
run: |
cargo run --bin=integrated-benchmark -- --scenario=clean-install --verdaccio HEAD main
cp bench-work-env/BENCHMARK_REPORT.md bench-work-env/BENCHMARK_REPORT_CLEAN_INSTALL.md
- name: Generate summary
run: |
(
Expand All @@ -122,6 +127,10 @@ jobs:
echo '### Scenario: Frozen Lockfile'
echo
cat bench-work-env/BENCHMARK_REPORT_FROZEN_LOCKFILE.md
echo
echo '### Scenario: Clean Install'
echo
cat bench-work-env/BENCHMARK_REPORT_CLEAN_INSTALL.md
) > bench-work-env/SUMMARY.md
- name: Find Comment
Expand Down

0 comments on commit b264345

Please sign in to comment.