File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
labels :
8
8
- area-mvc
9
9
- exclude : drogon|fasthttp|actix|gin|express|node|netty|spring|vertx|ntex|Siryn
10
- - exclude : ' [aA]zure'
10
+ - exclude : ' [aA]zure|Cloud|Idna '
11
11
- exclude : Arm\s80
12
12
daysToLoad : 60
13
13
stdevCount : 7
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ scenarios:
27
27
job : bombardier
28
28
variables :
29
29
path : /Products/1
30
-
30
+
31
31
# Add product
32
32
ApiCrudAddProduct :
33
33
application :
@@ -37,7 +37,8 @@ scenarios:
37
37
variables :
38
38
path : /Products
39
39
verb : POST
40
- bodyFile : https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/Mvc/crudproductbody.json
40
+ customHeaders : [ 'content-type: application/json' ]
41
+ bodyFile : https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/Mvc/crudproductbody.json
41
42
42
43
# Update product
43
44
ApiCrudUpdateProduct :
You can’t perform that action at this time.
0 commit comments