Hi,
Does any one one have a proper performance bench mark of HTTP.jl . I have build same service in 3 different framework GinTonic-GO, HTTP.jl - Julia, Flask-Restful - Python. I though I will get a lot better performance on Go than Julia or Python. But it seems like Flask-Gunicorn based api still wins the race. May be the app is to simple to compare the performance. I have deployed them on google cloud Run and created a client in GO to send concurrent Post request and log the request time for each request.
But also time to time I got some server log in the google cloud log but did not know what is the reason for julia and if it is some sort of error.
When running with 2 processor and spanning a separate task thread the julia app was crashing for more that 1000 call. This repository has all the apps. The analysis and data are in that repository. Though I have removed the actual server end points just trying to avoid any random request.