summaryrefslogtreecommitdiff
path: root/performance-tests/Synch-Benchmarks/context.csh
blob: 867611f07e1e8b8b36d6c9fb95d9c57ff6d5e3ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#/bin/csh -f
time ./context 0 0 0 0 0
time ./context 0 0 0 0 2
time ./context 0 0 0 0 3

time ./context 1 0 1 0 0
time ./context 1 0 1 0 2
time ./context 1 0 1 0 3

time ./context 0 1 0 1 0
time ./context 0 1 0 1 2
time ./context 0 1 0 1 3

time ./context 1 1 1 1 0
time ./context 1 1 1 1 2
time ./context 1 1 1 1 3