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
- Host: GitHub
- URL: https://github.com/wahengchang/javascript-function-performance-measurement
- Owner: wahengchang
- Created: 2017-08-07T07:23:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T07:42:34.000Z (almost 9 years ago)
- Last Synced: 2025-04-11T03:32:48.328Z (about 1 year ago)
- Topics: check, functions, injection, javascript, measurements, nodejs, object, overwire, performance, react, testing
- Language: JavaScript
- Size: 1.95 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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