Created
March 5, 2013 16:42
-
-
Save drewkerrigan/5091688 to your computer and use it in GitHub Desktop.
baselines
This file contains hidden or 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
######## setting up control node: | |
sudo -s | |
yum -y install erlang R git make gcc gcc-c++ glibc-devel R-devel python-argparse | |
git clone git://github.com/basho/basho_bench.git /opt/basho_bench | |
export HOME=/root | |
cd /opt/basho_bench | |
make all | |
sed -i 's,#!/usr/bin/env Rscript --vanilla,#!/usr/bin/Rscript --vanilla,g' priv/summary.r | |
git clone git://github.com/drewkerrigan/riak_benchmarking.git /opt/riak_benchmarking | |
# Tests | |
************ CLUSTER USES BITCASK *************** | |
./basho_bench ../riak_benchmarking/benchmark_preload_http.config | |
make results | |
./basho_bench ../riak_benchmarking/benchmark_baseline_http.config | |
make results | |
************ CLEAR CLUSTER DATA *************** | |
./basho_bench ../riak_benchmarking/benchmark_preload.config | |
make results | |
./basho_bench ../riak_benchmarking/benchmark_baseline_pb.config | |
make results | |
************ CLEAR CLUSTER DATA *************** | |
************ CLUSTER USES LEVELDB *************** | |
./basho_bench ../riak_benchmarking/benchmark_preload_http.config | |
make results | |
./basho_bench ../riak_benchmarking/benchmark_baseline_http.config | |
make results | |
************ CLEAR CLUSTER DATA *************** | |
./basho_bench ../riak_benchmarking/benchmark_preload.config | |
make results | |
./basho_bench ../riak_benchmarking/benchmark_baseline_pb.config | |
make results | |
************ CLEAR CLUSTER DATA *************** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment