Screaming Loud

日々是精進

sprayの起動とテストなど

ベンチマークがくっそ速くて、JVM最速と思われるspray*1の日本語記事が全然ないです。

ってことで、起動方法とテストの方法をメモしておきます。

sprayの起動などの操作は、sbtのコンソール上で行います。

起動

$ sbt
[info] Set current project to workspace
>re-start

停止

$ sbt
[info] Set current project to workspace
>re-stop

テスト

テストに使っているものは、spray-testkitです。

$ sbt
[info] Set current project to workspace
>test