Skip to content

Instantly share code, notes, and snippets.

@lm913
lm913 / benchmark.jsx
Last active December 18, 2015 21:53 — forked from kardolus/30425.jsx
Benchmark PhotoShop Actions in Extended Javascript
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();