Skip to content

Commit

Permalink
Remove one of the test messages in benchmarks
Browse files Browse the repository at this point in the history
Benchmarking took tooo long and testing both usize and u128 felt
superfluous. They are very similar in size
  • Loading branch information
faern committed Sep 29, 2024
1 parent a9156a4 commit 67c0192
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benches/benches.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ fn bench(c: &mut Criterion) {
bench_send_and_recv!(c,
() => ();
u8 => 7u8;
usize => 9876usize;
u128 => 1234567u128;
[u8; 64] => [0b10101010u8; 64];
[u8; 4096] => [0b10101010u8; 4096]
Expand Down

0 comments on commit 67c0192

Please sign in to comment.