Skip to content

Commit

Permalink
Merge pull request #147 from Numpsy/simple_job
Browse files Browse the repository at this point in the history
Use SimpleJob instead of CoreJob in the 'InMemory' benchmark
  • Loading branch information
ironfede authored Sep 4, 2024
2 parents 64b5278 + 98bcf63 commit 7bd3a21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sources/Test/OpenMcdf.Benchmark/InMemory.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Order;
using BenchmarkDotNet.Jobs;
using System;
using System.IO;

namespace OpenMcdf.Benchmark
{
[CoreJob]
[SimpleJob(RuntimeMoniker.NetCoreApp31)]
[CsvExporter]
[HtmlExporter]
[MarkdownExporter]
Expand Down

0 comments on commit 7bd3a21

Please sign in to comment.