-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(teler): implement Verify datasets (checksum)
Signed-off-by: Dwi Siswanto <[email protected]>
- Loading branch information
1 parent
df08f7e
commit d402b0a
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d402b0a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
2
.BenchmarkInitializeCommonWebAttack
62351743
ns/op 44603431 B/op 98681 allocs/op28559147
ns/op 43950038 B/op 97947 allocs/op2.18
BenchmarkInitializeCommonWebAttack - ns/op
62351743
ns/op28559147
ns/op2.18
BenchmarkInitializeCVE
64732153
ns/op 44603348 B/op 98679 allocs/op28822842
ns/op 43949636 B/op 97946 allocs/op2.25
BenchmarkInitializeCVE - ns/op
64732153
ns/op28822842
ns/op2.25
BenchmarkInitializeBadIPAddress
60973079
ns/op 44602838 B/op 98677 allocs/op30122270
ns/op 43949158 B/op 97945 allocs/op2.02
BenchmarkInitializeBadIPAddress - ns/op
60973079
ns/op30122270
ns/op2.02
BenchmarkInitializeBadReferrer
60880411
ns/op 44603514 B/op 98678 allocs/op29976159
ns/op 43949640 B/op 97946 allocs/op2.03
BenchmarkInitializeBadReferrer - ns/op
60880411
ns/op29976159
ns/op2.03
BenchmarkInitializeBadCrawler
61018449
ns/op 44604188 B/op 98681 allocs/op28862908
ns/op 43949102 B/op 97944 allocs/op2.11
BenchmarkInitializeBadCrawler - ns/op
61018449
ns/op28862908
ns/op2.11
BenchmarkInitializeDirectoryBruteforce
64114700
ns/op 44602565 B/op 98678 allocs/op29612099
ns/op 43949703 B/op 97946 allocs/op2.17
BenchmarkInitializeDirectoryBruteforce - ns/op
64114700
ns/op29612099
ns/op2.17
BenchmarkInitializeWithoutCommonWebAttack
62286943
ns/op 44603759 B/op 98679 allocs/op29619594
ns/op 43949312 B/op 97945 allocs/op2.10
BenchmarkInitializeWithoutCommonWebAttack - ns/op
62286943
ns/op29619594
ns/op2.10
BenchmarkInitializeWithoutCVE
61067217
ns/op 44603973 B/op 98681 allocs/op29574100
ns/op 43949236 B/op 97946 allocs/op2.06
BenchmarkInitializeWithoutCVE - ns/op
61067217
ns/op29574100
ns/op2.06
BenchmarkInitializeWithoutBadIPAddress
60783218
ns/op 44602448 B/op 98676 allocs/op29704793
ns/op 43948404 B/op 97942 allocs/op2.05
BenchmarkInitializeWithoutBadIPAddress - ns/op
60783218
ns/op29704793
ns/op2.05
BenchmarkInitializeWithoutBadReferrer
60887057
ns/op 44603008 B/op 98678 allocs/op29725568
ns/op 43949471 B/op 97946 allocs/op2.05
BenchmarkInitializeWithoutBadReferrer - ns/op
60887057
ns/op29725568
ns/op2.05
BenchmarkInitializeWithoutBadCrawler
62167163
ns/op 44603462 B/op 98681 allocs/op29275224
ns/op 43948716 B/op 97944 allocs/op2.12
BenchmarkInitializeWithoutBadCrawler - ns/op
62167163
ns/op29275224
ns/op2.12
BenchmarkInitializeWithoutDirectoryBruteforce
60260775
ns/op 44603988 B/op 98680 allocs/op29404007
ns/op 43949140 B/op 97944 allocs/op2.05
BenchmarkInitializeWithoutDirectoryBruteforce - ns/op
60260775
ns/op29404007
ns/op2.05
BenchmarkInitializeCustomRules
62264019
ns/op 44605846 B/op 98713 allocs/op29870038
ns/op 43953081 B/op 97982 allocs/op2.08
BenchmarkInitializeCustomRules - ns/op
62264019
ns/op29870038
ns/op2.08
This comment was automatically generated by workflow using github-action-benchmark.