Browse Source
Merge pull request #709 from SixLabors/af/skip-benchmark-tests
Skip tests in ReferenceDecoderBenchmarks
af/merge-core
James Jackson-South
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
tests/ImageSharp.Tests/TestUtilities/Tests/ReferenceDecoderBenchmarks.cs
|
|
@ -17,7 +17,7 @@ namespace SixLabors.ImageSharp.Tests.TestUtilities.Tests |
|
|
private ITestOutputHelper Output { get; } |
|
|
private ITestOutputHelper Output { get; } |
|
|
|
|
|
|
|
|
public const string SkipBenchmarks = |
|
|
public const string SkipBenchmarks = |
|
|
#if false
|
|
|
#if true
|
|
|
"Benchmark, enable manually!"; |
|
|
"Benchmark, enable manually!"; |
|
|
#else
|
|
|
#else
|
|
|
null; |
|
|
null; |
|
|
|