Benchmarking Haskell Servers - Haskell

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

James King

Curious what tools Haskeller's use to benchmark servers/services written in Haskell? I'm looking to write some load testing benchmarks for a server I'm writing and am wondering if there are libraries or tools written in Haskell that are easier to maintain and more cross-platform than bash scripts.

Pavan Rikhi

tools Haskeller's use to benchmark (servers/services written in Haskell)
or
tools (Haskeller's use to benchmark servers/services) written in Haskell
?

Pavan Rikhi

For the former w/ http servers, I use siege

Introduction 
James King

That latter is what I was looking for but the former is definitely useful, thanks! :)

James King

I'm writing an in-memory key-value database and want to run some end-to-end benchmarks. :)