Browse Source

Merge pull request #1833 from SixLabors/af/delete-benchmarksh

Delete outdated benchmark.sh
pull/1834/head
Anton Firszov 5 years ago
committed by GitHub
parent
commit
59903aa434
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      tests/ImageSharp.Benchmarks/benchmark.sh

7
tests/ImageSharp.Benchmarks/benchmark.sh

@ -1,7 +0,0 @@
#!/bin/bash
# Build in release mode
dotnet build -c Release -f netcoreapp2.0
# Run benchmarks
dotnet bin/Release/netcoreapp2.0/ImageSharp.Benchmarks.dll
Loading…
Cancel
Save