Skip to content

Commit e3bd325

Browse files
authored
[ruby/sinatra] Remove some test variations (#9361)
Don't run every permutation as there isn't a lot of variation. Limit to running: - Puma with MySQL (the default) - Puma with Postgres - Unicorn with Postgres - Passenger with Postgres This remove the following variations which were slower that their Postgres alternative: - Unicorn with MySQL - Passenger with MySQL
1 parent 4c793a6 commit e3bd325

File tree

3 files changed

+0
-89
lines changed

3 files changed

+0
-89
lines changed

frameworks/Ruby/sinatra/benchmark_config.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -44,28 +44,6 @@
4444
"versus": "rack-postgres-puma-mri",
4545
"notes": ""
4646
},
47-
"passenger-mri": {
48-
"json_url": "/json",
49-
"db_url": "/db",
50-
"query_url": "/queries?queries=",
51-
"fortune_url": "/fortunes",
52-
"update_url": "/updates?queries=",
53-
"plaintext_url": "/plaintext",
54-
"port": 8080,
55-
"approach": "Realistic",
56-
"classification": "Micro",
57-
"database": "MySQL",
58-
"framework": "sinatra",
59-
"language": "Ruby",
60-
"orm": "Full",
61-
"platform": "Rack",
62-
"webserver": "Passenger",
63-
"os": "Linux",
64-
"database_os": "Linux",
65-
"display_name": "sinatra-passenger-mri",
66-
"versus": "rack-passenger-mri",
67-
"notes": ""
68-
},
6947
"postgres-passenger-mri": {
7048
"db_url": "/db",
7149
"query_url": "/queries?queries=",
@@ -86,28 +64,6 @@
8664
"versus": "rack-postgres-passenger-mri",
8765
"notes": ""
8866
},
89-
"unicorn-mri": {
90-
"json_url": "/json",
91-
"db_url": "/db",
92-
"query_url": "/queries?queries=",
93-
"fortune_url": "/fortunes",
94-
"update_url": "/updates?queries=",
95-
"plaintext_url": "/plaintext",
96-
"port": 8080,
97-
"approach": "Realistic",
98-
"classification": "Micro",
99-
"database": "MySQL",
100-
"framework": "sinatra",
101-
"language": "Ruby",
102-
"orm": "Full",
103-
"platform": "Rack",
104-
"webserver": "Unicorn",
105-
"os": "Linux",
106-
"database_os": "Linux",
107-
"display_name": "sinatra-unicorn-mri",
108-
"versus": "rack-unicorn-mri",
109-
"notes": ""
110-
},
11167
"postgres-unicorn-mri": {
11268
"db_url": "/db",
11369
"query_url": "/queries?queries=",

frameworks/Ruby/sinatra/sinatra-passenger-mri.dockerfile

Lines changed: 0 additions & 26 deletions
This file was deleted.

frameworks/Ruby/sinatra/sinatra-unicorn-mri.dockerfile

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)