-
`dotnet nbench` has been failed with below log.
```
❯ dotnet nbench
Building for framework netcoreapp2.1...
Benchmark.SimepleOneway.Local -> /SolutionDir/ProjectDir/bin/Release/netcoreapp2.1/B…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR26952](https://bugs.llvm.org/show_bug.cgi?id=26952) |
| Status | RESOLVED FIXED |
| Importance | P…
-
When I try Install-Package NBench I'm getting the following error:
`Severity Code Description Project File Line Suppression State
Error NU1605 Detected package downgrade: System.Reflection.TypeExt…
-
When I run a Nbench Runner on a VM, it crashes with this exception. I tried creating a simple application with just one method and it failed too. Here are the specs.
Unhandled Exception: System.Com…
-
This test was meant to verify that #192 was resolved, however it shows signs of flakiness in CI.
A clue as to why it's happening is whether or not it's running on the same build agent twice, or on …
-
Hi,
I am trying to run a benchmark from a unit test (xunit), but I'm getting a ReflectionTypeLoadException.
The exception is thrown from ReflectionDiscovery.LoadAllTypeConfigurators when it calls …
-
When specifying 2 patterns for `include=` flag in NBench.Runner, results in 0 benchmarks to run.
This pattern should return 2 matching classes `include="*CombinedPerfSpecs*,*CounterPerfSpecs*"` but…
-
-
When run model in mxnet or serialized model in nbench, it throw `CUDA_ERROR_INVALID_CONTEXT` error.
possible cause: context is not share cross thread by default.
-
Hi,
Is this running on Windows, or Mono on another platform? Windows
If you download the example solution, and make no changes, does that execute tests correctly? No
This errors comes from exam…