diff --git a/benchmark/print_ime_results.sh b/benchmark/print_ime_results.sh new file mode 100644 index 000000000..7c91ccd0d --- /dev/null +++ b/benchmark/print_ime_results.sh @@ -0,0 +1 @@ +sqlite3 results.db "select * from p where api=\"ime\" and iteration<3 and access==\"write\" order by t,iteration" | column -s"|" -t | head