sapling/eden/fs/benchmarks
Arun Thulasi 6f3e24f89a Update libc-0.2.137 to libc-0.2.139
Reviewed By: zertosh

Differential Revision: D43203556

fbshipit-source-id: 460f339f603fec97f367967a20a4c6e7a81ad027
2023-02-12 16:30:00 -08:00
..
language add a benchmark for standard std::chrono clocks 2022-12-21 14:44:54 -08:00
benchmarks.rs allow running Rust random IO benchmarks in arbitrary directories 2023-01-31 17:31:22 -08:00
Cargo.toml Update libc-0.2.137 to libc-0.2.139 2023-02-12 16:30:00 -08:00
get_sha1.cpp move benchharness 2022-04-04 11:37:38 -07:00
getxattr.cpp add a rough syscall benchmark using getxattr 2022-10-17 19:03:32 -07:00
glob.cpp utils: deny building an AbsolutePath from a literal 2022-11-22 16:20:30 -08:00
open_close_parallel.cpp unistd: replace with Folly's portability header 2022-06-17 09:52:56 -07:00
random_writes.cpp add throughput numbers to the random_writes benchmark 2023-01-18 20:46:42 -08:00
README.md document the purpose of eden/fs/benchmarks and eden/fs/benchmarks/language 2022-11-29 16:03:26 -08:00
set_path_object_id.cpp utils: deny building an AbsolutePath from a literal 2022-11-22 16:20:30 -08:00
stat.cpp gflags: codemod our use of gflags to use folly/portability/GFlags.h 2022-06-16 13:43:57 -07:00

"Macro" Benchmarks

This directory contains benchmarks of EdenFS through its filesystem and Thrift APIs. Several of these benchmarks allow comparison of EdenFS's performance to native filesystems.