summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtcwg_bmk-build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 4f83709c..f5599f1e 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -473,7 +473,8 @@ compare_results ()
# computed correctly for this symbol, and thus continue with comparison.
if [ x"$md5sum1" == x"$md5sum2" ] \
&& [ x"$md5sum1" != x"-1" ] \
- && [ x"$metric_id" == x"time" ]; then
+ && [ x"$metric_id" == x"time" ] \
+ && [ "$metric" != "n/a" ]; then
if (( $metric != 0 )); then
echo "warning: Samples differ for $symbol having same md5sums: $time1, $time2"
fi