jsperf/jsperf.com

View on GitHub
client/ui.js

Summary

Maintainability
B
6 hrs
Test Coverage

File ui.js has 382 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/* global Benchmark localStorage _ */
/*!
 * ui.js
 * Copyright Mathias Bynens <https://mths.be/>
 * Modified by John-David Dalton <http://allyoucanleet.com/>
Severity: Minor
Found in client/ui.js - About 5 hrs to fix

    Function render has 34 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      function render (index) {
        _.each(index == null ? (index = 0, ui.benchmarks) : [ui.benchmarks[index]], function (bench) {
          var parsed;
          var cell = $(prefix + (++index));
          var error = bench.error;
    Severity: Minor
    Found in client/ui.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status