Skip to content

Commit e57ad4a

Browse files
github-actions[bot]github-merge-queueDaniPopes
authored
chore(deps): weekly cargo update (#5297)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
1 parent 6e0cf0f commit e57ad4a

File tree

3 files changed

+100
-149
lines changed

3 files changed

+100
-149
lines changed

.github/scripts/compare_iai.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
set -eo pipefail
88

9-
cargo bench --package reth-db --bench iai --manifest-path pr/Cargo.toml \
9+
cargo bench -p reth-db --bench iai -F test-utils \
1010
| tee /dev/tty \
1111
| awk '/((L1)|(Ins)|(RAM)|(Est))+.*\(\+[1-9]+[0-9]*\..*%\)/{f=1} END{exit f}'

.github/workflows/bench.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ jobs:
4949
run: cargo bench --package reth-db --bench iai --features test-utils --manifest-path main/Cargo.toml
5050
- name: Compare PR benchmark
5151
shell: 'script -q -e -c "bash {0}"' # required to workaround /dev/tty not being available
52-
run: pr/.github/scripts/compare_iai.sh
52+
run: .github/scripts/compare_iai.sh
53+
working-directory: pr

0 commit comments

Comments
 (0)