#!/bin/sh
#
# TEST: Benchmarking mode:              

rm -f $TESTDB trace

MALLOC_CHECK_=2
export MALLOC_CHECK_

$PROG -d $BACKEND:$TESTDB -B .test-spam .test-non-spam 10 >/dev/null
