mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 19:14:26 +00:00
Replace CoreJob with SimpleJob(RuntimeMoniker.NetCoreApp50)
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
using System.IO;
|
using BenchmarkDotNet.Attributes;
|
||||||
using BenchmarkDotNet.Attributes;
|
using BenchmarkDotNet.Jobs;
|
||||||
using BenchmarkDotNet.Attributes.Jobs;
|
using System.IO;
|
||||||
|
|
||||||
namespace Claunia.PropertyList.Benchmark
|
namespace Claunia.PropertyList.Benchmark
|
||||||
{
|
{
|
||||||
[CoreJob]
|
[SimpleJob(RuntimeMoniker.NetCoreApp50)]
|
||||||
[MemoryDiagnoser]
|
[MemoryDiagnoser]
|
||||||
public class BinaryPropertyListParserBenchmarks
|
public class BinaryPropertyListParserBenchmarks
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
using BenchmarkDotNet.Attributes;
|
using BenchmarkDotNet.Attributes;
|
||||||
using BenchmarkDotNet.Attributes.Jobs;
|
using BenchmarkDotNet.Jobs;
|
||||||
|
|
||||||
namespace Claunia.PropertyList.Benchmark
|
namespace Claunia.PropertyList.Benchmark
|
||||||
{
|
{
|
||||||
[CoreJob]
|
[SimpleJob(RuntimeMoniker.NetCoreApp50)]
|
||||||
[MemoryDiagnoser]
|
[MemoryDiagnoser]
|
||||||
public class BinaryPropertyListWriterBenchmarks
|
public class BinaryPropertyListWriterBenchmarks
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user