mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-28 14:32:38 +03:00
7 lines
220 B
Bash
7 lines
220 B
Bash
#!/bin/sh
|
|
cd /home/moses-speedtest/phrase_tables
|
|
|
|
python3 runtests.py -c testsuite_config #Run the tests.
|
|
python3 html_gen.py testsuite_config #Generate html
|
|
|
|
cp index.html /fs/thor4/html/www/speed-test/ #Update the html |