Fork me on GitHub
#clojure
<
2019-11-24
>
abdullahibra12:11:51

Hello everyone,

abdullahibra12:11:53

what is the time of using REST POST API at your machine?, actually i'm using time command.

vemv00:11:21

time isn't bad for one-off experiments in your machine. You can also create a dev-only middleware that performs the time in all endpoints for you. in production I would use New Relic or something similar?

abdullahibra06:11:57

yeah there is siege cmd too, but i'm curious of the numbers of others

vemv07:11:01

ah ok, I had trouble understanding your question will try remember posting my results here

abdullahibra12:11:49

i'm just curious about what is the performance of one request, i know this will depend on a lot of factors, machine specs, db, server, and so one, but i would like to know the averages for others