// Copyright (c) 2024-present, fjall-rs
// This source code is licensed under both the Apache 2.0 and MIT License
// (found in the LICENSE-* files in the repository)
constSTEP_SIZE:usize=10_000;constTHRESHOLD:usize=20;pubfnperform_write_stall(l0_runs:usize){ifletTHRESHOLD..30= l0_runs {let d = l0_runs -THRESHOLD;for_in0..(d *STEP_SIZE){std::hint::black_box(());}}}