mirror of https://github.com/SixLabors/ImageSharp
Browse Source
Script for benchmarks Fix from cherry-picking CPU governor not necessaryaf/merge-core
5 changed files with 32 additions and 5 deletions
@ -1,6 +1,6 @@ |
|||
{ |
|||
"projects": [ "src" ], |
|||
"sdk": { |
|||
"projects": [ "src", "tests" ], |
|||
"sdk": { |
|||
"version": "1.0.0-preview2-003121" |
|||
} |
|||
} |
|||
@ -0,0 +1,7 @@ |
|||
#!/bin/bash |
|||
|
|||
# Build in release mode |
|||
dotnet build -c Release -f netcoreapp1.1 |
|||
|
|||
# Run benchmarks |
|||
dotnet bin/Release/netcoreapp1.1/ImageSharp.Benchmarks.dll |
|||
Loading…
Reference in new issue