sapling/eden/fs/benchmarks
Andres Suarez 30e1a637f3 Update autocargo component on FBS:master
Reviewed By: dtolnay

Differential Revision: D51692353

fbshipit-source-id: 44864a348711875983de81758bbe05b46ad4c604
2023-11-29 18:35:29 -08:00
..
language Re-sync with internal repository 2023-10-11 22:09:00 -07:00
os Re-sync with internal repository 2023-10-11 22:09:00 -07:00
benchmarks.rs Fix all rustc linux/macos/windows lints 2023-10-07 14:25:29 -07:00
Cargo.toml Update autocargo component on FBS:master 2023-11-29 18:35:29 -08:00
get_sha1.cpp use the compiler-defined _WIN32 define 2023-07-17 15:18:23 -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 Enable warnings for shadow definitions for clang/gcc 2023-10-27 16:29:22 -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
TARGETS Re-sync with internal repository 2023-10-11 22:09:00 -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.