mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
rever iterations fuzz test
This commit is contained in:
parent
c0c66bf8af
commit
fded6ccaf3
1 changed files with 1 additions and 1 deletions
|
@ -4894,7 +4894,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
pub fn btree_insert_fuzz_run_overflow() {
|
||||
btree_insert_fuzz_run(64, 10000, |rng| (rng.next_u32() % 32 * 1024) as usize);
|
||||
btree_insert_fuzz_run(64, 32, |rng| (rng.next_u32() % 32 * 1024) as usize);
|
||||
}
|
||||
|
||||
#[allow(clippy::arc_with_non_send_sync)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue