-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(teler): update malformed dataset case
Signed-off-by: Dwi Siswanto <[email protected]>
- Loading branch information
1 parent
40fa69b
commit 875328a
Showing
1 changed file
with
56 additions
and
20 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
875328a
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
59598341
ns/op 44601120 B/op 98674 allocs/op28559147
ns/op 43950038 B/op 97947 allocs/op2.09
BenchmarkInitializeCommonWebAttack - ns/op
59598341
ns/op28559147
ns/op2.09
BenchmarkInitializeCVE
61121850
ns/op 44601684 B/op 98673 allocs/op28822842
ns/op 43949636 B/op 97946 allocs/op2.12
BenchmarkInitializeCVE - ns/op
61121850
ns/op28822842
ns/op2.12
BenchmarkInitializeBadIPAddress
63657506
ns/op 44602965 B/op 98679 allocs/op30122270
ns/op 43949158 B/op 97945 allocs/op2.11
BenchmarkInitializeBadIPAddress - ns/op
63657506
ns/op30122270
ns/op2.11
BenchmarkInitializeBadReferrer
60633060
ns/op 44603138 B/op 98681 allocs/op29976159
ns/op 43949640 B/op 97946 allocs/op2.02
BenchmarkInitializeBadReferrer - ns/op
60633060
ns/op29976159
ns/op2.02
BenchmarkInitializeBadCrawler
60666102
ns/op 44603249 B/op 98680 allocs/op28862908
ns/op 43949102 B/op 97944 allocs/op2.10
BenchmarkInitializeBadCrawler - ns/op
60666102
ns/op28862908
ns/op2.10
BenchmarkInitializeWithoutBadIPAddress
60034378
ns/op 44603358 B/op 98681 allocs/op29704793
ns/op 43948404 B/op 97942 allocs/op2.02
BenchmarkInitializeWithoutBadIPAddress - ns/op
60034378
ns/op29704793
ns/op2.02
BenchmarkInitializeWithoutDirectoryBruteforce
60062093
ns/op 44603234 B/op 98681 allocs/op29404007
ns/op 43949140 B/op 97944 allocs/op2.04
BenchmarkInitializeWithoutDirectoryBruteforce - ns/op
60062093
ns/op29404007
ns/op2.04
BenchmarkInitializeCustomRules
60473394
ns/op 44605550 B/op 98712 allocs/op29870038
ns/op 43953081 B/op 97982 allocs/op2.02
BenchmarkInitializeCustomRules - ns/op
60473394
ns/op29870038
ns/op2.02
This comment was automatically generated by workflow using github-action-benchmark.
875328a
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
.BenchmarkInitializeBadCrawler
59260922
ns/op 44602904 B/op 98677 allocs/op28862908
ns/op 43949102 B/op 97944 allocs/op2.05
BenchmarkInitializeBadCrawler - ns/op
59260922
ns/op28862908
ns/op2.05
BenchmarkInitializeWithoutBadCrawler
59284396
ns/op 44602714 B/op 98678 allocs/op29275224
ns/op 43948716 B/op 97944 allocs/op2.03
BenchmarkInitializeWithoutBadCrawler - ns/op
59284396
ns/op29275224
ns/op2.03
BenchmarkInitializeCustomRules
60601520
ns/op 44606981 B/op 98713 allocs/op29870038
ns/op 43953081 B/op 97982 allocs/op2.03
BenchmarkInitializeCustomRules - ns/op
60601520
ns/op29870038
ns/op2.03
This comment was automatically generated by workflow using github-action-benchmark.