paulegradie / Sailfish

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

Allow remaining test cases to succeed if one fails and print case counts correctly #147

Closed paulegradie closed 3 months ago

paulegradie commented 3 months ago

Description

Fixes: https://github.com/paulegradie/Sailfish/issues/146

Attempts to fix: Fixes: https://github.com/paulegradie/Sailfish/issues/145

For Issues 145 - I haven't done thorough testing. If this doesn't resolve the issue, I'll look further into it and consider removing counts. The objective was to provide something of a 'progress bar' experience (without trying to impl some kind of a bar at this stage) - which we did find useful when following logs or running a console app locally (this is not intended to support the test adapter).