Skip to content

Commit

Permalink
Fix leftover from 03bb11b
Browse files Browse the repository at this point in the history
  • Loading branch information
gfoidl committed Dec 26, 2018
1 parent 854899c commit ca8f05b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ cd perf/gfoidl.Base64.Benchmarks
dotnet build -c Release
cd bin/Release/netcoreapp3.0
dotnet gfoidl.Base64.Benchmarks.dll --list tree
dotnet gfoidl.Base64.Benchmarks.dll -f *Base64EncoderBenchmarks*
dotnet gfoidl.Base64.Benchmarks.dll -f *Base64UrlEncoderBenchmarks*
dotnet gfoidl.Base64.Benchmarks.dll -f *Base64EncoderBenchmark*
dotnet gfoidl.Base64.Benchmarks.dll -f *Base64UrlEncoderBenchmark*
dotnet gfoidl.Base64.Benchmarks.dll -f *DecodeStringBenchmark*
dotnet gfoidl.Base64.Benchmarks.dll -f *DecodeUtf8Benchmark*
dotnet gfoidl.Base64.Benchmarks.dll -f *EncodeStringBenchmark*
Expand Down

1 comment on commit ca8f05b

@gfoidl
Copy link
Owner Author

@gfoidl gfoidl commented on ca8f05b Dec 26, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule: never submit to master directly -- always use a PR.

PRs will be squashed anyway, so single-commit PRs won't clutter the history.
In case of an PR this could have been seen on review (or not, but it's a better solution than this).

Please sign in to comment.