Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented Francesco Nigro recommendations:
- moved GraphQL server to asynchronous thread Before: Benchmark Mode Cnt Score Error Units ServersThroughputBenchmark.graphQLApiEchoQuery_VertXServer thrpt 5 13350.199 ± 1051.297 ops/s ServersLatencyBenchmark.graphQLApiEchoQuery_VertXServer avgt 5 294.011 ± 8.472 us/op After: Benchmark Mode Cnt Score Error Units ServersThroughputBenchmark.graphQLApiEchoQuery_VertXServer thrpt 5 22699.185 ± 794.541 ops/s ServersLatencyBenchmark.graphQLApiEchoQuery_VertXServer avgt 5 171.575 ± 4.230 us/op