Skip to content

Commit 3194714

Browse files
stormshield-damiendRalith
authored andcommitted
perf: rename perf binary to quinn-perf to prevent name clash with linux perf
1 parent f5632ce commit 3194714

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

perf/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ edition = "2021"
55
license = "MIT OR Apache-2.0"
66
publish = false
77

8+
[[bin]]
9+
name = "quinn-perf"
10+
path = "src/bin/perf.rs"
11+
812
[features]
913
# NOTE: Please keep this in sync with the feature list in `.github/workflows/codecov.yml`, see
1014
# comment in that file for more information.

0 commit comments

Comments
 (0)