You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -245,8 +245,6 @@ $ sudo make install
245
245
246
246
### Benchmarking
247
247
248
-
The source tree includes a Benchmark tool that can help measure library performance. The tool is located in the test/benchmark/ directory. The build process also creates the binary here, so you will have the tool after the compilation is finished.
249
-
250
248
The source tree includes a Benchmark tool that can help measure library performance. The tool is located in the `test/benchmark/` directory. The build process also creates the binary here, so you will have the tool after the compilation is finished.
251
249
252
250
To run, just type:
@@ -258,7 +256,7 @@ Doing 1000000 transactions...
258
256
259
257
```
260
258
261
-
Okay, this is a bit much, but you can pass a lower value:
259
+
You can also pass a lower value:
262
260
263
261
```shell
264
262
$ ./benchmark 1000
@@ -275,7 +273,7 @@ user 0m0.337s
275
273
sys 0m0.022s
276
274
```
277
275
278
-
This is very fast because the benchmark uses the minimal `modsecurity.conf.default` configuration, which doesn't not too much rules:
276
+
This is very fast because the benchmark uses the minimal `modsecurity.conf.default` configuration, which doesn't much too much rules:
0 commit comments