deepu105/concurrency-benchmarks

Measure memory usage too

kokizzu opened this issue · 2 comments

I see in the article that memory usage not measured
https://deepu.tech/concurrency-in-modern-languages-final/

alias time
time='/usr/bin/time -f "\nCPU: %Us\tReal: %es\tRAM: %MKB"'

Thanks, I'm working on an update and will do this for that

done