mirror of https://github.com/SixLabors/ImageSharp
Browse Source
Script for benchmarks Fix from cherry-picking CPU governor not necessarypull/117/head
5 changed files with 32 additions and 5 deletions
@ -1,6 +1,6 @@ |
|||||
{ |
{ |
||||
"projects": [ "src" ], |
"projects": [ "src", "tests" ], |
||||
"sdk": { |
"sdk": { |
||||
"version": "1.0.0-preview2-003121" |
"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