Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions frameworks/Ruby/sinatra/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,3 @@ end
group :unicorn, optional: true do
gem 'unicorn', '~> 6.1', platforms: [:ruby, :mswin], require: false
end

group :agoo, optional: true do
gem 'agoo', require: false
gem 'rackup'
end
5 changes: 0 additions & 5 deletions frameworks/Ruby/sinatra/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ GEM
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
agoo (2.15.13)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
Expand Down Expand Up @@ -49,8 +48,6 @@ GEM
rack-session (2.1.0)
base64 (>= 0.1.0)
rack (>= 3.0.0)
rackup (2.2.1)
rack (>= 3)
raindrops (0.20.1)
ruby2_keywords (0.0.5)
securerandom (0.4.1)
Expand All @@ -77,13 +74,11 @@ PLATFORMS

DEPENDENCIES
activerecord (~> 8.0)
agoo
iodine (~> 0.7)
json (~> 2.8)
mysql2 (~> 0.5)
pg (~> 1.5)
puma (~> 6.4)
rackup
sinatra (~> 4.0)
unicorn (~> 6.1)

Expand Down
22 changes: 0 additions & 22 deletions frameworks/Ruby/sinatra/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,28 +44,6 @@
"versus": "rack-postgres-puma-mri",
"notes": ""
},
"postgres-agoo-mri": {
"json_url": "/json",
"db_url": "/db",
"query_url": "/queries?queries=",
"fortune_url": "/fortunes",
"update_url": "/updates?queries=",
"plaintext_url": "/plaintext",
"port": 8080,
"approach": "Realistic",
"classification": "Micro",
"database": "Postgres",
"framework": "sinatra",
"language": "Ruby",
"orm": "Full",
"platform": "Rack",
"webserver": "Agoo",
"os": "Linux",
"database_os": "Linux",
"display_name": "sinatra-postgres-agoo-mri",
"versus": "rack-postgres-agoo-mri",
"notes": ""
},
"postgres-iodine-mri": {
"json_url": "/json",
"db_url": "/db",
Expand Down
20 changes: 0 additions & 20 deletions frameworks/Ruby/sinatra/sinatra-postgres-agoo-mri.dockerfile

This file was deleted.

Loading