diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-01-27 23:51:56 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-01-27 23:51:56 +0000 |
commit | 6ab0c0f5bf14ed9c15370407b9ee7e0b4b089ae1 (patch) | |
tree | 926065cf45450116098db664e3c61dced9e1f21a /tests/bench/ReRun-iconc | |
download | icon-upstream/9.4.3.tar.gz |
Initial upstream version 9.4.3upstream/9.4.3
Diffstat (limited to 'tests/bench/ReRun-iconc')
-rwxr-xr-x | tests/bench/ReRun-iconc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/bench/ReRun-iconc b/tests/bench/ReRun-iconc new file mode 100755 index 0000000..1695aa2 --- /dev/null +++ b/tests/bench/ReRun-iconc @@ -0,0 +1,10 @@ +echo Running concord ... +./concord-c <concord.dat >>concord-c.out +echo Running deal ... +./deal-c -h 500 >>deal-c.out +echo Running ipxref ... +./ipxref-c <ipxref.icn >>ipxref-c.out +echo Running queens ... +./queens-c -n9 >>queens-c.out +echo Running rsg ... +./rsg-c <rsg.dat >>rsg-c.out |