testCase

Benchmark created by justin on


Test runner

Ready to run.

Testing in
TestOps/sec
caching an array
var questions = ["q01", "q02", "q03", "q04", "q05", "q06", "q07", "q08", "q09", "q10", "q11", "q12", "q13", "q14", "q15", "q16", "q17", "q18", "q19", "q20", "q21", "q22", "q23", "q24", "q25", "q26", "q27", "q28", "q29", "q30", "q31", "q32", "q33", "q34", "q35", "q36"]
ready
using methods to form it
var aloofQs = ["q01", "q05", "q09", "q12", "q16", "q18", "q23", "q25", "q27", "q28", "q31", "q36"],
  pragLangQs = ["q02", "q04", "q07", "q10", "q11", "q14", "q17", "q20", "q21", "q29", "q32", "q34"],
  rigidQs = ["q03", "q06", "q08", "q13", "q15", "q19", "q22", "q24", "q26", "q30", "q33", "q35"],
  questionList = aloofQs.concat(pragLangQs, rigidQs).sort();
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.

  • Revision 1: published by justin on