Releases: yugabyte/benchbase
Workloads
Quickstart (release build)
wget https://github.com/yugabyte/benchbase/releases/download/1.10/benchbase-yugabyte.tgz
This will download benchbase-yugabyte.tgz
, which can be extracted,
tar xvzf benchbase-yugabyte.tgz
cd benchbase-yugabyte
Inside this folder, you can run Featurebench with your YAML. For example, to execute a microbenchmark,
java -jar benchbase.jar -b featurebench -c config/yugabyte/sample_featurebench_config.yaml --create=true --load=true --execute=true
Quickstart (source code)
To clone and build BenchBase using the yugabyte
profile,
git clone --depth 1 https://github.com/yugabyte/benchbase.git
cd benchbase
./mvnw clean package -P yugabyte -DskipTests
This produces artifacts in the target
folder, which can be extracted,
cd target
tar xvzf benchbase-yugabyte.tgz
cd benchbase-yugbayte
Inside this folder, you can run Featurebench with your YAML. For example, to execute a microbenchmark,
java -jar benchbase.jar -b featurebench -c config/yugabyte/sample_featurebench_config.yaml --create=true --load=true --execute=true
Prerequisites
- JDK17
- Git recent version
1.8
Quickstart (release build)
wget https://github.com/yugabyte/benchbase/releases/download/1.7/benchbase-yugabyte.tgz
This will download benchbase-yugabyte.tgz
, which can be extracted,
tar xvzf benchbase-yugabyte.tgz
cd benchbase-yugabyte
Inside this folder, you can run Featurebench with your YAML. For example, to execute a microbenchmark,
java -jar benchbase.jar -b featurebench -c config/yugabyte/sample_featurebench_config.yaml --create=true --load=true --execute=true
Quickstart (source code)
To clone and build BenchBase using the yugabyte
profile,
git clone --depth 1 https://github.com/yugabyte/benchbase.git
cd benchbase
./mvnw clean package -P yugabyte -DskipTests
This produces artifacts in the target
folder, which can be extracted,
cd target
tar xvzf benchbase-yugabyte.tgz
cd benchbase-yugbayte
Inside this folder, you can run Featurebench with your YAML. For example, to execute a microbenchmark,
java -jar benchbase.jar -b featurebench -c config/yugabyte/sample_featurebench_config.yaml --create=true --load=true --execute=true
Prerequisites
- JDK17
- Git recent version
1.5
Latest main
Pg Stats Collection
Quickstart (release build)
wget https://github.com/yugabyte/benchbase/releases/download/latest/benchbase-yugabyte.tgz
This will download benchbase-yugabyte.tgz
, which can be extracted,
tar xvzf benchbase-yugabyte.tgz
cd benchbase-yugabyte
Inside this folder, you can run Featurebench with your YAML. For example, to execute a microbenchmark,
java -jar benchbase.jar -b featurebench -c config/yugabyte/sample_featurebench_config.yaml --create=true --load=true --execute=true
Quickstart (source code)
To clone and build BenchBase using the yugabyte
profile,
git clone --depth 1 https://github.com/yugabyte/benchbase.git
cd benchbase
./mvnw clean package -P yugabyte -DskipTests
This produces artifacts in the target
folder, which can be extracted,
cd target
tar xvzf benchbase-yugabyte.tgz
cd benchbase-yugbayte
Inside this folder, you can run Featurebench with your YAML. For example, to execute a microbenchmark,
ava -jar benchbase.jar -b featurebench -c config/yugabyte/sample_featurebench_config.yaml --create=true --load=true --execute=true
Prerequisites
- JDK17
- Git recent version
Latest
Quickstart (release build)
wget https://github.com/yugabyte/benchbase/releases/download/latest/benchbase-yugabyte.tgz
This will download benchbase-yugabyte.tgz
, which can be extracted,
tar xvzf benchbase-yugabyte.tgz
cd benchbase-yugabyte
Inside this folder, you can run Featurebench with your YAML. For example, to execute a microbenchmark,
java -jar benchbase.jar -b featurebench -c config/yugabyte/sample_featurebench_config.yaml --create=true --load=true --execute=true
Quickstart (source code)
To clone and build BenchBase using the yugabyte
profile,
git clone --depth 1 https://github.com/yugabyte/benchbase.git
cd benchbase
./mvnw clean package -P yugabyte -DskipTests
This produces artifacts in the target
folder, which can be extracted,
cd target
tar xvzf benchbase-yugabyte.tgz
cd benchbase-yugbayte
Inside this folder, you can run Featurebench with your YAML. For example, to execute a microbenchmark,
ava -jar benchbase.jar -b featurebench -c config/yugabyte/sample_featurebench_config.yaml --create=true --load=true --execute=true
Prerequisites
- JDK17
- Git recent version