automerge
This commit is contained in:
anatoly yakovenko 2019-12-13 20:27:11 -08:00 committed by Grimes
parent 9ac112104c
commit 27c8df6140
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ fn bench_sigverify_shreds_sign_gpu(bencher: &mut Bencher) {
true,
1,
2,
0,
);
shred.copy_to_packet(p);
}
@ -65,6 +66,7 @@ fn bench_sigverify_shreds_sign_cpu(bencher: &mut Bencher) {
true,
1,
2,
0,
);
shred.copy_to_packet(p);
}