{"ScriptPreparationCode":"this.numberA = Math.random() * 1000;","TestCases":[{"Name":"regular","Code":"return this.numberA / 1000 / 60;","IsDeferred":false},{"Name":"faster?","Code":"return this.numberA / 60000;","IsDeferred":false}]}