gobench-io / gobench

A benchmark framework based on Golang
Apache License 2.0
68 stars 15 forks source link

Support for slow connection #146

Closed nguyencatpham closed 1 year ago

nguyencatpham commented 1 year ago

Sometimes, the Gobench UI show popup request failed or request data not found or request data does not exist. It's might be a problem when we deploy Gobench on a cross-region. For example, I deployed Gobench in the US but I access the Gobench UI from Vietnam. So, the response time for each request is high and the request was time out.

Screen shoots

image

Solution

I increase the request timeout for Axios (an HTTP client library).