diff --git a/.gitignore b/.gitignore
index 7596f954d9512..15c6de9d52edf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -133,6 +133,9 @@ AutoTest.Net/
# Web workbench (sass)
.sass-cache/
+# BenchmarkDotNet
+BenchmarkDotNet.Artifacts/
+
# Installshield output folder
[Ee]xpress/
diff --git a/src/libraries/System.Net.Http/tests/PerformanceTests/HPackHuffmanBenchmark/Fakes/SR.cs b/src/libraries/System.Net.Http/tests/PerformanceTests/HPackHuffmanBenchmark/Fakes/SR.cs
deleted file mode 100644
index 5cae2fa0156ce..0000000000000
--- a/src/libraries/System.Net.Http/tests/PerformanceTests/HPackHuffmanBenchmark/Fakes/SR.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-
-namespace System
-{
- internal class SR
- {
- internal static string @net_http_hpack_huffman_decode_failed => "Huffman-coded literal string failed to decode.";
- }
-}
diff --git a/src/libraries/System.Net.Http/tests/PerformanceTests/HPackHuffmanBenchmark/HPackHuffmanBenchmark.csproj b/src/libraries/System.Net.Http/tests/PerformanceTests/HPackHuffmanBenchmark/HPackHuffmanBenchmark.csproj
index baec16559db18..7cdd7dc929803 100644
--- a/src/libraries/System.Net.Http/tests/PerformanceTests/HPackHuffmanBenchmark/HPackHuffmanBenchmark.csproj
+++ b/src/libraries/System.Net.Http/tests/PerformanceTests/HPackHuffmanBenchmark/HPackHuffmanBenchmark.csproj
@@ -3,14 +3,17 @@
Exe
net5.0
+ ../../../src/Resources/Strings.resx
enable
+ 9.0
-
-
+
+
-