feat: update erasure benchmark to use new calc_shard_size import

This commit is contained in:
weisd
2025-06-11 00:01:28 +08:00
parent cc0caa751c
commit 7c9046c2cd
2 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ pub mod heal;
mod bitrot;
pub use bitrot::*;
pub use erasure::{Erasure, ReedSolomonEncoder};
pub use erasure::{Erasure, ReedSolomonEncoder, calc_shard_size};