@to-the-yellow-wave
向黄波 暂无简介
QA repo provides rules about how QA team runs and how contributors to this project, also includes test cases and framework
Test framework and test suites
fio 的全称是 flexible I/O tester,是常用的磁盘性能测试工具。fio 通过产生一系列的线程或进程来执行用户指定的特定类型 IO 操作。典型的用法是用户将需要模拟的 IO 负载写入到 job file 中。fio 支持多种 IO 引擎,通过 ioengine=io_uring,我们可以在 fio 中使用 io_uring 接口来测试磁盘性能。