You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it only benchmarks a plain GET /, would be interesting to see POST requests with multipart and JSON as well as larger responses with gzip / deflate.
The text was updated successfully, but these errors were encountered:
@kelunik I will add some new benchmarks in near future.
I just found that there is an online contest of web frameworks benchmarks: https://www.techempower.com/benchmarks/#section=data-r15&hw=ph&test=json
I would like to add similar benchmarks to this contest. Amp currently have all needed libraries to create a complete suite of a test (e.g. database drivers for PG and MySQL)
Currently it only benchmarks a plain
GET /
, would be interesting to seePOST
requests with multipart and JSON as well as larger responses with gzip / deflate.The text was updated successfully, but these errors were encountered: