fix
This commit is contained in:
parent
4f1552fcdb
commit
f4fde9e4e7
1 changed files with 0 additions and 13 deletions
|
|
@ -1,16 +1,3 @@
|
|||
pub const DEGREE: usize = 2;
|
||||
pub const MAX_KEYS: usize = DEGREE * 2 + 1;
|
||||
pub const PAGE_SIZE: usize = 4 * 16384;
|
||||
|
||||
#[cfg(test)]
|
||||
pub mod test_config {
|
||||
use super::*;
|
||||
|
||||
pub const MIN_OPS: usize = 1;
|
||||
pub const MAX_OPS: usize = MAX_KEYS * 100;
|
||||
|
||||
pub const MIN_RECORDS: usize = 0;
|
||||
pub const MAX_RECORDS: usize = MAX_KEYS * 200;
|
||||
|
||||
pub const PROPTEST_CASES: u32 = 200;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue