Skip to content

Commit

Permalink
Restructure app (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: adrien gaultier <[email protected]>
  • Loading branch information
pythops and adgaultier authored Oct 2, 2024
1 parent c7d5fe0 commit 780d7ec
Show file tree
Hide file tree
Showing 24 changed files with 2,060 additions and 2,240 deletions.
10 changes: 9 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,18 @@ show interface:
sudo tc filter show dev $interface ingress
sudo tc filter show dev $interface egress

# Run oryx
# Run oryx debug
run:
cargo xtask run

# Run oryx debug
release:
cargo xtask run --release

# Build oryx
build:
cargo xtask build

# Profile
profile:
CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --root --bin oryx
Loading

0 comments on commit 780d7ec

Please sign in to comment.