Skip to content

Commit 72a0d1f

Browse files
benaadamsNateBrady23
authored andcommitted
Mono - Add Plat Updates Query + improvements + tweaks (#3789)
* Mono - Add Plat Updates + db tweaks * Mono Naming * fix url
1 parent 80831b7 commit 72a0d1f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+542
-321
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

frameworks/CSharp/aspnet/benchmark_config.json renamed to frameworks/CSharp/aspnet-mono-ngx/benchmark_config.json

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"framework": "aspnet",
2+
"framework": "aspnet-mono-ngx",
33
"tests": [{
44
"default": {
55
"json_url": "/json/default",
@@ -16,11 +16,11 @@
1616
"webserver": "nginx",
1717
"os": "Linux",
1818
"database_os": "Linux",
19-
"display_name": "ASP.NET",
19+
"display_name": "ASP.NET MVC on Mono via NGINX FastCGI",
2020
"notes": "",
2121
"versus": "aspnet-mono"
2222
},
23-
"mono-jsonnet": {
23+
"jn": {
2424
"json_url": "/json/jsonnet",
2525
"port": 8080,
2626
"approach": "Realistic",
@@ -34,11 +34,11 @@
3434
"webserver": "nginx",
3535
"os": "Linux",
3636
"database_os": "Linux",
37-
"display_name": "JSONNet",
37+
"display_name": "Json.NET, ASP.NET MVC on Mono via NGINX FastCGI",
3838
"notes": "",
3939
"versus": "aspnet-mono"
4040
},
41-
"mono-servicestack": {
41+
"ss": {
4242
"json_url": "/json/servicestack",
4343
"port": 8080,
4444
"approach": "Realistic",
@@ -52,13 +52,11 @@
5252
"webserver": "nginx",
5353
"os": "Linux",
5454
"database_os": "Linux",
55-
"display_name": "ServiceStack",
55+
"display_name": "ServiceStack, ASP.NET MVC on Mono via NGINX FastCGI",
5656
"notes": "",
5757
"versus": "aspnet-mono"
5858
},
59-
"mono-mysql-raw": {
60-
"json_url": "/json/default",
61-
"plaintext_url": "/plaintext",
59+
"my": {
6260
"db_url": "/ado/mysql",
6361
"query_url": "/ado/mysql?queries=",
6462
"fortune_url": "/ado/mysql/fortunes",
@@ -75,11 +73,11 @@
7573
"webserver": "nginx",
7674
"os": "Linux",
7775
"database_os": "Linux",
78-
"display_name": "ASP.NET-raw",
76+
"display_name": "ADO, ASP.NET MVC on Mono via NGINX FastCGI",
7977
"notes": "",
8078
"versus": "aspnet"
8179
},
82-
"mono-mysql-entityframework": {
80+
"my-ef": {
8381
"db_url": "/entityframework/mysql",
8482
"query_url": "/entityframework/mysql?queries=",
8583
"fortune_url": "/entityframework/mysql/fortunes",
@@ -96,7 +94,7 @@
9694
"webserver": "nginx",
9795
"os": "Linux",
9896
"database_os": "Linux",
99-
"display_name": "EntityFramework",
97+
"display_name": "EntityFramework, ASP.NET MVC on Mono via NGINX FastCGI",
10098
"notes": "Entity framework",
10199
"versus": "aspnet"
102100
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)