Skip to content

Instantly share code, notes, and snippets.

@erwanor
Last active January 11, 2022 18:51
Show Gist options
  • Save erwanor/690048a2b9933f7065c3 to your computer and use it in GitHub Desktop.
Save erwanor/690048a2b9933f7065c3 to your computer and use it in GitHub Desktop.
Benchmark os.loadavg

13:51:19-:aaron>benchmarks (develop) λ strace node printloadAvg.js

....
sysinfo({uptime=11517, loads=[22240, 16576, 15232] totalram=8049532928, freeram=4235063296, sharedram=0, bufferram=27828224} totalswap=0, freeswap=0, procs=582}) = 0
....

13:51:23-:aaron>benchmarks (develop) λ time node printloadAvg.js

[ 0.40966796875, 0.22705078125, 0.22314453125 ]
real	0m0.144s
user	0m0.140s
sys	0m0.004s

13:51:26-:aaron>benchmarks (develop) λ time node print.js

The quick brown fox jumps over the lazy dog

real	0m0.161s
user	0m0.149s
sys	0m0.012s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment