Home
BasicTest.cs
RegistrationProvider.cs
[Sailfish]
public class AMostBasicTest
{
[SailfishVariable(true, 10, 100, 1000)]
public int N { get; set; }
[SailfishMethod]
public void Method() => Thread.Sleep(N);
}

Welcome!

Sailfish is a .NET library that you can use to write performance tests that are simple, consistent & familiar.

This library was built to support and inspire the incorporation of performance testing into test driven development as well as the creation of production ready performance monitoring systems.