Skip to content

Commit d0b2380

Browse files
committed
cleanup
1 parent 4535a71 commit d0b2380

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/actions/iai-bench/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141

4242
- name: Install cargo-binstall
4343
if: steps.runner_cache.outputs.cache-hit != 'true'
44-
uses: cargo-bins/cargo-binstall@main
44+
uses: cargo-bins/cargo-binstall@v1.19.1
4545

4646
- name: Install iai-callgrind-runner (prebuilt via binstall)
4747
if: steps.runner_cache.outputs.cache-hit != 'true'

.github/workflows/benchmarks.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ name: Benchmarks
1515
on:
1616
push:
1717
branches: [main]
18+
paths-ignore:
19+
- '**.md'
20+
- 'docs/**'
21+
- 'examples/**'
22+
- 'dial9-viewer/**'
23+
- '.github/ISSUE_TEMPLATE/**'
1824
workflow_dispatch:
1925
inputs:
2026
bencher_branch:
@@ -28,7 +34,6 @@ permissions:
2834

2935
concurrency:
3036
group: ${{ github.workflow }}-${{ github.ref }}
31-
cancel-in-progress: true
3237

3338
jobs:
3439
baseline:

dial9-tokio-telemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ aws-sdk-s3 = { version = "1", default-features = false, features = [
125125
aws-config = { version = "1", features = ["behavior-version-latest"] }
126126
async-trait = "0.1.89"
127127
uuid = { version = "1", features = ["v4"] }
128-
iai-callgrind = "0.16"
128+
iai-callgrind = "=0.16.1"
129129

130130
[target.'cfg(target_os = "linux")'.dev-dependencies]
131131
dial9-tokio-telemetry = { path = ".", features = [

dial9-trace-format/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ serde = { version = "1", optional = true }
1818
serde_json = "1"
1919
tempfile = "3"
2020
flate2 = "1"
21-
iai-callgrind = "0.16"
21+
iai-callgrind = "=0.16.1"
2222

2323
[[bench]]
2424
name = "codec_iai"

0 commit comments

Comments
 (0)