[release] Update README for the release of YCSB 0.15.0

closes #1204
This commit is contained in:
Sean Busbey 2018-08-14 22:18:12 -05:00
Родитель 8f57b1ac38
Коммит 47cb407924
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -32,9 +32,9 @@ Getting Started
1. Download the [latest release of YCSB](https://github.com/brianfrankcooper/YCSB/releases/latest):
```sh
curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.14.0/ycsb-0.14.0.tar.gz
tar xfvz ycsb-0.14.0.tar.gz
cd ycsb-0.14.0
curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.15.0/ycsb-0.15.0.tar.gz
tar xfvz ycsb-0.15.0.tar.gz
cd ycsb-0.15.0
```
2. Set up a database to benchmark. There is a README file under each binding