Skip to content

This server is built to test the amount of time it takes to stringify and parse large json objects

Notifications You must be signed in to change notification settings

Nathan219/stringifying-test-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stringifying-test-server

This server is built to test the amount of time it takes to stringify and parse large json objects

Routes

####/req####

Stringifies the req (Only partially, since it's circular) and reports the time taken

####/diy####

Let's you play around with the factor and depth with the query variables to see how they can affect time
factor 10^factor properties will be added to the object (up to 4). If 3 or more, a random number of properties between 10^(factor-1) and 10^factor will be added
depth The number of levels of sub-objects to be added to the project
random If true, a random number of properties between 10^(factor-1) and 10^factor will be added

####/index####

Runs the test with Factor=2, depth=2, and random set to true

About

This server is built to test the amount of time it takes to stringify and parse large json objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published