We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deviation1
1 parent d11522d commit 9fce1a0Copy full SHA for 9fce1a0
examples/performance/run.sh
@@ -37,8 +37,8 @@ check_out() {
37
cal=$(grep "$key" $outfile | awk '{printf "%.'$ca'f\n",$2}')
38
ref=$(grep "$key" result.ref | awk '{printf "%.'$ca'f\n",$2}')
39
deviation=$(awk 'BEGIN {x='$ref';y='$cal';if (x<y) {a=y-x} else {a=x-y};printf "%.'$ca'f\n",a}')
40
- deviation1=$(awk 'BEGIN{print '$deviation'*(10**'$ca')}')
41
-
+ deviation1=$(awk 'BEGIN{print '$deviation'*(10^'$ca')}')
+
42
if [ $key == "totaltimeref" ]; then
43
break
44
fi
0 commit comments