简体   繁体   中英

framework to performance test javascript

I am currently implementing a module observer pattern to a large scale web application that has a large dependency on javascript. I have introduced unit testing of each of the modules which I find very beneficial in capturing any issues with my javascript.

I would now also like to look at the possibility of performance testing my javascript. Are there any frameworks available where I can set up performance test for my javascript files?

I'm familiar with the jsperf service for javascript performance testing. It is based on the benchmark.js benchmarking library. You could use use either depending upon the details of what you're looking for.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM