Skip to content

Commit

Permalink
[go] Chi remove extra tests (#8214)
Browse files Browse the repository at this point in the history
* [go] Chi remove extra tests
[ci skip]

* Add to display name "prefork" to some Go frameworks
[ci skip]
  • Loading branch information
joanhey committed May 25, 2023
1 parent e288bcb commit f135d48
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion frameworks/Go/atreugo/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"webserver": "None",
"os": "Linux",
"database_os": "Linux",
"display_name": "Atreugo",
"display_name": "Atreugo prefork",
"notes": "",
"versus": "go"
}
Expand Down
8 changes: 0 additions & 8 deletions frameworks/Go/chi/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@
"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",
Expand All @@ -97,9 +95,7 @@
"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",
Expand All @@ -120,9 +116,7 @@
"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",
Expand All @@ -143,9 +137,7 @@
"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",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Go/fasthttp/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"webserver": "None",
"os": "Linux",
"database_os": "Linux",
"display_name": "fasthttp",
"display_name": "fasthttp prefork",
"notes": "",
"versus": "go"
}
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Go/fiber/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"webserver": "None",
"os": "Linux",
"database_os": "Linux",
"display_name": "Fiber",
"display_name": "Fiber prefork",
"notes": "",
"versus": "go"
}
Expand Down
2 changes: 1 addition & 1 deletion frameworks/Go/gearbox/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"webserver": "None",
"os": "Linux",
"database_os": "Linux",
"display_name": "Gearbox",
"display_name": "Gearbox prefork",
"notes": "",
"versus": "go"
}
Expand Down

0 comments on commit f135d48

Please sign in to comment.