aboutsummaryrefslogtreecommitdiff
path: root/server/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-12-18 21:01:36 +0100
committermetamuffin <metamuffin@disroot.org>2025-12-18 22:49:18 +0100
commit5cf50403fabbb3e79b771bc157d5a4c57c614570 (patch)
treeb6887878931212c8a35b8650af8527aa5a9f071c /server/src/lib.rs
parenteb9412a2847a199f04e74d8a17481b7d0c9e36a6 (diff)
downloadhurrycurry-5cf50403fabbb3e79b771bc157d5a4c57c614570.tar
hurrycurry-5cf50403fabbb3e79b771bc157d5a4c57c614570.tar.bz2
hurrycurry-5cf50403fabbb3e79b771bc157d5a4c57c614570.tar.zst
add benchmark to measure movement packet count
Diffstat (limited to 'server/src/lib.rs')
-rw-r--r--server/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/lib.rs b/server/src/lib.rs
index 042fcb6c..e5b78644 100644
--- a/server/src/lib.rs
+++ b/server/src/lib.rs
@@ -22,6 +22,7 @@ pub mod network;
pub mod scoreboard;
pub mod server;
pub mod state;
+pub mod benchmark;
use hurrycurry_protocol::glam::Vec2;
use std::{fmt::Display, random::random};