Re: [akka-user] Akka HTTP Performance (2.4.2-RC1)

2016-02-03 Thread Viktor Klang
https://groups.google.com/forum/#!topic/akka-user/Cb_wg7nVbx4 On Wed, Feb 3, 2016 at 9:05 PM, tigerfoot wrote: > Hello, > > I'm running some simple HTTP performance measurements. I've created a > trivial "ping" endpoint (blindly returns "pong") in Akka HTTP and hit it > like this: > > v

[akka-user] Akka HTTP Performance (2.4.2-RC1)

2016-02-03 Thread tigerfoot
Hello, I'm running some simple HTTP performance measurements. I've created a trivial "ping" endpoint (blindly returns "pong") in Akka HTTP and hit it like this: val now = System.currentTimeMillis() (1 to 500).foreach(i => { HttpUtil.send(HttpRequest(uri = s"http://$I