I have two different images of same file sizes(60kb), one is of JPEG format and the other is PNG format. When I read and write these images into the disk at 1 rps the results are: read TIME: 6.784399ms write TIME: 14.318515ms for PNG
read TIME: 8.077419ms write TIME: 15.207568ms for JPEG.
But when I write these images with sustain load i.e 100 rps, the PNGs write and read time kept on increasing to 1 min each. But with JPEGS also the read TIME and write TIME increased but still in milliseconds.