Skip to content

Commit

Permalink
include benchmarkdotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLloyd committed Jul 8, 2018
1 parent 8641380 commit ef7cfea
Show file tree
Hide file tree
Showing 5 changed files with 264 additions and 37 deletions.
4 changes: 1 addition & 3 deletions Expecto.BenchmarkDotNet/Expecto.BenchmarkDotNet.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@
<Compile Include="AssemblyInfo.fs" />
<Compile Include="Expecto.BenchmarkDotNet.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.10.14" />
</ItemGroup>
<Import Project="..\.paket\Paket.Restore.targets" />
</Project>
2 changes: 2 additions & 0 deletions Expecto.BenchmarkDotNet/paket.references
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FSharp.Core
BenchmarkDotNet
2 changes: 1 addition & 1 deletion build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Target.create "All" ignore
==> "AssemblyInfo"
==> "ProjectVersion"
==> "BuildExpecto"
//==> "BuildBenchmarkDotNet"
==> "BuildBenchmarkDotNet"
==> "BuildTest"
==> "RunTest"
==> "Pack"
Expand Down
1 change: 1 addition & 0 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ nuget Argu 5.1
nuget FsCheck 2.10.4
nuget Hopac 0.3.23
nuget Mono.Cecil 0.10.0
nuget BenchmarkDotNet 0.10.14
Loading

0 comments on commit ef7cfea

Please sign in to comment.