Skip to content
Chao Zhang edited this page Jan 14, 2021 · 17 revisions

Welcome to the UniBench wiki!

To build UniBench from 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"

Clone this wiki locally