Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Update xUnit and CommandLineParser NuGet packages to stable versions #257

Merged
merged 3 commits into from
Jan 17, 2018
Merged

Update xUnit and CommandLineParser NuGet packages to stable versions #257

merged 3 commits into from
Jan 17, 2018

Conversation

alexanderkozlenko
Copy link
Contributor

@alexanderkozlenko alexanderkozlenko commented Jan 16, 2018

  • Update xUnit packages to version 2.2.0
  • Update CommandLineParser package to version 2.2.1

@jorive
Copy link

jorive commented Jan 16, 2018

@alexanderkozlenko There are not benchmark results with these changes. This is from the logs:

 simpleharness.exe | Metric | Unit | Iterations | Average | STDEV.S | Min | Max
:----------------- |:------ |:----:|:----------:| -------:| -------:| ---:| ---:

Could you please take a look?

@alexanderkozlenko
Copy link
Contributor Author

Fixed with b6e3d0c

base.Dispose();
}

public ManualResetEvent Finished => _finished;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please remove the private member variable _finished, and use property instead (like the Test property above):

...
public PerformanceTestMessageSink()
{
    Finished = new ManualResetEvent(false);
    Tests = new List<PerformanceTestMessage>();
...
public ManualResetEvent Finished { get; }

Copy link

@jorive jorive left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM modulo the comment below.
Thanks for the contribution :)

@jorive jorive merged commit 03e7799 into microsoft:master Jan 17, 2018
@alexanderkozlenko alexanderkozlenko deleted the pr-npsv branch January 17, 2018 05:50
brianrob added a commit to brianrob/xunit-performance that referenced this pull request Feb 22, 2018
brianrob added a commit that referenced this pull request Feb 22, 2018
ViktorHofer added a commit to ViktorHofer/xunit-performance that referenced this pull request Jul 19, 2018
jorive pushed a commit that referenced this pull request Jul 21, 2018
* Revert "Revert "Update xUnit and CommandLineParser NuGet packages to stable versions (#257)" (#262)"
* Target NS2.0 and increase xunit to 2.4
* Add temporary forked CLP package
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants