Quick fix: Correct benchmark apps' branches
This commit is contained in:
parent
bf8058da25
commit
a96b5cf5f8
|
|
@ -7,7 +7,7 @@
|
|||
"PresetHeaders": "Json",
|
||||
"ReadyStateText": "Application started.",
|
||||
"Source": {
|
||||
"BranchOrCommit": "dev",
|
||||
"BranchOrCommit": "master",
|
||||
"Project": "benchmarkapps/BasicApi/BasicApi.csproj",
|
||||
"Repository": "https://github.com/aspnet/mvc.git"
|
||||
}
|
||||
|
|
@ -19,20 +19,20 @@
|
|||
},
|
||||
"BasicApi.GetUsingQueryString": {
|
||||
"ClientProperties": {
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/Mvc/dev/benchmarkapps/BasicApi/getWithToken.lua"
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/Mvc/master/benchmarkapps/BasicApi/getWithToken.lua"
|
||||
},
|
||||
"Path": "/pet/findByStatus",
|
||||
"Query": "?status=available"
|
||||
},
|
||||
"BasicApi.GetUsingRouteValue": {
|
||||
"ClientProperties": {
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/Mvc/dev/benchmarkapps/BasicApi/getWithToken.lua"
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/Mvc/master/benchmarkapps/BasicApi/getWithToken.lua"
|
||||
},
|
||||
"Path": "/pet/-1"
|
||||
},
|
||||
"BasicApi.GetUsingRouteValueWithoutAuthorization": {
|
||||
"ClientProperties": {
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/Mvc/dev/benchmarkapps/BasicApi/getWithToken.lua"
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/Mvc/master/benchmarkapps/BasicApi/getWithToken.lua"
|
||||
},
|
||||
"Path": "/pet/anonymous/-1"
|
||||
},
|
||||
|
|
@ -41,14 +41,14 @@
|
|||
},
|
||||
"BasicApi.Post": {
|
||||
"ClientProperties": {
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/Mvc/dev/benchmarkapps/BasicApi/postJsonWithToken.lua"
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/Mvc/master/benchmarkapps/BasicApi/postJsonWithToken.lua"
|
||||
},
|
||||
"Path": "/pet"
|
||||
},
|
||||
"BasicApi.PostWithoutDb": {
|
||||
"Path": "/pet/add-pet",
|
||||
"ClientProperties": {
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/Mvc/release/2.2/benchmarkapps/BasicApi/postJsonWithToken.lua"
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/Mvc/master/benchmarkapps/BasicApi/postJsonWithToken.lua"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"PresetHeaders": "Html",
|
||||
"ReadyStateText": "Application started.",
|
||||
"Source": {
|
||||
"BranchOrCommit": "dev",
|
||||
"BranchOrCommit": "master",
|
||||
"Project": "benchmarkapps/BasicViews/BasicViews.csproj",
|
||||
"Repository": "https://github.com/aspnet/mvc.git"
|
||||
}
|
||||
|
|
@ -20,19 +20,19 @@
|
|||
},
|
||||
"BasicViews.Post": {
|
||||
"ClientProperties": {
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/Mvc/dev/benchmarkapps/BasicViews/postWithToken.lua"
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/Mvc/master/benchmarkapps/BasicViews/postWithToken.lua"
|
||||
},
|
||||
"Path": "/Home/Index"
|
||||
},
|
||||
"BasicViews.PostIgnoringToken": {
|
||||
"ClientProperties": {
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/Mvc/dev/benchmarkapps/BasicViews/postWithToken.lua"
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/Mvc/master/benchmarkapps/BasicViews/postWithToken.lua"
|
||||
},
|
||||
"Path": "/Home/IndexWithoutToken"
|
||||
},
|
||||
"BasicViews.PostWithoutToken": {
|
||||
"ClientProperties": {
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/Mvc/dev/benchmarkapps/BasicViews/post.lua"
|
||||
"Scripts": "https://raw.githubusercontent.com/aspnet/Mvc/master/benchmarkapps/BasicViews/post.lua"
|
||||
},
|
||||
"Path": "/Home/IndexWithoutToken"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue