Skip to content

Instantly share code, notes, and snippets.

@syohex
Created October 15, 2011 10:36
Show Gist options
  • Save syohex/1289378 to your computer and use it in GitHub Desktop.
Save syohex/1289378 to your computer and use it in GitHub Desktop.
Testgenでプロセス間通信に PIPEを使った場合と、テンポラリファイルを使ったときの差
% ./runtest.pl c89.2-
[Using PIPE]
------------------------------------------
Total : 4162
Passed Compile : 4162 (100.0 %)
Failed Compile : 0 ( 0.0 %)
Passed Execute : 4162 (100.0 %)
Failed Execute : 0 ( 0.0 %)
Test Start : Sat Oct 15 19:22:33 2011
Test Finish : Sat Oct 15 19:26:29 2011
------------------------------------------
[Using Tempfile]
------------------------------------------
Total : 4162
Passed Compile : 4162 (100.0 %)
Failed Compile : 0 ( 0.0 %)
Passed Execute : 4162 (100.0 %)
Failed Execute : 0 ( 0.0 %)
Test Start : Sat Oct 15 19:28:57 2011
Test Finish : Sat Oct 15 19:32:01 2011
------------------------------------------
[using 'system']
------------------------------------------
Total : 4162
Passed Compile : 4162 (100.0 %)
Failed Compile : 0 ( 0.0 %)
Passed Execute : 4162 (100.0 %)
Failed Execute : 0 ( 0.0 %)
Test Start : Sat Oct 15 22:19:44 2011
Test Finish : Sat Oct 15 22:22:42 2011
------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment