This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var folder = 'C:\\LocalStorage'; // resource folder | |
var benchmarkFile = 'C:\\LocalStorage\\benchmark.csv'; // test results | |
/** | |
* The functions you combine in this method will be benchmark tested | |
* @param fileName - Target file | |
*/ | |
function psAction(fileName){ | |
psOpenFile(fileName); | |
psDefaultUnits(); |