Skip to content
Snippets Groups Projects
Unverified Commit f479f154 authored by Sean Busbey's avatar Sean Busbey Committed by GitHub
Browse files

[release] Update README for the release of YCSB 0.14.0 (#1174)

parent 3e01449e
No related branches found
No related tags found
No related merge requests found
...@@ -32,9 +32,9 @@ Getting Started ...@@ -32,9 +32,9 @@ Getting Started
1. Download the [latest release of YCSB](https://github.com/brianfrankcooper/YCSB/releases/latest): 1. Download the [latest release of YCSB](https://github.com/brianfrankcooper/YCSB/releases/latest):
```sh ```sh
curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.12.0/ycsb-0.12.0.tar.gz curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.14.0/ycsb-0.14.0.tar.gz
tar xfvz ycsb-0.12.0.tar.gz tar xfvz ycsb-0.14.0.tar.gz
cd ycsb-0.12.0 cd ycsb-0.14.0
``` ```
2. Set up a database to benchmark. There is a README file under each binding 2. Set up a database to benchmark. There is a README file under each binding
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment