this test setup does not support html streaming which is imho one of the biggest speed factors... as parsing can be already done when you have finished reading the file...(the beauty of a declarative language like html)
But yeah if you do get the html as a string and do not read it from the file system (which can be streamed) then it totally makes sense...
but it should be clarified that a comparison where you get the raw string and streaming is impossible is the goal here