paulegradie / Sailfish

Sailfish - a production friendly performance benchmark runner for .NET
https://paulgradie.com/Sailfish/
MIT License
11 stars 4 forks source link

Add ordering support to SailfishMethod attribute #126

Closed paulegradie closed 6 months ago

paulegradie commented 6 months ago

Description

Some scenarios would benefit from being able to specify an order to the execution of sailfish methods. For example when the first method times how long it takes to create a resource, and the second method times how long it takes to delete those resources.

Results

You can now specify the order of execution by providing an 'Order' apram to the SailfishMethodAttribute.