Replies: 1 comment 13 replies
-
|
The only way to do it today is to use |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to run BenchmarkDotNet benchmarks on devices where installing the .NET SDK is not allowed. These devices can run .NET runtime applications, but they cannot build anything.
My goal is to:
Is there a supported way to produce such a standalone benchmark runner? Or does BenchmarkDotNet always require the SDK on the machine where the benchmarks are executed?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions