Skip to content

Latest commit

 

History

History

benchmark

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

String Natural Compare Benchmark Tests

First update dependencies before running tests:

npm install # or npm update if already installed

Run tests:

node run

Run specific tests:

node run 2 # runs test 2
node run 1,2,3 # runs tests 1, 2, and 3 (make sure there are no spaces between the commas and numbers)