Skip to content

Commit d4c2658

Browse files
committed
add hugestyles.xlsx
1 parent 7619fb6 commit d4c2658

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

benchmarks/NPOI.Benchmarks/LargeStylesBenchmark.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ public class LargeStylesBenchmark
1818
public void GlobalSetup()
1919
{
2020
_largeFileWithStylesPath = Path.Combine("data", "HugeStyles.xlsx");
21-
22-
// Generate the fixture only when missing or too small.
23-
GenerateHugeStylesWorkbook.EnsureExists(_largeFileWithStylesPath);
2421
}
2522

2623
/// <summary>

benchmarks/NPOI.Benchmarks/NPOI.Benchmarks.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
</ItemGroup>
1717

1818
<ItemGroup>
19+
<None Update="data\HugeStyles.xlsx">
20+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
21+
</None>
1922
<None Update="data\test-performance.xlsx">
2023
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2124
</None>
1010 KB
Binary file not shown.

0 commit comments

Comments
 (0)