binakot / Abstract-Rest-Service-Benchmark

A set of template services in different languages and frameworks. An abstract performance comparison based on the endpoint throughput. There are no objective benefits, just an elementary comparison of primitive RESTful API services. :shipit:
MIT License
16 stars 14 forks source link

Provide repeatable environment for tests #23

Open TyVik opened 6 years ago

TyVik commented 6 years ago

Please provide public environment for tests: droplet on DigitalOcean, VPS on Linode, EC2 instance or etc. I'm pauper and I have not 8x Intel Xeon CPU E5-2660 v3 @ 2.6GHz with 16 Gb RAM :(

binakot commented 6 years ago

What about my imac and notebook as test environment? Or do u want exactly vm in cloud?

ForNeVeR commented 6 years ago

That's essentially a duplicate of #20 I think.

TyVik commented 6 years ago

@binakot, of course it is not solution. I cannot use your imac or notebook as test environment. It's need for help you update results and score table as soon as possible. Furthermore, I would recommend use VPS with 1 CPU to avoid multiprocessing troubles, which can be fixed third-party software in production mode.

TyVik commented 6 years ago

@ForNeVeR, these 2 issue is intersect, but #20 looks to me too difficult in implementation.