Is there a way to distinguish between 2XX and 304 responses in Gatling and show it in the report?
I added this to my http request following the documentation, but I don't see a difference running it with our without it.
.check(
status().saveAs("status")
)