#!/bin/sh # # Runs the metaperf metadata micro-benchmark. # Use 1 file, 1 iteration. (worst case) # . $here/common.metaperf if [ $# -gt 0 ]; then _format_header exit 0 fi $here/src/metaperf -d . -i 1 -n 1 -l15 $allops | _format_metaperf