Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc authored Jul 1, 2020
1 parent b34918e commit 51fdd31
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions cc/benchmark-dir/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,32 @@ file consists only of the 8-byte-integer portion of the key--e.g.:
5575651532496486335

To convert YCSB "basic" output to the format we expect, run "process_ycsb."


Running YCSB
============

1) 50:50 reads:updates, 72 threads, and YCSB zipf distribution files:

```
benchmark.exe 0 72 d:\ycsb_files\load_zipf_250M_raw.dat d:\ycsb_files\run_zipf_250M_1000M_raw.dat
```

2) 50:50 reads:updates, 72 threads, and YCSB uniform distribution files:

```
benchmark.exe 0 72 d:\ycsb_files\load_uniform_250M_raw.dat d:\ycsb_files\run_uniform_250M_1000M_raw.dat
```

3) 100% RMW, 72 threads, and YCSB zipf distribution files:

```
benchmark.exe 1 72 d:\ycsb_files\load_zipf_250M_raw.dat d:\ycsb_files\run_zipf_250M_1000M_raw.dat
```

4) 100% RMW, 72 threads, and YCSB uniform distribution files:

```
benchmark.exe 1 72 d:\ycsb_files\load_uniform_250M_raw.dat d:\ycsb_files\run_uniform_250M_1000M_raw.dat
```

0 comments on commit 51fdd31

Please sign in to comment.