Skip to content

Commit 0bde17f

Browse files
chore: use fork supporting compressed events for linux-perf-data
1 parent 4eee0aa commit 0bde17f

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ async-trait = "0.1.82"
5252
libc = { workspace = true }
5353
bincode = "1.3.3"
5454
object = "0.36.7"
55-
linux-perf-data = "0.11.0"
55+
linux-perf-data = { git = "https://github.com/CodSpeedHQ/linux-perf-data.git", rev = "e8c0ed51c2762b660708f8086e76a28449ef976c", features = [
56+
"zstd",
57+
] } # feat: support zstd compressed records
5658
debugid = "0.8.0"
5759
memmap2 = "0.9.5"
5860
nix = { version = "0.29.0", features = ["fs", "time", "user"] }

0 commit comments

Comments
 (0)