Skip to main content

stressor_lib/
lib.rs

1// Copyright 2023 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5/// A variant that fills the device, inducing disk-full errors and tries to avoid the page-cache.
6pub mod aggressive;
7/// A variant that uses modest storage and tries to exercise all the basic IOP variations.
8pub mod gentle;