-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add scripts to run ycsb on rocksdb and update readme
- Loading branch information
Showing
1,513 changed files
with
502,275 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
#!/bin/bash | ||
|
||
sudo apt-get update | ||
|
||
sudo apt-get install libgflags-dev | ||
|
||
sudo apt-get install libsnappy-dev | ||
|
||
sudo apt-get install zlib1g-dev | ||
|
||
sudo apt-get install libbz2-dev | ||
|
||
sudo apt-get install liblz4-dev | ||
|
||
sudo apt-get install libzstd-dev |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Facebook Inc. | ||
Facebook Engineering Team | ||
|
||
Google Inc. | ||
# Initial version authors: | ||
Jeffrey Dean <[email protected]> | ||
Sanjay Ghemawat <[email protected]> | ||
|
||
# Partial list of contributors: | ||
Kevin Regan <[email protected]> | ||
Johan Bilien <[email protected]> | ||
Matthew Von-Maszewski <https://github.com/matthewvon> (Basho Technologies) |
Oops, something went wrong.