-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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:
-
Clone UniBench with Git and change the working directory:
$ git clone https://github.com/Rucchao/UniBench_new.git
$ cd UniBench_new
-
Restore dependencies and compile UniBench:
$ sbt compile
-
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"
-
Load the data using the importing script, e.g, ArangoDB
$ ./DataImporting_ArangoDB.sh
-
Run a power test using UniBench in an MMDB, e.g, ArangoDB
$ sbt "runMain Executor ArangoDB Q1"