Skip to content

Instantly share code, notes, and snippets.

@drewkerrigan
Created March 5, 2013 16:42
Show Gist options
  • Save drewkerrigan/5091688 to your computer and use it in GitHub Desktop.
Save drewkerrigan/5091688 to your computer and use it in GitHub Desktop.
baselines
######## 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