Skip to content

Commit

Permalink
Merge pull request #9560 from p8/rack/realistic
Browse files Browse the repository at this point in the history
[ruby/rack] Mark Rack as Realistic instead of Stripped
  • Loading branch information
msmith-techempower authored Jan 23, 2025
2 parents da8c29b + 8c5ed65 commit a023ee0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions frameworks/Ruby/rack-sequel/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"fortune_url": "/fortunes",
"update_url": "/updates?queries=",
"port": 8080,
"approach": "Stripped",
"approach": "Realistic",
"classification": "Micro",
"database": "MySQL",
"framework": "rack",
Expand All @@ -28,7 +28,7 @@
"fortune_url": "/fortunes",
"update_url": "/updates?queries=",
"port": 8080,
"approach": "Stripped",
"approach": "Realistic",
"classification": "Micro",
"database": "Postgres",
"framework": "rack",
Expand All @@ -48,7 +48,7 @@
"update_url": "/updates?queries=",
"plaintext_url": "/plaintext",
"port": 8080,
"approach": "Stripped",
"approach": "Realistic",
"classification": "Micro",
"database": "MySQL",
"framework": "rack",
Expand All @@ -68,7 +68,7 @@
"fortune_url": "/fortunes",
"update_url": "/updates?queries=",
"port": 8080,
"approach": "Stripped",
"approach": "Realistic",
"classification": "Micro",
"database": "Postgres",
"framework": "rack",
Expand All @@ -88,7 +88,7 @@
"fortune_url": "/fortunes",
"update_url": "/updates?queries=",
"port": 8080,
"approach": "Stripped",
"approach": "Realistic",
"classification": "Micro",
"database": "MySQL",
"framework": "rack",
Expand All @@ -108,7 +108,7 @@
"fortune_url": "/fortunes",
"update_url": "/updates?queries=",
"port": 8080,
"approach": "Stripped",
"approach": "Realistic",
"classification": "Micro",
"database": "Postgres",
"framework": "rack",
Expand Down
10 changes: 5 additions & 5 deletions frameworks/Ruby/rack/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"fortune_url": "/fortunes",
"update_url": "/updates?queries=",
"port": 8080,
"approach": "Stripped",
"approach": "Realistic",
"classification": "Micro",
"orm": "raw",
"database": "Postgres",
Expand All @@ -31,7 +31,7 @@
"fortune_url": "/fortunes",
"update_url": "/updates?queries=",
"port": 8080,
"approach": "Stripped",
"approach": "Realistic",
"classification": "Micro",
"orm": "raw",
"database": "Postgres",
Expand All @@ -52,7 +52,7 @@
"fortune_url": "/fortunes",
"update_url": "/updates?queries=",
"port": 8080,
"approach": "Stripped",
"approach": "Realistic",
"classification": "Micro",
"orm": "raw",
"database": "Postgres",
Expand All @@ -73,7 +73,7 @@
"fortune_url": "/fortunes",
"update_url": "/updates?queries=",
"port": 8080,
"approach": "Stripped",
"approach": "Realistic",
"classification": "Micro",
"orm": "raw",
"database": "Postgres",
Expand All @@ -94,7 +94,7 @@
"fortune_url": "/fortunes",
"update_url": "/updates?queries=",
"port": 8080,
"approach": "Stripped",
"approach": "Realistic",
"classification": "Micro",
"orm": "raw",
"database": "Postgres",
Expand Down

0 comments on commit a023ee0

Please sign in to comment.