Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/PerfBenchmarkDotNet/Program.cs')
-rw-r--r--sandbox/PerfBenchmarkDotNet/Program.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/PerfBenchmarkDotNet/Program.cs b/sandbox/PerfBenchmarkDotNet/Program.cs
index f611fc6a..b51d63fe 100644
--- a/sandbox/PerfBenchmarkDotNet/Program.cs
+++ b/sandbox/PerfBenchmarkDotNet/Program.cs
@@ -53,6 +53,7 @@ namespace PerfBenchmarkDotNet
typeof(ImproveStringKeySerializeBenchmark),
typeof(MessagePackReaderBenchmark),
typeof(MessagePackWriterBenchmark),
+ typeof(SpanBenchmarks),
});
// args = new[] { "0" };