BenchmarkDotNet.Tool by .NET Foundation and contributors

<PackageReference Include="BenchmarkDotNet.Tool" Version="0.12.1" />

Package Files

25,958,488 bytes

 BenchmarkDotNet.Tool 0.12.1

A dotnet tool to execute BenchmarkDotNet benchmarks

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>BenchmarkDotNet.Tool</id>
    <version>0.12.1</version>
    <authors>.NET Foundation and contributors</authors>
    <owners>.NET Foundation and contributors</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <projectUrl>https://github.com/dotnet/BenchmarkDotNet</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/dotnet/BenchmarkDotNet/master/docs/guide/logo.png</iconUrl>
    <description>A dotnet tool to execute BenchmarkDotNet benchmarks</description>
    <copyright>.NET Foundation and contributors</copyright>
    <tags>benchmark benchmarking performance tool</tags>
    <packageTypes>
      <packageType name="DotnetTool" />
    </packageTypes>
    <repository type="git" url="https://github.com/dotnet/BenchmarkDotNet" />
  </metadata>
</package>