From cdfa3cc0a6ec450e743fcebf232dcb292b931429 Mon Sep 17 00:00:00 2001 From: Jeon Jonguk <34697855+33577@users.noreply.github.com> Date: Sat, 23 Aug 2025 01:00:40 +0900 Subject: [PATCH] Fix typo in README Add missing space in the first sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3391391..762bc31 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # FxMark: Filesystem Multicore Scalability Benchmark -We analyze the manycore scalability of five widelydeployed file systems, namely, ext4, XFS, btrfs, F2FS, and tmpfs, by using our open source benchmark suite, FXMARK. FXMARK implements 19 microbenchmarks to stress specific components of each file system and includes three application benchmarks to measure the macroscopic scalability behavior. We observe that file systems are hidden scalability bottlenecks in many I/Ointensive applications even when there is no apparent contention at the application level. +We analyze the manycore scalability of five widely deployed file systems, namely, ext4, XFS, btrfs, F2FS, and tmpfs, by using our open source benchmark suite, FXMARK. FXMARK implements 19 microbenchmarks to stress specific components of each file system and includes three application benchmarks to measure the macroscopic scalability behavior. We observe that file systems are hidden scalability bottlenecks in many I/Ointensive applications even when there is no apparent contention at the application level. FxMark is provided under the terms of the MIT license.