Skip to content

Commit 14d3ac2

Browse files
committed
Remove baseline
1 parent cdc04be commit 14d3ac2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • tests/DynamoDBGenerator.SourceGenerator.Benchmarks/Benchmarks/Marshalling/Comparison

tests/DynamoDBGenerator.SourceGenerator.Benchmarks/Benchmarks/Marshalling/Comparison/Amazon.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ public partial class Amazon
1212
{
1313
private readonly AWSComparisonBenchmarkHelper<Person, Person, PersonNames, PersonValues> _marshaller = PersonMarshaller.ToAwsComparisonHelper();
1414

15-
[Benchmark(Baseline = true)]
15+
[Benchmark]
1616
public Person Unmarshall_Person_DTO() => _marshaller.Unmarshall();
1717

18-
[Benchmark(Baseline = true)]
18+
[Benchmark]
1919
public Dictionary<string, AttributeValue> Marshall_Person_DTO() => _marshaller.Marshall();
2020

2121
[Benchmark]

0 commit comments

Comments
 (0)