I have started to build a Visual Studio extension to explore and run benchmarks: https://github.com/szehetner/BenchmarkDotNet-VS-Runner

The idea is to have a UnitTest-runner-like UI that just starts BenchmarkDotNet with the right command line parameters. It's not quite finished yet, but the basic workflow is there.
Feedback welcome!
Great idea!
Would be convenient to have a tab with results in datagrid so I can sort (or even group) by any columns.
Good idea, this shouldn't be hard to add. https://github.com/szehetner/BenchmarkDotNet-VS-Runner/issues/1
Visual studio code would be nice too...
Yes, but the extension model for VS Code is completely different to Visual Studio, so this would basically be a re-implementation. Which also makes it a task for somebody with a lot more VS Code experience.
@szehetner should i open another ticket? Maybe someone might jump at the chance to do this...
@mantzas Sure, maybe somebody elso will pick it up.
@szehetner your extension looks nice, thanks for sharing. However, I'm going to close this issue since there are no reasons to keep it open.
P.S. I'm working on my own plugin for Rider and ReSharper. Some of the features that I want to implement:
Most helpful comment
@szehetner your extension looks nice, thanks for sharing. However, I'm going to close this issue since there are no reasons to keep it open.
P.S. I'm working on my own plugin for Rider and ReSharper. Some of the features that I want to implement: