Skip to content
Chao Zhang edited this page Feb 18, 2021 · 17 revisions

Welcome to the UniBench wiki!

To run UniBench from the source, follow the following steps:

  1. Clone UniBench with Git and change the working directory:

    $ git clone https://github.com/Rucchao/UniBench_new.git

    $ cd UniBench_new

  2. Restore dependencies and compile UniBench:

    $ sbt compile

  3. Generate the multi-model datasets using UniBench data generator (configure the scale factor in the file of unibench_params.ini, e.g., 1, 3, and 10, the generated dataset is under the Unibench folder):

    $ sbt-mem 8192 "runMain Unibench1_0"

  4. Load the data using the importing script, e.g, ArangoDB

    $ ./DataImporting_ArangoDB.sh

  5. Run a power test using UniBench in an MMDB, e.g, ArangoDB

    $ sbt "runMain Executor ArangoDB Q1"

Clone this wiki locally