test code refine

pull/37/head
yuqing 2017-02-15 16:12:36 +08:00
parent f7cd971224
commit 3c10fe1993
1 changed files with 2 additions and 2 deletions

View File

@ -44,9 +44,9 @@ function test_file_put_contents()
echo "file_put_contents time used: $timeUsed\n"; echo "file_put_contents time used: $timeUsed\n";
} }
test_file_put_contents(); test_fastcommon_file_put_contents();
echo "sleep ...\n"; echo "sleep ...\n";
sleep(2); sleep(2);
echo "sleep done.\n"; echo "sleep done.\n";
test_fastcommon_file_put_contents(); test_file_put_contents();