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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-23 20:45:53 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-23 20:45:53 +0300
commit7dd48d7271047e2d18cc92d2fb0d3d4e9f62cb53 (patch)
tree77e1def438bcd11482517f73203c0f695035213c /Benchmarks
parent2059d5e112e8a9bb0064c132677bd723154af424 (diff)
Optimization.
Diffstat (limited to 'Benchmarks')
-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";