commit | dce229911cd61a441961df2219623fb166b5d139 | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Sat May 16 23:02:27 2020 +0200 |
committer | Jens Geyer <jensg@apache.org> | Sun May 17 22:34:10 2020 +0200 |
tree | c96204f51d0147f4abccd14fe1691280d35698ce | |
parent | 261de348fe0e83ca2f4c7398f2f03ff28d3eb81e [diff] [blame] |
THRIFT-5210 further refactoring and performance optimizations Client: netstd Patch: Jens Geyer This closes #2146
diff --git a/lib/netstd/Benchmarks/Thrift.Benchmarks/CompactProtocolBenchmarks.cs b/lib/netstd/Benchmarks/Thrift.Benchmarks/CompactProtocolBenchmarks.cs index cb6b07f..16dcc76 100644 --- a/lib/netstd/Benchmarks/Thrift.Benchmarks/CompactProtocolBenchmarks.cs +++ b/lib/netstd/Benchmarks/Thrift.Benchmarks/CompactProtocolBenchmarks.cs
@@ -29,7 +29,7 @@ public class CompactProtocolBenchmarks { private MemoryStream _Stream; - private TCompactProtocol _Protocol; + private TProtocol _Protocol; [Params(10000)] public int NumberOfOperationsPerIteration { get; set; }