You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Demo/Testing/Performance.cs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -18,24 +18,24 @@ namespace Demo.Testing
18
18
/// <summary>
19
19
/// Class for performance tests
20
20
/// </summary>
21
-
publicclassPerformance
21
+
publicstaticclassPerformance
22
22
{
23
23
/// <summary>
24
24
/// Method to perform a stress test on PicoXLSX with a high amount of random data
25
25
/// </summary>
26
26
/// <param name="filename">filename of the output</param>
27
-
/// <param name="sheetname">name of the worksheet</param>
27
+
/// <param name="sheetName">name of the worksheet</param>
28
28
/// <param name="rows">Number of rows</param>
29
29
/// <param name="cols">Number of columns</param>
30
30
/// <remarks>The data type is determined per column randomly. In case of strings, random ASCII characters from 1 to 256 characters are written into the cells</remarks>
0 commit comments