Skip to content

Commit

Permalink
Merge pull request #235 from petabridge/dev
Browse files Browse the repository at this point in the history
NBench v1.1 Production Release
  • Loading branch information
Aaronontheweb committed Jul 2, 2018
2 parents ab84f58 + eb0a391 commit f0b3f8c
Show file tree
Hide file tree
Showing 88 changed files with 1,222 additions and 125,612 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
*.userosscache
*.sln.docstates

#DocFx output
_site/
api/

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs

Expand Down
6 changes: 0 additions & 6 deletions .nuget/NuGet.Config

This file was deleted.

29 changes: 0 additions & 29 deletions NBench.Tests.Reporting/NBench.Tests.Reporting.csproj

This file was deleted.

64 changes: 34 additions & 30 deletions NBench.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Benchmarks", "Benchmarks", "{C8104500-2C0F-46A2-AE84-A3D74CC55697}"
EndProject
Expand All @@ -25,12 +25,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{97444074
build.fsx = build.fsx
build.ps1 = build.ps1
build.sh = build.sh
src\common.props = src\common.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NBench.Tests.Performance", "tests\NBench.Tests.Performance\NBench.Tests.Performance.csproj", "{E3730D65-70AE-4055-A291-800044C48FDD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NBench.Tests.Assembly", "tests\NBench.Tests.Assembly\NBench.Tests.Assembly.csproj", "{96FCB3AB-8C76-4BD0-B97F-1239E5FF5C5C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NBench.PerformanceCounters", "src\NBench.PerformanceCounters\NBench.PerformanceCounters.csproj", "{3112B845-6A64-4AD2-9FA9-88F47BE980C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NBench.PerformanceCounters.Tests.Performance", "tests\NBench.PerformanceCounters.Tests.Performance\NBench.PerformanceCounters.Tests.Performance.csproj", "{FD7BE8F5-460F-4A3D-A479-E4AF36C4EED5}"
Expand All @@ -41,7 +40,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NBench.Runner.DotNetCli", "
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NBench.Tests.Performance.WithDependencies", "tests\NBench.Tests.Performance.WithDependencies\NBench.Tests.Performance.WithDependencies.csproj", "{C526F6D9-B1A5-486F-8CC1-43104CBDD38D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NBench.Tests.Reporting", "NBench.Tests.Reporting\NBench.Tests.Reporting.csproj", "{7D45CF9B-F2AC-4879-B325-4486F58A3435}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NBench.Tests.Reporting", "tests\NBench.Tests.Reporting\NBench.Tests.Reporting.csproj", "{B488C0E4-BCEA-47DB-AFB4-564484CF7F8D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NBench.TestAssembly", "tests\NBench.TestAssembly\NBench.TestAssembly.csproj", "{D2F62C2C-4D06-4106-BEFF-9038D27F6B06}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down Expand Up @@ -125,18 +126,6 @@ Global
{E3730D65-70AE-4055-A291-800044C48FDD}.Release|x64.Build.0 = Release|Any CPU
{E3730D65-70AE-4055-A291-800044C48FDD}.Release|x86.ActiveCfg = Release|Any CPU
{E3730D65-70AE-4055-A291-800044C48FDD}.Release|x86.Build.0 = Release|Any CPU
{96FCB3AB-8C76-4BD0-B97F-1239E5FF5C5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96FCB3AB-8C76-4BD0-B97F-1239E5FF5C5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96FCB3AB-8C76-4BD0-B97F-1239E5FF5C5C}.Debug|x64.ActiveCfg = Debug|Any CPU
{96FCB3AB-8C76-4BD0-B97F-1239E5FF5C5C}.Debug|x64.Build.0 = Debug|Any CPU
{96FCB3AB-8C76-4BD0-B97F-1239E5FF5C5C}.Debug|x86.ActiveCfg = Debug|Any CPU
{96FCB3AB-8C76-4BD0-B97F-1239E5FF5C5C}.Debug|x86.Build.0 = Debug|Any CPU
{96FCB3AB-8C76-4BD0-B97F-1239E5FF5C5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96FCB3AB-8C76-4BD0-B97F-1239E5FF5C5C}.Release|Any CPU.Build.0 = Release|Any CPU
{96FCB3AB-8C76-4BD0-B97F-1239E5FF5C5C}.Release|x64.ActiveCfg = Release|Any CPU
{96FCB3AB-8C76-4BD0-B97F-1239E5FF5C5C}.Release|x64.Build.0 = Release|Any CPU
{96FCB3AB-8C76-4BD0-B97F-1239E5FF5C5C}.Release|x86.ActiveCfg = Release|Any CPU
{96FCB3AB-8C76-4BD0-B97F-1239E5FF5C5C}.Release|x86.Build.0 = Release|Any CPU
{3112B845-6A64-4AD2-9FA9-88F47BE980C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3112B845-6A64-4AD2-9FA9-88F47BE980C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3112B845-6A64-4AD2-9FA9-88F47BE980C8}.Debug|x64.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -197,18 +186,30 @@ Global
{C526F6D9-B1A5-486F-8CC1-43104CBDD38D}.Release|x64.Build.0 = Release|Any CPU
{C526F6D9-B1A5-486F-8CC1-43104CBDD38D}.Release|x86.ActiveCfg = Release|Any CPU
{C526F6D9-B1A5-486F-8CC1-43104CBDD38D}.Release|x86.Build.0 = Release|Any CPU
{7D45CF9B-F2AC-4879-B325-4486F58A3435}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D45CF9B-F2AC-4879-B325-4486F58A3435}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D45CF9B-F2AC-4879-B325-4486F58A3435}.Debug|x64.ActiveCfg = Debug|Any CPU
{7D45CF9B-F2AC-4879-B325-4486F58A3435}.Debug|x64.Build.0 = Debug|Any CPU
{7D45CF9B-F2AC-4879-B325-4486F58A3435}.Debug|x86.ActiveCfg = Debug|Any CPU
{7D45CF9B-F2AC-4879-B325-4486F58A3435}.Debug|x86.Build.0 = Debug|Any CPU
{7D45CF9B-F2AC-4879-B325-4486F58A3435}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D45CF9B-F2AC-4879-B325-4486F58A3435}.Release|Any CPU.Build.0 = Release|Any CPU
{7D45CF9B-F2AC-4879-B325-4486F58A3435}.Release|x64.ActiveCfg = Release|Any CPU
{7D45CF9B-F2AC-4879-B325-4486F58A3435}.Release|x64.Build.0 = Release|Any CPU
{7D45CF9B-F2AC-4879-B325-4486F58A3435}.Release|x86.ActiveCfg = Release|Any CPU
{7D45CF9B-F2AC-4879-B325-4486F58A3435}.Release|x86.Build.0 = Release|Any CPU
{B488C0E4-BCEA-47DB-AFB4-564484CF7F8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B488C0E4-BCEA-47DB-AFB4-564484CF7F8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B488C0E4-BCEA-47DB-AFB4-564484CF7F8D}.Debug|x64.ActiveCfg = Debug|Any CPU
{B488C0E4-BCEA-47DB-AFB4-564484CF7F8D}.Debug|x64.Build.0 = Debug|Any CPU
{B488C0E4-BCEA-47DB-AFB4-564484CF7F8D}.Debug|x86.ActiveCfg = Debug|Any CPU
{B488C0E4-BCEA-47DB-AFB4-564484CF7F8D}.Debug|x86.Build.0 = Debug|Any CPU
{B488C0E4-BCEA-47DB-AFB4-564484CF7F8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B488C0E4-BCEA-47DB-AFB4-564484CF7F8D}.Release|Any CPU.Build.0 = Release|Any CPU
{B488C0E4-BCEA-47DB-AFB4-564484CF7F8D}.Release|x64.ActiveCfg = Release|Any CPU
{B488C0E4-BCEA-47DB-AFB4-564484CF7F8D}.Release|x64.Build.0 = Release|Any CPU
{B488C0E4-BCEA-47DB-AFB4-564484CF7F8D}.Release|x86.ActiveCfg = Release|Any CPU
{B488C0E4-BCEA-47DB-AFB4-564484CF7F8D}.Release|x86.Build.0 = Release|Any CPU
{D2F62C2C-4D06-4106-BEFF-9038D27F6B06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2F62C2C-4D06-4106-BEFF-9038D27F6B06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2F62C2C-4D06-4106-BEFF-9038D27F6B06}.Debug|x64.ActiveCfg = Debug|Any CPU
{D2F62C2C-4D06-4106-BEFF-9038D27F6B06}.Debug|x64.Build.0 = Debug|Any CPU
{D2F62C2C-4D06-4106-BEFF-9038D27F6B06}.Debug|x86.ActiveCfg = Debug|Any CPU
{D2F62C2C-4D06-4106-BEFF-9038D27F6B06}.Debug|x86.Build.0 = Debug|Any CPU
{D2F62C2C-4D06-4106-BEFF-9038D27F6B06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2F62C2C-4D06-4106-BEFF-9038D27F6B06}.Release|Any CPU.Build.0 = Release|Any CPU
{D2F62C2C-4D06-4106-BEFF-9038D27F6B06}.Release|x64.ActiveCfg = Release|Any CPU
{D2F62C2C-4D06-4106-BEFF-9038D27F6B06}.Release|x64.Build.0 = Release|Any CPU
{D2F62C2C-4D06-4106-BEFF-9038D27F6B06}.Release|x86.ActiveCfg = Release|Any CPU
{D2F62C2C-4D06-4106-BEFF-9038D27F6B06}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -219,10 +220,13 @@ Global
{5716EAF7-ABA1-434F-9AFA-51693A73C627} = {1F1914B9-8F67-4B51-9738-CDE5AFB2F8DE}
{B7F38539-67A1-42B8-A5E5-CB592B6E3233} = {1F1914B9-8F67-4B51-9738-CDE5AFB2F8DE}
{E3730D65-70AE-4055-A291-800044C48FDD} = {1F1914B9-8F67-4B51-9738-CDE5AFB2F8DE}
{96FCB3AB-8C76-4BD0-B97F-1239E5FF5C5C} = {1F1914B9-8F67-4B51-9738-CDE5AFB2F8DE}
{FD7BE8F5-460F-4A3D-A479-E4AF36C4EED5} = {1F1914B9-8F67-4B51-9738-CDE5AFB2F8DE}
{416A4BAD-459C-4896-A44C-4C2344EBE154} = {1F1914B9-8F67-4B51-9738-CDE5AFB2F8DE}
{C526F6D9-B1A5-486F-8CC1-43104CBDD38D} = {1F1914B9-8F67-4B51-9738-CDE5AFB2F8DE}
{7D45CF9B-F2AC-4879-B325-4486F58A3435} = {1F1914B9-8F67-4B51-9738-CDE5AFB2F8DE}
{B488C0E4-BCEA-47DB-AFB4-564484CF7F8D} = {1F1914B9-8F67-4B51-9738-CDE5AFB2F8DE}
{D2F62C2C-4D06-4106-BEFF-9038D27F6B06} = {1F1914B9-8F67-4B51-9738-CDE5AFB2F8DE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {16E8E98A-E07F-4357-9283-CC588D2D5D0F}
EndGlobalSection
EndGlobal
16 changes: 16 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
#### v1.1.0 July 1 2018
Fixes several major issues with the `NBench.Runner` executable and being able to support .NET Core dependencies. This is the first set of fixes in a series of ongoing changes designed to help make NBench more user-friendly, extensible, and capable of all manner of interesting performance-related tasks.

**New Feature: Explicitly Settable `Counter`s**
`Counter` instances can now be explicitly set to increment or decrement by a known value:

```
var counter = new Counter(new AtomicCounter(), new CounterMetricName("foo"));
counter.Increment(10);
counter.Decrement(2);
Console.WriteLine(counter.Current); // will print out 8
```

Read [the full set of changes in NBench v1.1 here](https://github.com/petabridge/NBench/milestone/4).


#### v1.0.4 June 14 2017

This release resolves an issue with NuGet deployment of our .NET Core versions of the NBench.Runner executable. As a standalone .NET Core executable, the .NET Core runtime must be packaged in the same folder as the .exe. This release ensures that the .NET Core runtime is downloaded along with our .NET Core NBench Runner executables.
Expand Down
Loading

0 comments on commit f0b3f8c

Please sign in to comment.