ReMe/benchmark/halumem/scripts.sh

1 line
No EOL
200 B
Bash
Executable file

cat bench_results/reme/Martin\ Mark/session* | grep '"result_type": "' | awk -F'"' '{total++; if($4=="Correct") count++} END {printf "Correct Rate: %.2f%% (%d/%d)\n", (count/total)*100, count, total}'