From d0660fc90a01893a0ac7a116f258ed917db91cde Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Thu, 18 Feb 2016 16:17:22 -0800 Subject: [PATCH] logging --- examples/audioExamples/injectorLoadTest.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/audioExamples/injectorLoadTest.js b/examples/audioExamples/injectorLoadTest.js index cc9d47e17e..d34117f56c 100644 --- a/examples/audioExamples/injectorLoadTest.js +++ b/examples/audioExamples/injectorLoadTest.js @@ -13,9 +13,9 @@ Script.include("../libraries/utils.js"); -var numSoundsToPlayPerBatch = 60 +var numSoundsToPlayPerBatch = 50 var numSoundsPlaying = 0; -var timeBetweenBatch = 100000; +var timeBetweenBatch = 30000; // A green box represents an injector that is playing var basePosition = { @@ -67,7 +67,8 @@ function playSound() { numSoundsPlaying++; print("NUM SOUNDS PLAYING: " + numSoundsPlaying); print("*******************************************"); - print("INJECTOR VALUE: " + JSON.stringify(injector)); + print("INJECTOR VALUE: ") + print(JSON.stringify(injector)); totalInjectors++; var soundBox = Entities.addEntity({