pharaun / alldice

Restful interface to a dice expression eval and generator.
Apache License 2.0
0 stars 1 forks source link

Performance is *ok* but it could be improved. #18

Open pharaun opened 10 years ago

pharaun commented 10 years ago

There has been absolutely no performance tuning, it is performing ok for probably moderate load, but past that...

It would be awesome to start to build up a test suite of benchmarks for various stage of the interpreter, web service and so on to start nailing down performance issues.

For example - wrk was used to slam the http endpoint and it performed ok but it had high amount of connection dropped under heavy load which seems sub-optimal.