summaryrefslogtreecommitdiff
path: root/benchmark-terasort
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark-terasort')
-rwxr-xr-xbenchmark-terasort4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark-terasort b/benchmark-terasort
index 1eb6b74..0105571 100755
--- a/benchmark-terasort
+++ b/benchmark-terasort
@@ -22,8 +22,8 @@ THIS_BENCHMARK_DIR="$(cd $(dirname "${BASH_SOURCE[0]}") && pwd -P)"
source $THIS_BENCHMARK_DIR/common.sh
-if [ ! -d $THIS_BENCHMARK_DIR/${NGIGABYTES}GB ]; then
- echo "error: ${NGIGABYTES}GB baseline directory is missing!"
+if [ ! -d $TERAGEN_BASELINE_DIR/${NGIGABYTES}GB ]; then
+ echo "error: ${NGIGABYTES}GB baseline file is missing!"
exit 1
fi