Skip to content

Simple Load Testing using Scala Streams - with no magic.

Notifications You must be signed in to change notification settings

tahic-himzo/catling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catling

Simple Load Testing using fs2

A minimal layer on fs2 that allows you to create quick & extensible load tests for web APIs without relying on full-fledged solutions like gatling.

Currently supports data sourcing from SQL, CSV & in-memory. It allows you to create custom parallel evaluators that take a batch of responses and derives aggregate metrics and emits them as a fs2 stream. A Latency & Status Code Evaluator are already included.

Check out the sample folder for example usage.

About

Simple Load Testing using Scala Streams - with no magic.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages