Skip to content

Commit

Permalink
benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
leizongmin committed Dec 24, 2013
1 parent 33c8bbc commit 6f0599b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/vs_validator.js
Expand Up @@ -10,7 +10,7 @@ var html = fs.readFileSync(__dirname + '/file.html', 'utf8');




var timeStart = Date.now(); var timeStart = Date.now();
for (var i = 0; i < 100; i++) { for (var i = 0; i < 200; i++) {
var ret = sanitize(html).xss(); var ret = sanitize(html).xss();
} }
var timeEnd = Date.now(); var timeEnd = Date.now();
Expand Down

0 comments on commit 6f0599b

Please sign in to comment.