Commit 42a11fe
refactor: move stress tool to relay-tools package (#1242)
## Summary
- Move the stress testing binary from the main relay package to the
relay-tools package for better organization
- Update build configurations to reference the new location
## Changes
- Moved `src/bin/stress.rs` to
`tools/relay-tools/src/bin/stress/main.rs`
- Updated `Cargo.toml` to remove the stress binary definition
- Updated `tools/relay-tools/Cargo.toml` to include the stress binary
and required dependencies
- Updated `Dockerfile.stress` to build from the relay-tools package
## Test Plan
- [x] Verified both binaries build successfully:
- `cargo build --bin relay` ✅
- `cargo build -p relay-tools --bin stress` ✅
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>1 parent ec98ae5 commit 42a11fe
File tree
5 files changed
+28
-4
lines changed- tools/relay-tools
- src/bin/stress
5 files changed
+28
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 11 | | |
15 | 12 | | |
16 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
| |||
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
23 | 44 | | |
24 | 45 | | |
25 | 46 | | |
26 | 47 | | |
| 48 | + | |
| 49 | + | |
27 | 50 | | |
| 51 | + | |
28 | 52 | | |
29 | 53 | | |
30 | 54 | | |
| |||
File renamed without changes.
0 commit comments