Skip to content
Chao Zhang edited this page Jan 14, 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 data using UniBench:

    $ sbt-mem 8192 "runMain Unibench1_0"

  4. Run a power test using UniBench in an MMDB

    java -jar Unibench.jar MMDB

Clone this wiki locally