Skip to content

Commit 27f7299

Browse files
authored
Merge branch 'main' into sebastienros-patch-3
2 parents a6a4644 + c331190 commit 27f7299

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build/regressions.config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sources:
77
labels:
88
- area-mvc
99
- exclude: drogon|fasthttp|actix|gin|express|node|netty|spring|vertx|ntex|Siryn
10-
- exclude: '[aA]zure'
10+
- exclude: '[aA]zure|Cloud|Idna'
1111
- exclude: Arm\s80
1212
daysToLoad: 60
1313
stdevCount: 7

src/BenchmarksApps/Mvc/benchmarks.crudapi.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ scenarios:
2727
job: bombardier
2828
variables:
2929
path: /Products/1
30-
30+
3131
# Add product
3232
ApiCrudAddProduct:
3333
application:
@@ -37,7 +37,8 @@ scenarios:
3737
variables:
3838
path: /Products
3939
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
4142

4243
# Update product
4344
ApiCrudUpdateProduct:

0 commit comments

Comments
 (0)