Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ before ``make``. Alternatively, if you want to create debug build (e.g., with -g
Benchmark
=========

In our [NSDI paper][1], memc3 is benchmared using workloads gerenated by [Yahoo YCSB][2]. Note that, YCSB is designed to benchmark the performance of cloud file systems, but too slow when used to benchmark memc3 or memcached directly. Therefore, we pre-generate workloads (using script ``bench/ycsb_workloads_gen.sh`` which reads settings in ``bench/ycsb_workloads_settings``), and run clients to read these pre-generated traces before benchmarking.
In our [NSDI paper][1], memc3 is benchmared using workloads generated by [Yahoo YCSB][2]. Note that, YCSB is designed to benchmark the performance of cloud file systems, but too slow when used to benchmark memc3 or memcached directly. Therefore, we pre-generate workloads (using script ``bench/ycsb_workloads_gen.sh`` which reads settings in ``bench/ycsb_workloads_settings``), and run clients to read these pre-generated traces before benchmarking.

[2]: dl.acm.org/citation.cfm?id=1807152 "Benchmarking cloud serving systems with YCSB"
[2]: https://dl.acm.org/citation.cfm?id=1807152 "Benchmarking cloud serving systems with YCSB"