Class Performance
- java.lang.Object
-
- ch.rabanti.picoxlsx4j.demo.testing.Performance
-
public class Performance extends Object
Class for performance tests
-
-
Constructor Summary
Constructors Constructor Description Performance()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
dateStressTest(String fileName, String sheetName, int numberOfRows)
Method to test and measure the performance if a huge number of date vales is inserted as new cells.
-
-
-
Method Detail
-
dateStressTest
public static void dateStressTest(String fileName, String sheetName, int numberOfRows)
Method to test and measure the performance if a huge number of date vales is inserted as new cells.- Parameters:
fileName
- Filename of the outputsheetName
- Worksheet namenumberOfRows
- Number of generated rows
-
-