-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
3 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
7b2deee
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
0.01
.benchmark.EmojiManagerAliasBenchmark.getByAlias ( {"alias":":+1:"} )
138.5812033530968
ns/op131.7094056550113
ns/op1.05
benchmark.EmojiManagerAliasBenchmark.getByAlias ( {"alias":"nope"} )
149.1578020962805
ns/op146.20002802404107
ns/op1.02
benchmark.EmojiManagerBenchmark.containsEmoji
3.063002899082569
ms/op3.045273609442828
ms/op1.01
benchmark.EmojiManagerBenchmark.extractEmojisInOrder
3.294378019736842
ms/op3.2562022906119035
ms/op1.01
benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisLengthDescending
22.594209844444446
ms/op22.664659066286415
ms/op1.00
benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisRandomOrder
24.361461595238094
ms/op23.969543983812923
ms/op1.02
benchmark.EmojiManagerBenchmark.removeAllEmojis
4.9268132068965516
ms/op4.701839011834302
ms/op1.05
benchmark.EmojiManagerBenchmark.replaceAllEmojis
4.823869076923077
ms/op5.439070801554223
ms/op0.89
benchmark.EmojiManagerBenchmark.replaceAllEmojisFunction
5.02671788442211
ms/op5.52193127506891
ms/op0.91
This comment was automatically generated by workflow using github-action-benchmark.
CC: @felldo
7b2deee
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
0.01
.benchmark.EmojiManagerAliasBenchmark.getByAlias ( {"alias":":+1:"} )
131.88321356921682
ns/op131.7094056550113
ns/op1.00
benchmark.EmojiManagerAliasBenchmark.getByAlias ( {"alias":"nope"} )
147.7518161750098
ns/op146.20002802404107
ns/op1.01
benchmark.EmojiManagerBenchmark.containsEmoji
3.0997753653250775
ms/op3.045273609442828
ms/op1.02
benchmark.EmojiManagerBenchmark.extractEmojisInOrder
3.272245996732026
ms/op3.2562022906119035
ms/op1.00
benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisLengthDescending
23.076928113636363
ms/op22.664659066286415
ms/op1.02
benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisRandomOrder
24.606454317073172
ms/op23.969543983812923
ms/op1.03
benchmark.EmojiManagerBenchmark.removeAllEmojis
5.02797639
ms/op4.701839011834302
ms/op1.07
benchmark.EmojiManagerBenchmark.replaceAllEmojis
4.794875650717703
ms/op5.439070801554223
ms/op0.88
benchmark.EmojiManagerBenchmark.replaceAllEmojisFunction
5.091217299492386
ms/op5.52193127506891
ms/op0.92
This comment was automatically generated by workflow using github-action-benchmark.
CC: @felldo