Report in nanoseconds

Hi,
I have been using gatling for testing rest requests, running mvn with gatling:test, and response times in reports are in milliseconds like below

---- Global Information --------------------------------------------------------
> request count                                       2000 (OK=2000   KO=0     )
> min response time                                      0 (OK=0      KO=-     )
> max response time                                    404 (OK=404    KO=-     )
> mean response time                                    80 (OK=80     KO=-     )
> std deviation                                         97 (OK=97     KO=-     )

how can I get the response times in nanoseconds ?
Thanks

It’s currently not possible, Gatling’s time resolution is in milliseconds.
Feel free to contribute or sponsor such feature.

1 Like