| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 07353e9 commit fa84353
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -173,7 +173,7 @@ class H2LoadBenchmarker { | |||
| 173 | 173 | } | |
| 174 | 174 | ||
| 175 | 175 | processResults(output) { | |
| 176 | - const rex = /(\d+(?:\.\d+)) req\/s/; | ||
| 176 | + const rex = /(\d+\.\d+) req\/s/; | ||
| 177 | 177 | return rex.exec(output)[1]; | |
| 178 | 178 | } | |
| 179 | 179 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments