Skip to content
Snippets Groups Projects
Commit 98d7c219 authored by Hang's avatar Hang
Browse files

fast push

parent ab15127b
No related branches found
No related tags found
1 merge request!10MP3 Log Version Ready
......@@ -21,6 +21,9 @@ for server in ${servers[@]}; do
server_pids+=($!)
done
echo "Sleeping for 5 seconds"
sleep 5
# run 2 tests
timeout 5s ./client a config.txt < ${curr_folder}input1.txt > ${curr_folder}output1.log 2>&1
timeout 5s ./client a config.txt < ${curr_folder}input2.txt > ${curr_folder}output2.log 2>&1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment