diff --git a/benchmark/_http-benchmarkers.js b/benchmark/_http-benchmarkers.js index 615579cba52416..ec0e80a9e7edbe 100644 --- a/benchmark/_http-benchmarkers.js +++ b/benchmark/_http-benchmarkers.js @@ -173,7 +173,7 @@ class H2LoadBenchmarker { } processResults(output) { - const rex = /(\d+(?:\.\d+)) req\/s/; + const rex = /(\d+\.\d+) req\/s/; return rex.exec(output)[1]; } }