File tree 3 files changed +9
-13
lines changed
src/libraries/System.Net.Http/tests/PerformanceTests/HPackHuffmanBenchmark
3 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,9 @@ AutoTest.Net/
133
133
# Web workbench (sass)
134
134
.sass-cache /
135
135
136
+ # BenchmarkDotNet
137
+ BenchmarkDotNet.Artifacts /
138
+
136
139
# Installshield output folder
137
140
[Ee ]xpress /
138
141
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
5
<TargetFramework >net5.0</TargetFramework >
6
+ <StringResourcesPath >../../../src/Resources/Strings.resx</StringResourcesPath >
6
7
<Nullable >enable</Nullable >
8
+ <LangVersion >9.0</LangVersion >
7
9
</PropertyGroup >
8
10
9
11
<ItemGroup >
10
- <Compile Include =" $(CommonPath)System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs" Link =" Common\System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs" />
11
- <Compile Include =" $(CommonPath)System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs" Link =" Common\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs" />
12
+ <Compile Include =" $(CommonPath)System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs"
13
+ Link =" Common\System\Net\Http\aspnetcore\Http2\Hpack\Huffman.cs" />
14
+ <Compile Include =" $(CommonPath)System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs"
15
+ Link =" Common\System\Net\Http\aspnetcore\Http2\Hpack\HuffmanDecodingException.cs" />
12
16
<Compile Include =" Program.cs" />
13
- <Compile Include =" Fakes\SR.cs" />
14
17
</ItemGroup >
15
18
16
19
<ItemGroup >
You can’t perform that action at this time.
0 commit comments