-
Please rebuild package got .net core, as current one (1.0.3) is dependent on .net 4.5.2 librasies.
It makes nbench tests not launchable. Now I have to use own-build version from https://ci.appveyor.c…
-
_From @JimBobSquarePants on March 16, 2016 9:44_
We've got a pretty good [feature set](https://github.com/JimBobSquarePants/ImageProcessor#what-works-so-far-what-is-planned) for a V1 release.
Now we…
-
xarray.dot() has comparable performance with numpy.einsum.
However, when it uses a dask backend, it's _much_ slower than the new dask.array.einsum function (https://github.com/dask/dask/pull/3412).
…
-
-
After updating NBench the tests are failing to load NHibernate to run the performance comparisons. Also, while I appreciate what NBench does I want to try out BenchmarkDotNet (sp?) and see if that is …
-
**What has been done**
- Converted all projects to the new MSBuild 15 (Visual Studio 2017 required)
- Added support for `netstandard1.6` for all core modules
- Switched all old `protobuf2` serializ…
-
When trying to compile the akka.net 1.3 branch with a build all, I get an unknown target from XUnit2. The unknown target is coreapp1.1. It does however find a .net452 target.
I'm not sure what asse…
-
-
-
Using `dotnet nbench `, dependencies are not loaded correctly, both nuget packages and project references. It works if all dll are added manually in the right order on the command line.