Skip to content

iBench Installation

alexmemory edited this page Sep 18, 2017 · 7 revisions

iBench is an integration benchmark. We use it to generate mapping scenarios to test CMD.

iBench

  1. Clone iBench (slightly modified from the standard version)
  2. cd ibench; mkdir bin
  3. ant mvn-install

Perm

  1. Install Perm.
  2. Follow the instructions to create a database in Perm, with one modification: Instead of creating one test database, create one database named scratch00.

Troubleshooting: To avoid errors with indexes in Postgres, you may need to modify the configure command during installation as follows: ./configure --with-libxml --with-libxslt CFLAGS="-fno-aggressive-loop-optimizations". You may also need to remove Anaconda from your PATH.

macloader

  1. Download and uncompress macloader.
  2. Set environment variable MACLOADER_HOME to the location of the macloader directory.
Clone this wiki locally