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

Merge pull request #792 from busbey/publish-0.10.0-release

[release] update README for 0.10.0 release.
parents 3502e501 9b907bc8
No related branches found
No related tags found
No related merge requests found
<!--
Copyright (c) 2010 Yahoo! Inc., 2012 - 2015 YCSB contributors.
Copyright (c) 2010 Yahoo! Inc., 2012 - 2016 YCSB contributors.
All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you
......@@ -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.9.0/ycsb-0.9.0.tar.gz
tar xfvz ycsb-0.9.0.tar.gz
cd ycsb-0.9.0
curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.10.0/ycsb-0.10.0.tar.gz
tar xfvz ycsb-0.10.0.tar.gz
cd ycsb-0.10.0
```
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