Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 587 Bytes

File metadata and controls

31 lines (17 loc) · 587 Bytes

Javascript Functions Performance Tracker

Calculate javascript functions time performance depending on input size. The performance is an estimate (depends on machine, browser etc), but the overall trend will highlight the code performance.

Check browser compatibility before using

javascript, html, css

Usage

Type your function into the editor.

ATTENTION: Do Not Call It!

Add your arguments in the arguments field.

RUN

Limitations

For now only runs with 1 and/or 2 arguments of type:

  • number
  • array

Release

  • Version 1.00
  • License: MIT