-
Notifications
You must be signed in to change notification settings - Fork 0
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.
- Clone iBench (slightly modified from the standard version)
cd ibench; mkdir bin
ant mvn-install
- Install Perm.
- Follow the instructions to create a database in Perm, with one modification: Instead of creating one
test
database, create one database namedscratch00
.
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.
- Download and uncompress macloader.
- Set environment variable
MACLOADER_HOME
to the location of themacloader
directory.