Skip to content

Commit 23c741c

Browse files
committed
refactor: update benchmark config and remove PR workflows
1 parent 6f036a4 commit 23c741c

File tree

7 files changed

+54
-257
lines changed

7 files changed

+54
-257
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ jobs:
6262

6363
- name: Install Foundry (Anvil)
6464
uses: foundry-rs/foundry-toolchain@8b0419c685ef46cb79ec93fbdc131174afceb730 # v1.6.0
65-
with:
66-
version: stable
6765

6866
- name: Install Bencher CLI
6967
uses: bencherdev/bencher@main
@@ -97,7 +95,7 @@ jobs:
9795

9896
steps:
9997
- name: Harden the runner (Audit all outbound calls)
100-
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
98+
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
10199
with:
102100
egress-policy: audit
103101

@@ -116,9 +114,7 @@ jobs:
116114
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
117115

118116
- name: Install Foundry (Anvil)
119-
uses: foundry-rs/foundry-toolchain@v1
120-
with:
121-
version: stable
117+
uses: foundry-rs/foundry-toolchain@8b0419c685ef46cb79ec93fbdc131174afceb730 # v1.6.0
122118

123119
- name: Install Bencher CLI
124120
uses: bencherdev/bencher@main

.github/workflows/pr_benchmarks_run.yml

Lines changed: 0 additions & 142 deletions
This file was deleted.

.github/workflows/pr_benchmarks_track.yml

Lines changed: 0 additions & 79 deletions
This file was deleted.

Cargo.lock

Lines changed: 49 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tracing = "0.1"
3333
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
3434
test-log = { version = "0.2.18", features = ["trace"] }
3535
backon = "1.6.0"
36-
criterion = { version = "0.5", features = ["async_tokio", "html_reports"] }
36+
criterion = { version = "0.8", features = ["async_tokio", "html_reports"] }
3737

3838
[package]
3939
name = "event-scanner"

0 commit comments

Comments
 (0)