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).
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).