feat(runner): add protocol mode to CLI and benchmark config

This commit is contained in:
2026-03-09 16:47:52 +02:00
parent 2cfe85ad82
commit 7a3a5bc3ae
5 changed files with 83 additions and 47 deletions

View File

@@ -24,7 +24,7 @@ struct Args {
#[arg(long, default_value = "x25519")]
mode: KeyExchangeMode,
/// Protocol carrier
/// Protocol carrier mode
#[arg(long, default_value = "raw")]
proto: ProtocolMode,