update script
[c11concurrency-benchmarks.git] / tsan11-missingbug / test.sh
index 17a5f3cfe6ca29dbf98f8a1374939fc902891d68..6403d777cf71bc2ac5615f5403f1efc93d848c66 100755 (executable)
@@ -29,5 +29,5 @@ done
 AVG_ASSERT=$(echo "${COUNT_ASSERT} * 100 / ${TOTAL_RUN}" | bc -l | xargs printf "%.1f")
 
 # -3 / log(1 - p) < n
-echo "Runs: $TOTAL_RUN | Assertions: $COUNT_ASSERT | Total time: ${COUNT_TIME}ms | Assert rate: ${AVG_ASSERT}%"
+echo "Runs: $TOTAL_RUN | Assertions: $COUNT_ASSERT | Total time: ${COUNT_TIME}ms | Assertion rate: ${AVG_ASSERT}%"
 rm C11FuzzerTmp*  2> /dev/null