Skip to content

Commit 277e5cb

Browse files
committed
trimming
1 parent ee158c7 commit 277e5cb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

benchmark/Benchmark.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ public unsafe void RunScalarDecodingBenchmarkUTF8(string[] data, int[] lengths)
290290
{
291291
for (int i = 0; i < FileContent.Length; i++)
292292
{
293-
//string s = FileContent[i];
294293
byte[] base64 = input[i];
295294
byte[] dataoutput = output[i];
296295
int bytesConsumed = 0;
@@ -328,7 +327,6 @@ public unsafe void RunSSEDecodingBenchmarkUTF8(string[] data, int[] lengths)
328327
{
329328
for (int i = 0; i < FileContent.Length; i++)
330329
{
331-
//string s = FileContent[i];
332330
byte[] base64 = input[i];
333331
byte[] dataoutput = output[i];
334332
int bytesConsumed = 0;
@@ -549,7 +547,6 @@ public unsafe void RunARMDecodingBenchmarkUTF8(string[] data, int[] lengths)
549547
{
550548
for (int i = 0; i < FileContent.Length; i++)
551549
{
552-
//string s = FileContent[i];
553550
byte[] base64 = input[i];
554551
byte[] dataoutput = output[i];
555552
int bytesConsumed = 0;

0 commit comments

Comments
 (0)