perf: refactor bench

This commit is contained in:
Vincent Herlemont
2023-10-29 09:45:00 +01:00
parent 1b3ae4f5f1
commit 954cfa322e
6 changed files with 10 additions and 153 deletions
+6 -1
View File
@@ -51,4 +51,9 @@ test_bincode_2_rc:
test_postcard_1_0:
@just _tests_crate '--features postcard_1_0'
test_all: test_no_default test_default test_bincode_1_3 test_bincode_2_rc test_postcard_1_0
test_all: test_no_default test_default test_bincode_1_3 test_bincode_2_rc test_postcard_1_0
bench_overhead:
cargo bench --bench overhead
bench_all: bench_overhead