perf_pure/run.sh
#!/bin/bash APP=perf_pure LOG_FILE="log.txt" source ../util.sh (record_benchmark $APP $LOG_FILE "" || true) (record_benchmark $APP $LOG_FILE "-useGC" || true)
#!/bin/bash APP=perf_pure LOG_FILE="log.txt" source ../util.sh (record_benchmark $APP $LOG_FILE "" || true) (record_benchmark $APP $LOG_FILE "-useGC" || true)