You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I can't use BenchmarkDotNet in notebook because it needs release build to function properly.
Assembly BenchmarkDotNet.Samples which defines benchmarks references non-optimized BenchmarkDotNet
If you own this dependency, please, build it in RELEASE.
If you don't, you can create custom config with DontFailOnError to disable our custom policy and allow this b
Assembly BenchmarkDotNet.Samples which defines benchmarks is non-optimized
Benchmark was built without optimization enabled (most probably a DEBUG configuration). Please, build it in RELEASE.
Describe the solution you'd like
I would like to be able to use BenchmarkDotNet in notebooks. It would be incredible because sometimes I want to quickly benchmark piece of code but I am too lazy to create full featured benchmark. Notebooks significantly shorten the feedback loop with ability to draw graphs and so on.
Its either something .NET Interactive doesn't support yet or I don't know how to configure any help is appreciated.
The text was updated successfully, but these errors were encountered:
I've been experimenting with this a bit myself. So far I'm really just driving the release build from a PowerShell cell but ideally you could benchmark the code submission directly. When I tried experimenting with that, I hit a blocker pretty quickly that I've just opened an issue for: dotnet/BenchmarkDotNet#1677.
Is your feature request related to a problem? Please describe.
I can't use BenchmarkDotNet in notebook because it needs release build to function properly.
Describe the solution you'd like
I would like to be able to use BenchmarkDotNet in notebooks. It would be incredible because sometimes I want to quickly benchmark piece of code but I am too lazy to create full featured benchmark. Notebooks significantly shorten the feedback loop with ability to draw graphs and so on.
Its either something .NET Interactive doesn't support yet or I don't know how to configure any help is appreciated.
The text was updated successfully, but these errors were encountered: