blackdoor-specialteams / node.java

MIT License
0 stars 0 forks source link

Spring/JAX-RS benchmark #3

Open nrktkt opened 8 years ago

nrktkt commented 8 years ago

A benchmark needs to be created in a major java http framework, probably spring or a JAX-RS implementation. The benchmark should follow the page on the wiki (sleep for some time, compute every fib number up to n (brute force), write those numbers to disk and return them in body. in any order, using as few additional libraries as possible).

csubj commented 8 years ago

check out #5 in reference to this. Jersey/Jetty combo