Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 29b2bd8

Browse files
committed
Uncomment benchmarks
1 parent b7b51df commit 29b2bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarks/ServiceStack.Text.Benchmarks/JsonSerializationBenchmarks.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,14 +129,14 @@ public void SerializeJsonStringToStreamDirectly()
129129
}
130130

131131

132-
// [Benchmark]
132+
[Benchmark]
133133
public void SerializeJsonAllTypesToStream()
134134
{
135135
stream.Position = 0;
136136
JsonSerializer.SerializeToStream<ModelWithAllTypes>(allTypesModel, stream);
137137
}
138138

139-
// [Benchmark]
139+
[Benchmark]
140140
public void SerializeJsonCommonTypesToStream()
141141
{
142142
stream.Position = 0;

0 commit comments

Comments
 (0)