update scripts
[c11concurrency-benchmarks.git] / tsan11-missingbug / test.sh
index 2bc4c746e3696c89e204146c88f09accb9773d9e..0e50dd5db5943b528eeb605f7234ff437ff91bf2 100755 (executable)
@@ -25,4 +25,4 @@ 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}%"