Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
airween committed Jul 12, 2024
1 parent 714e531 commit baa7e69
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,6 @@ $ sudo make install

### Benchmarking

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.

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.

To run, just type:
Expand All @@ -258,7 +256,7 @@ Doing 1000000 transactions...

```

Okay, this is a bit much, but you can pass a lower value:
You can also pass a lower value:

```shell
$ ./benchmark 1000
Expand All @@ -275,7 +273,7 @@ user 0m0.337s
sys 0m0.022s
```

This is very fast because the benchmark uses the minimal `modsecurity.conf.default` configuration, which doesn't not too much rules:
This is very fast because the benchmark uses the minimal `modsecurity.conf.default` configuration, which doesn't much too much rules:

```shell
$ cat basic_rules.conf
Expand Down

0 comments on commit baa7e69

Please sign in to comment.