We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e63bc commit c331190Copy full SHA for c331190
src/BenchmarksApps/Mvc/benchmarks.crudapi.yml
@@ -27,7 +27,7 @@ scenarios:
27
job: bombardier
28
variables:
29
path: /Products/1
30
-
+
31
# Add product
32
ApiCrudAddProduct:
33
application:
@@ -37,7 +37,8 @@ scenarios:
37
38
path: /Products
39
verb: POST
40
- bodyFile: https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/Mvc/crudproductbody.json
+ customHeaders: [ 'content-type: application/json' ]
41
+ bodyFile: https://raw.githubusercontent.com/aspnet/Benchmarks/main/src/BenchmarksApps/Mvc/crudproductbody.json
42
43
# Update product
44
ApiCrudUpdateProduct:
0 commit comments