Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Benchmarks/Program.cs')
-rw-r--r--Benchmarks/Program.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Benchmarks/Program.cs b/Benchmarks/Program.cs
index 29c9a73..957c26f 100644
--- a/Benchmarks/Program.cs
+++ b/Benchmarks/Program.cs
@@ -1,8 +1,12 @@
using BenchmarkDotNet.Attributes;
+using BenchmarkDotNet.Jobs;
using BenchmarkDotNet.Running;
namespace com.clusterrr.Famicom.NesTiler.Benchmarks
{
+ [SimpleJob(RuntimeMoniker.Net60, warmupCount: 2, targetCount: 5)]
+ [MeanColumn]
+ [MemoryDiagnoser]
public class Benchmarks
{
const string ImagesPath = "Images";