-
Notifications
You must be signed in to change notification settings - Fork 244
/
Copy pathstaticfiles.benchmarks.yml
156 lines (145 loc) · 3.4 KB
/
staticfiles.benchmarks.yml
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
# Examples:
# --config staticfiles.benchmarks.yml --scenario static --profile aspnet-perf-lin
imports:
- https://raw.githubusercontent.com/dotnet/crank/master/src/Microsoft.Crank.Jobs.Wrk/wrk.yml
jobs:
benchmark:
source:
repository: https://github.com/aspnet/benchmarks.git
branchOrCommit: master
project: src/BenchmarksApps/StaticFiles/StaticFiles.csproj
readyStateText: Application started.
variables:
filename: file.txt
sizeInBytes: 1024
arguments: "--filename {{filename}} --size {{sizeInBytes}}"
scenarios:
static:
application:
job: benchmark
variables:
filename: file.txt
sizeInBytes: 1024
load:
job: wrk
variables:
path: /file.txt
profiles:
local:
variables:
serverPort: 5000
serverAddress: localhost
jobs:
db:
endpoints:
- http://localhost:5010
application:
endpoints:
- http://localhost:5010
variables:
databaseServer: localhost
load:
endpoints:
- http://localhost:5010
aspnet-citrine-lin:
variables:
serverPort: 5000
serverAddress: 10.0.0.102
cores: 28
jobs:
db:
endpoints:
- http://asp-citrine-db:5001
application:
endpoints:
- http://asp-citrine-lin:5001
variables:
databaseServer: 10.0.0.103
load:
endpoints:
- http://asp-citrine-load:5001
aspnet-citrine-win:
variables:
serverPort: 5000
serverAddress: 10.0.0.104
cores: 28
jobs:
db:
endpoints:
- http://asp-citrine-load:5001
application:
endpoints:
- http://asp-citrine-win:5001
variables:
databaseServer: 10.0.0.105
load:
endpoints:
- http://asp-citrine-db:5001
aspnet-citrine-arm:
variables:
serverPort: 5000
serverAddress: 10.0.0.107
cores: 32
jobs:
db:
endpoints:
- http://asp-citrine-db:5001
application:
endpoints:
- http://asp-citrine-arm:5001
variables:
databaseServer: 10.0.0.103
load:
endpoints:
- http://asp-citrine-load:5001
aspnet-citrine-amd:
variables:
serverPort: 5000
serverAddress: 10.0.0.106
cores: 48
jobs:
db:
endpoints:
- http://asp-citrine-load:5001
application:
endpoints:
- http://asp-citrine-amd:5001
variables:
databaseServer: 10.0.0.105
load:
endpoints:
- http://asp-citrine-db:5001
aspnet-perf-lin:
variables:
serverPort: 5000
serverAddress: 10.0.0.102
cores: 12
jobs:
db:
endpoints:
- http://asp-perf-db:5001
application:
endpoints:
- http://asp-perf-lin:5001
variables:
databaseServer: 10.0.0.103
load:
endpoints:
- http://asp-perf-load:5001
aspnet-perf-win:
variables:
serverPort: 5000
serverAddress: 10.0.0.110
cores: 12
jobs:
db:
endpoints:
- http://asp-perf-load:5001
application:
endpoints:
- http://asp-perf-win:5001
variables:
databaseServer: 10.0.0.104
load:
endpoints:
- http://asp-perf-db:5001