Skip to content

Commit 4c793a6

Browse files
authored
[ruby/sinatra-sequel] Remove some test variations (#9359)
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 7caeea0 commit 4c793a6

File tree

3 files changed

+0
-85
lines changed

3 files changed

+0
-85
lines changed

frameworks/Ruby/sinatra-sequel/benchmark_config.json

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,6 @@
4242
"versus": "rack-sequel-postgres-puma-mri",
4343
"notes": ""
4444
},
45-
"passenger-mri": {
46-
"db_url": "/db",
47-
"query_url": "/queries?queries=",
48-
"fortune_url": "/fortunes",
49-
"update_url": "/updates?queries=",
50-
"port": 8080,
51-
"approach": "Realistic",
52-
"classification": "Micro",
53-
"database": "MySQL",
54-
"framework": "sinatra",
55-
"language": "Ruby",
56-
"orm": "Full",
57-
"platform": "Rack",
58-
"webserver": "Passenger",
59-
"os": "Linux",
60-
"database_os": "Linux",
61-
"display_name": "sinatra-sequel-passenger-mri",
62-
"versus": "rack-sequel-passenger-mri",
63-
"notes": ""
64-
},
6545
"postgres-passenger-mri": {
6646
"db_url": "/db",
6747
"query_url": "/queries?queries=",
@@ -82,26 +62,6 @@
8262
"versus": "rack-sequel-postgres-passenger-mri",
8363
"notes": ""
8464
},
85-
"unicorn-mri": {
86-
"db_url": "/db",
87-
"query_url": "/queries?queries=",
88-
"fortune_url": "/fortunes",
89-
"update_url": "/updates?queries=",
90-
"port": 8080,
91-
"approach": "Realistic",
92-
"classification": "Micro",
93-
"database": "MySQL",
94-
"framework": "sinatra",
95-
"language": "Ruby",
96-
"orm": "Full",
97-
"platform": "Rack",
98-
"webserver": "Unicorn",
99-
"os": "Linux",
100-
"database_os": "Linux",
101-
"display_name": "sinatra-sequel-unicorn-mri",
102-
"versus": "rack-sequel-unicorn-mri",
103-
"notes": ""
104-
},
10565
"postgres-unicorn-mri": {
10666
"db_url": "/db",
10767
"query_url": "/queries?queries=",

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

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

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

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

0 commit comments

Comments
 (0)