-
Notifications
You must be signed in to change notification settings - Fork 1
/
AllTests.sh
87 lines (84 loc) · 2.66 KB
/
AllTests.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
#make clean all
#./main 1 1 SPSCLatencyResults
#./main 1 2 SPSCLatencyResults
#./main 1 4 SPSCLatencyResults
#./main 1 6 SPSCLatencyResults
#./main 1 8 SPSCLatencyResults
#./main 1 12 SPSCLatencyResults
#./main 1 16 SPSCLatencyResults
#./main 1 24 SPSCLatencyResults
#./main 1 32 SPSCLatencyResults
#./main 1 48 SPSCLatencyResults
#./main 1 64 SPSCLatencyResults
#./main 1 96 SPSCLatencyResults
#./main 1 114 SPSCLatencyResults
#./main 1 192 SPSCLatencyResults
#./main 1 228 SPSCLatencyResults
#./main 1 384 SPSCLatencyResults
#./main 1 456 SPSCLatencyResults
#./main 1 768 SPSCLatencyResults
#./main 1 912 SPSCLatencyResults
#./main 1 1024 SPSCLatencyResults
#make clean th
#./main 1 1 SPSCThroughputResults
#./main 1 2 SPSCThroughputResults
#./main 1 4 SPSCThroughputResults
#./main 1 6 SPSCThroughputResults
#./main 1 8 SPSCThroughputResults
#./main 1 12 SPSCThroughputResults
#./main 1 16 SPSCThroughputResults
#./main 1 24 SPSCThroughputResults
#./main 1 32 SPSCThroughputResults
#./main 1 48 SPSCThroughputResults
#./main 1 64 SPSCThroughputResults
#./main 1 96 SPSCThroughputResults
#./main 1 114 SPSCThroughputResults
#./main 1 192 SPSCThroughputResults
#./main 1 228 SPSCThroughputResults
#./main 1 384 SPSCThroughputResults
#./main 1 456 SPSCThroughputResults
#./main 1 768 SPSCThroughputResults
#./main 1 912 SPSCThroughputResults
#./main 1 1024 SPSCThroughputResults
make clean allmpmc
./main 4 1 MPMCLatencyResults
./main 4 2 MPMCLatencyResults
./main 4 4 MPMCLatencyResults
./main 4 6 MPMCLatencyResults
./main 4 8 MPMCLatencyResults
./main 4 12 MPMCLatencyResults
./main 4 16 MPMCLatencyResults
./main 4 24 MPMCLatencyResults
./main 4 32 MPMCLatencyResults
./main 4 48 MPMCLatencyResults
./main 4 64 MPMCLatencyResults
./main 4 96 MPMCLatencyResults
./main 4 114 MPMCLatencyResults
./main 4 192 MPMCLatencyResults
./main 4 228 MPMCLatencyResults
./main 4 384 MPMCLatencyResults
./main 4 456 MPMCLatencyResults
./main 4 768 MPMCLatencyResults
./main 4 912 MPMCLatencyResults
./main 4 1024 MPMCLatencyResults
make clean thmpmc
./main 4 1 MPMCThroughputResults
./main 4 2 MPMCThroughputResults
./main 4 4 MPMCThroughputResults
./main 4 6 MPMCThroughputResults
./main 4 8 MPMCThroughputResults
./main 4 12 MPMCThroughputResults
./main 4 16 MPMCThroughputResults
./main 4 24 MPMCThroughputResults
./main 4 32 MPMCThroughputResults
./main 4 48 MPMCThroughputResults
./main 4 64 MPMCThroughputResults
./main 4 96 MPMCThroughputResults
./main 4 114 MPMCThroughputResults
./main 4 192 MPMCThroughputResults
./main 4 228 MPMCThroughputResults
./main 4 384 MPMCThroughputResults
./main 4 456 MPMCThroughputResults
./main 4 768 MPMCThroughputResults
./main 4 912 MPMCThroughputResults
./main 4 1024 MPMCThroughputResults