An open API service indexing awesome lists of open source software.

https://github.com/wahengchang/javascript-function-performance-measurement


https://github.com/wahengchang/javascript-function-performance-measurement

check functions injection javascript measurements nodejs object overwire performance react testing

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# javascript-function-performance-measurement
It is an example of modifying an object of functions collection, with performace check.

#### Suitable object
```js
const class1 = {
fun: (max = 1000) => {
let count = 0
for( let i =0; i