Skip to content

Commit 21e2863

Browse files
authored
[ruby/rack] Mark as platform (TechEmpower#9723)
All Ruby frameworks are build on Rack, so the classification should be considered Platform instead of Micro. It's even mentioned in the wiki: > ... a web platform such as Rack, Servlet, or plain PHP https://github.com/TechEmpower/FrameworkBenchmarks/wiki/Project-Information-Basic-Concepts
1 parent a6fdf66 commit 21e2863

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

frameworks/Ruby/rack/benchmark_config.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"update_url": "/updates?queries=",
1212
"port": 8080,
1313
"approach": "Realistic",
14-
"classification": "Micro",
14+
"classification": "Platform",
1515
"orm": "raw",
1616
"database": "Postgres",
1717
"framework": "rack",
@@ -32,7 +32,7 @@
3232
"update_url": "/updates?queries=",
3333
"port": 8080,
3434
"approach": "Realistic",
35-
"classification": "Micro",
35+
"classification": "Platform",
3636
"orm": "raw",
3737
"database": "Postgres",
3838
"framework": "rack",
@@ -53,7 +53,7 @@
5353
"update_url": "/updates?queries=",
5454
"port": 8080,
5555
"approach": "Realistic",
56-
"classification": "Micro",
56+
"classification": "Platform",
5757
"orm": "raw",
5858
"database": "Postgres",
5959
"framework": "rack",
@@ -74,7 +74,7 @@
7474
"update_url": "/updates?queries=",
7575
"port": 8080,
7676
"approach": "Realistic",
77-
"classification": "Micro",
77+
"classification": "Platform",
7878
"orm": "raw",
7979
"database": "Postgres",
8080
"framework": "rack",
@@ -95,7 +95,7 @@
9595
"update_url": "/updates?queries=",
9696
"port": 8080,
9797
"approach": "Realistic",
98-
"classification": "Micro",
98+
"classification": "Platform",
9999
"orm": "raw",
100100
"database": "Postgres",
101101
"framework": "rack",

0 commit comments

Comments
 (0)