Added 'benchmark' command to benchmark checksum and hashing

algorithms.
This commit is contained in:
2015-11-30 22:28:42 +00:00
parent 0485b57642
commit 38115beabd
5 changed files with 794 additions and 2 deletions

View File

@@ -52,6 +52,7 @@
<Compile Include="DetectImageFormat.cs" />
<Compile Include="Commands\DeviceInfo.cs" />
<Compile Include="Commands\MediaInfo.cs" />
<Compile Include="Commands\Benchmark.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>