{"ScriptPreparationCode":"Benchmark.prototype.setup = function() {\r\n arr = new Array(256).fill(0).map(e =\u003E generateRandomInteger(1, 16));\r\n if (test01() !== test02()) throw new Error(\u0027test error\u0027);\r\n};\r\nBenchmark.prototype.teardown = function() {\r\n arr.length = 0;\r\n res = [0, 0];\r\n}","TestCases":[{"Name":"switch","Code":"test01();","IsDeferred":false},{"Name":"if","Code":"test02();","IsDeferred":false}]}