I'm trying to do performance tests on the C5 library fork found here: https://github.com/lundmikkel/C5. I know there is a problem using PCL's with NPerfRunner, so the project C5.ForNPerf is a class library targeting .NET 4.0 referencing the files in C5.
I'm trying to run the fixture for IList in NPerf.Fixture.IList.dll. When I only load that assembly and run the Add test for the list implementation in the assembly, everything works just fine. But as soon as I add the C5.ForNPerf assembly, not even the previous test will work; the test will run, but the graph will not be displayed. All I did was add C5.ForNPerf.dll - I didn't check off any implementation of IList found in the assembly. It is the same test being run, just with the other assembly loaded too.
I'm trying to do performance tests on the C5 library fork found here: https://github.com/lundmikkel/C5. I know there is a problem using PCL's with NPerfRunner, so the project C5.ForNPerf is a class library targeting .NET 4.0 referencing the files in C5.
I'm trying to run the fixture for IList in NPerf.Fixture.IList.dll. When I only load that assembly and run the Add test for the list implementation in the assembly, everything works just fine. But as soon as I add the C5.ForNPerf assembly, not even the previous test will work; the test will run, but the graph will not be displayed. All I did was add C5.ForNPerf.dll - I didn't check off any implementation of IList found in the assembly. It is the same test being run, just with the other assembly loaded too.