Skip to content

Commit

Permalink
increase default performance factor to pass tests on the travis-ci farm
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Kovalev committed Apr 1, 2013
1 parent 1c85b5d commit 8e52a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/performance.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test(
var xml = files[0],
errorCount = 0,
ITERATIONS = 1000,
PERFORMANCE_FACTOR = Number(process.env["NODE_XAMEL_PERF_FACTOR"]) || .65,
PERFORMANCE_FACTOR = Number(process.env["NODE_XAMEL_PERF_FACTOR"]) || .75,
iterations = ITERATIONS,
iterationsDone = 0,
timeStart = Date.now(),
Expand Down

0 comments on commit 8e52a8b

Please sign in to comment.