Improve protocol documentation and runtime structure

This commit is contained in:
Michael Mikovsky
2026-04-26 01:53:37 -06:00
parent 01faebc44b
commit 17be0f9daa
21 changed files with 676 additions and 353 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ use unshell::protocol::tree::{
use unshell::protocol::{CallMessage, PacketHeader, PacketType, decode_frame, encode_packet};
const SAMPLES: usize = 500;
const ITERS: usize = 1_000;
const ITERS: usize = 10_000;
const TOOL_ITERS: usize = 10_000;
fn main() {