Skip to content

Commit 889cb52

Browse files
authored
[ruby/sinatra] Remove Agoo (#9732)
Agoo is a less commonly used server and can be somewhat unstable. Iodine has better results.
1 parent 59274ba commit 889cb52

File tree

4 files changed

+0
-52
lines changed

4 files changed

+0
-52
lines changed

frameworks/Ruby/sinatra/Gemfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,3 @@ end
2323
group :unicorn, optional: true do
2424
gem 'unicorn', '~> 6.1', platforms: [:ruby, :mswin], require: false
2525
end
26-
27-
group :agoo, optional: true do
28-
gem 'agoo', require: false
29-
gem 'rackup'
30-
end

frameworks/Ruby/sinatra/Gemfile.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ GEM
2020
securerandom (>= 0.3)
2121
tzinfo (~> 2.0, >= 2.0.5)
2222
uri (>= 0.13.1)
23-
agoo (2.15.13)
2423
base64 (0.2.0)
2524
benchmark (0.4.0)
2625
bigdecimal (3.1.9)
@@ -49,8 +48,6 @@ GEM
4948
rack-session (2.1.0)
5049
base64 (>= 0.1.0)
5150
rack (>= 3.0.0)
52-
rackup (2.2.1)
53-
rack (>= 3)
5451
raindrops (0.20.1)
5552
ruby2_keywords (0.0.5)
5653
securerandom (0.4.1)
@@ -77,13 +74,11 @@ PLATFORMS
7774

7875
DEPENDENCIES
7976
activerecord (~> 8.0)
80-
agoo
8177
iodine (~> 0.7)
8278
json (~> 2.8)
8379
mysql2 (~> 0.5)
8480
pg (~> 1.5)
8581
puma (~> 6.4)
86-
rackup
8782
sinatra (~> 4.0)
8883
unicorn (~> 6.1)
8984

frameworks/Ruby/sinatra/benchmark_config.json

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -44,28 +44,6 @@
4444
"versus": "rack-postgres-puma-mri",
4545
"notes": ""
4646
},
47-
"postgres-agoo-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": "Postgres",
58-
"framework": "sinatra",
59-
"language": "Ruby",
60-
"orm": "Full",
61-
"platform": "Rack",
62-
"webserver": "Agoo",
63-
"os": "Linux",
64-
"database_os": "Linux",
65-
"display_name": "sinatra-postgres-agoo-mri",
66-
"versus": "rack-postgres-agoo-mri",
67-
"notes": ""
68-
},
6947
"postgres-iodine-mri": {
7048
"json_url": "/json",
7149
"db_url": "/db",

frameworks/Ruby/sinatra/sinatra-postgres-agoo-mri.dockerfile

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

0 commit comments

Comments
 (0)