mirror of
https://github.com/kristoferssolo/tls-pq-bench.git
synced 2026-03-22 00:36:21 +00:00
feat(common,server): add ProtocolMode and route server through protocol dispatch
This commit is contained in:
3
justfile
3
justfile
@@ -66,10 +66,11 @@ server mode="x25519" listen="127.0.0.1:4433":
|
||||
|
||||
# Run benchmark runner
|
||||
[group("run")]
|
||||
runner server mode="x25519" payload="1024" iters="100" warmup="10":
|
||||
runner server mode="x25519" proto="raw" payload="1024" iters="100" warmup="10":
|
||||
cargo run --release --bin runner -- \
|
||||
--server {{server}} \
|
||||
--mode {{mode}} \
|
||||
--proto {{proto}} \
|
||||
--payload-bytes {{payload}} \
|
||||
--iters {{iters}} \
|
||||
--warmup {{warmup}}
|
||||
|
||||
Reference in New Issue
Block a user