Skip to content

Commit

Permalink
Rename class to correct name
Browse files Browse the repository at this point in the history
  • Loading branch information
JayArrowz committed May 16, 2019
1 parent 97b552b commit ab0ec0a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ BenchmarkDotNet.Artifacts/results/*.html
.vs/benchmarks/DesignTimeBuild/.dtbcache
.vs/benchmarks/v16/Server/sqlite3/storage.ide-shm
.vs/benchmarks/v16/Server/sqlite3/storage.ide-wal
Properties/PublishProfiles/FolderProfile.pubxml
Properties/PublishProfiles/FolderProfile.pubxml.user
3 changes: 0 additions & 3 deletions benchmarks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.11.3" />
<PackageReference Include="Portable.BouncyCastle" Version="1.8.4" />
<PackageReference Include="Secp256k1.Net" Version="0.1.52" />
<PackageReference Include="NSec.Cryptography" Version="18.6.0" />
<Content Include="src\Program.cs" />
<Content Include="benchmarks.sln" />
</ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions benchmarks.csproj.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http:https://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_LastSelectedProfileId>C:\Users\SanjayPatel\Documents\GitHub\dotnet-cipher-stream-benchmarking\Properties\PublishProfiles\FolderProfile.pubxml</_LastSelectedProfileId>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/ChaCha20Benchmark.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace benchmarks
{
public class Isaac
public class ChaCha20Benchmark
{
[Benchmark]
[BenchmarkCategory("PRNG")]
Expand Down

0 comments on commit ab0ec0a

Please sign in to comment.