Skip to content

Commit

Permalink
docs: bench stats
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Jan 11, 2023
1 parent fcb24ba commit 8a689fa
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,22 +194,22 @@ goos: linux
goarch: amd64
pkg: github.com/kitabisa/teler-waf
cpu: 11th Gen Intel(R) Core(TM) i9-11900H @ 2.50GHz
BenchmarkTelerDefaultOptions-4 4396 266918 ns/op 35944 B/op 1696 allocs/op
BenchmarkTelerCommonWebAttackOnly-4 30795 35602 ns/op 5990 B/op 118 allocs/op
BenchmarkTelerCVEOnly-4 6171 194193 ns/op 33533 B/op 1652 allocs/op
BenchmarkTelerBadIPAddressOnly-4 20464 55957 ns/op 5986 B/op 86 allocs/op
BenchmarkTelerBadReferrerOnly-4 48403 23128 ns/op 5551 B/op 87 allocs/op
BenchmarkTelerBadCrawlerOnly-4 42002 27165 ns/op 5633 B/op 85 allocs/op
BenchmarkTelerDirectoryBruteforceOnly-4 50103 23074 ns/op 5535 B/op 84 allocs/op
BenchmarkTelerCustomRule-4 49483 22086 ns/op 5332 B/op 84 allocs/op
BenchmarkTelerWithoutCommonWebAttack-4 5156 228950 ns/op 34683 B/op 1658 allocs/op
BenchmarkTelerWithoutCVE-4 15295 76501 ns/op 7167 B/op 124 allocs/op
BenchmarkTelerWithoutBadIPAddress-4 5484 216523 ns/op 34820 B/op 1691 allocs/op
BenchmarkTelerWithoutBadReferrer-4 4894 240202 ns/op 35133 B/op 1689 allocs/op
BenchmarkTelerWithoutBadCrawler-4 5012 239976 ns/op 34995 B/op 1691 allocs/op
BenchmarkTelerWithoutDirectoryBruteforce-4 4736 247549 ns/op 35496 B/op 1693 allocs/op
BenchmarkTelerDefaultOptions-4 4662 259275 ns/op 35647 B/op 1695 allocs/op
BenchmarkTelerCommonWebAttackOnly-4 32944 35173 ns/op 5941 B/op 118 allocs/op
BenchmarkTelerCVEOnly-4 6151 182757 ns/op 33548 B/op 1652 allocs/op
BenchmarkTelerBadIPAddressOnly-4 20850 55341 ns/op 5967 B/op 86 allocs/op
BenchmarkTelerBadReferrerOnly-4 48957 22397 ns/op 5545 B/op 87 allocs/op
BenchmarkTelerBadCrawlerOnly-4 41954 26680 ns/op 5633 B/op 85 allocs/op
BenchmarkTelerDirectoryBruteforceOnly-4 48690 21711 ns/op 5549 B/op 84 allocs/op
BenchmarkTelerCustomRule-4 48640 21429 ns/op 5340 B/op 84 allocs/op
BenchmarkTelerWithoutCommonWebAttack-4 5395 222878 ns/op 34488 B/op 1658 allocs/op
BenchmarkTelerWithoutCVE-4 15279 75008 ns/op 7165 B/op 124 allocs/op
BenchmarkTelerWithoutBadIPAddress-4 5887 205871 ns/op 34557 B/op 1690 allocs/op
BenchmarkTelerWithoutBadReferrer-4 5082 235075 ns/op 34996 B/op 1689 allocs/op
BenchmarkTelerWithoutBadCrawler-4 5019 228486 ns/op 35012 B/op 1691 allocs/op
BenchmarkTelerWithoutDirectoryBruteforce-4 5049 247648 ns/op 35225 B/op 1692 allocs/op
PASS
ok github.com/kitabisa/teler-waf 23.660s
ok github.com/kitabisa/teler-waf 23.583s
```

> **Note**: It's important to note that the benchmarking results may vary and may not be consistent. Those results were obtained when there were **>1.5k** CVE templates and the [teler-resources](https://github.com/kitabisa/teler-resources) dataset may have increased since then, which may impact the results.
Expand Down

0 comments on commit 8a689fa

Please sign in to comment.