hermes
hermes copied to clipboard
Create a stress test benchmark
We want a program that exercises several I/O patterns and library functionality that we can use to generate performance data.
Write a user program that fills the buffering system to capacity and frees all buffers, subsequently. Time both.
Start w/ a single process version and think how to do something similar in a multi-process setting.