Merge pull request dotnet/coreclr#11055 from jorive/dev/xUnit-Performance-API
authorDrew Scoggins <anscoggi@microsoft.com>
Fri, 21 Apr 2017 17:16:01 +0000 (02:16 +0900)
committerGitHub <noreply@github.com>
Fri, 21 Apr 2017 17:16:01 +0000 (02:16 +0900)
Improving robustness of the run-xunit-perf.cmd script.

Commit migrated from https://github.com/dotnet/coreclr/commit/599e00cfba40be39db49f3055dcb4138c10b74bf

1  2 
src/coreclr/tests/src/JIT/config/benchmark+roslyn/project.json
src/coreclr/tests/src/JIT/config/benchmark+serialize/project.json
src/coreclr/tests/src/JIT/config/benchmark/project.json
src/coreclr/tests/src/performance/project.json

@@@ -1,12 -1,12 +1,12 @@@
  {
    "dependencies": {
      "Microsoft.CodeAnalysis.Compilers": "1.1.1",
-     "xunit.performance.api": "1.0.0-beta-build0002",
-     "xunit.performance.core": "1.0.0-beta-build0002",
-     "xunit.performance.execution": "1.0.0-beta-build0002",
-     "xunit.performance.metrics": "1.0.0-beta-build0002",
+     "xunit.performance.api": "1.0.0-beta-build0003",
+     "xunit.performance.core": "1.0.0-beta-build0003",
+     "xunit.performance.execution": "1.0.0-beta-build0003",
+     "xunit.performance.metrics": "1.0.0-beta-build0003",
      "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental",
 -    "Microsoft.NETCore.Platforms": "2.0.0-preview1-25214-03",
 +    "Microsoft.NETCore.Platforms": "2.0.0-preview1-25221-01",
      "System.Console": "4.4.0-beta-24913-02",
      "System.Dynamic.Runtime": "4.4.0-beta-24913-02",
      "System.Linq": "4.4.0-beta-24913-02",
@@@ -1,11 -1,11 +1,11 @@@
  {
    "dependencies": {
-     "xunit.performance.api": "1.0.0-beta-build0002",
-     "xunit.performance.core": "1.0.0-beta-build0002",
-     "xunit.performance.execution": "1.0.0-beta-build0002",
-     "xunit.performance.metrics": "1.0.0-beta-build0002",
+     "xunit.performance.api": "1.0.0-beta-build0003",
+     "xunit.performance.core": "1.0.0-beta-build0003",
+     "xunit.performance.execution": "1.0.0-beta-build0003",
+     "xunit.performance.metrics": "1.0.0-beta-build0003",
      "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental",
 -    "Microsoft.NETCore.Platforms": "2.0.0-preview1-25214-03",
 +    "Microsoft.NETCore.Platforms": "2.0.0-preview1-25221-01",
      "Newtonsoft.Json": "7.0.1",
      "System.Console": "4.4.0-beta-24913-02",
      "System.IO": "4.4.0-beta-24913-02",
@@@ -1,11 -1,11 +1,11 @@@
  {
    "dependencies": {
-     "xunit.performance.api": "1.0.0-beta-build0002",
-     "xunit.performance.core": "1.0.0-beta-build0002",
-     "xunit.performance.execution": "1.0.0-beta-build0002",
-     "xunit.performance.metrics": "1.0.0-beta-build0002",
+     "xunit.performance.api": "1.0.0-beta-build0003",
+     "xunit.performance.core": "1.0.0-beta-build0003",
+     "xunit.performance.execution": "1.0.0-beta-build0003",
+     "xunit.performance.metrics": "1.0.0-beta-build0003",
      "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental",
 -    "Microsoft.NETCore.Platforms": "2.0.0-preview1-25214-03",
 +    "Microsoft.NETCore.Platforms": "2.0.0-preview1-25221-01",
      "System.Collections.NonGeneric": "4.4.0-beta-24913-02",
      "System.Console": "4.4.0-beta-24913-02",
      "System.IO.FileSystem": "4.4.0-beta-24913-02",
@@@ -1,11 -1,11 +1,11 @@@
  {
    "dependencies": {
-     "xunit.performance.api": "1.0.0-beta-build0002",
-     "xunit.performance.core": "1.0.0-beta-build0002",
-     "xunit.performance.execution": "1.0.0-beta-build0002",
-     "xunit.performance.metrics": "1.0.0-beta-build0002",
+     "xunit.performance.api": "1.0.0-beta-build0003",
+     "xunit.performance.core": "1.0.0-beta-build0003",
+     "xunit.performance.execution": "1.0.0-beta-build0003",
+     "xunit.performance.metrics": "1.0.0-beta-build0003",
      "Microsoft.Diagnostics.Tracing.TraceEvent": "1.0.3-alpha-experimental",
 -    "Microsoft.NETCore.Platforms": "2.0.0-preview1-25214-03",
 +    "Microsoft.NETCore.Platforms": "2.0.0-preview1-25221-01",
      "System.Collections.NonGeneric": "4.4.0-beta-24913-02",
      "System.Console": "4.4.0-beta-24913-02",
      "System.IO.FileSystem": "4.4.0-beta-24913-02",