Skip to content

RebekahJ/mod-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mod-timer

Find the total run time for a module with specified conditions and inputs. Use to compare the performance of different algorithms.

Useage

  • Add the timer file to the top level of the module directory.
  • Edit the file to set the required input array size, array contents and number of trials to run.
  • To run,
node compute-test.js 

Time taken will print to the terminal.

Requirements

Both timers require:

stream-test.js also requires:

About

Prints the run time of js modules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published