Hacker News new | ask | show | jobs
by qsantos 659 days ago
For the first Rust program, where I just write to memory, I just use the time utility when running the program from zsh. Then, I divide the number of bytes written by the number of seconds elapsed. That's why it's not an infinite loop ;)
1 comments

Thanks!