Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / ACE / performance-tests / Synch-Benchmarks / benchmarks
blob5b3a6644bc5cd71e5ff8fa3aadb47873d2ff169f
1 #!/bin/csh -f
3 echo "Memory test = 512, 40M"
4 ./memory_test -i 80000 -M 512
5 echo "Memory test = 1024, 40M"
6 ./memory_test -i 40000 -M 1024
7 echo "Memory test = 2048, 40M"
8 ./memory_test -i 20000 -M 2048
9 echo "Memory test = 4096, 40M"
10 ./memory_test -i 10000 -M 4096
12 echo "Pipe test = 512, 40M"
13 ./pipe_test -i 80000 -M 512
14 echo "Pipe test = 1024, 40M"
15 ./pipe_test -i 40000 -M 1024
16 echo "Pipe test = 2048, 40M"
17 ./pipe_test -i 20000 -M 2048
18 echo "Pipe test = 4096, 40M"
19 ./pipe_test -i 10000 -M 4096