Skip to content

Commit

Permalink
Update library version
Browse files Browse the repository at this point in the history
  • Loading branch information
felldo committed Jan 26, 2024
1 parent af70ebf commit 6acd9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ org.gradle.caching=true

group=net.fellbaum
description=A Java library for conveniently working with emojis
version=1.3.3-SNAPSHOT
version=1.3.4-SNAPSHOT

2 comments on commit 6acd9b0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 0.01.

Benchmark suite Current: 6acd9b0 Previous: af70ebf Ratio
benchmark.EmojiManagerAliasBenchmark.getByAlias ( {"alias":":+1:"} ) 118.28735986903459 ns/op 121.20105439391776 ns/op 0.98
benchmark.EmojiManagerAliasBenchmark.getByAlias ( {"alias":"nope"} ) 146.86934852565437 ns/op 146.67460186309688 ns/op 1.00
benchmark.EmojiManagerBenchmark.containsEmoji 3.1947031160016337 ms/op 2.773157040401081 ms/op 1.15
benchmark.EmojiManagerBenchmark.extractEmojisInOrder 2.726421643300958 ms/op 2.814289829853654 ms/op 0.97
benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisLengthDescending 17.701002077117856 ms/op 14.9515833669986 ms/op 1.18
benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisRandomOrder 16.525738055242435 ms/op 17.53760478424896 ms/op 0.94
benchmark.EmojiManagerBenchmark.extractEmojisInOrderWithIndex 3.6389388479069202 ms/op 3.6189902824008158 ms/op 1.01
benchmark.EmojiManagerBenchmark.removeAllEmojis 3.4554882228026087 ms/op 3.5270400860722786 ms/op 0.98
benchmark.EmojiManagerBenchmark.replaceAllEmojis 3.590142649828421 ms/op 4.0611408924916175 ms/op 0.88
benchmark.EmojiManagerBenchmark.replaceAllEmojisFunction 3.622158722472217 ms/op 3.643239356864471 ms/op 0.99

This comment was automatically generated by workflow using github-action-benchmark.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 0.01.

Benchmark suite Current: 6acd9b0 Previous: af70ebf Ratio
benchmark.EmojiManagerAliasBenchmark.getByAlias ( {"alias":":+1:"} ) 121.22197180711419 ns/op 121.20105439391776 ns/op 1.00
benchmark.EmojiManagerAliasBenchmark.getByAlias ( {"alias":"nope"} ) 146.21154622668627 ns/op 146.67460186309688 ns/op 1.00
benchmark.EmojiManagerBenchmark.containsEmoji 2.7564932852617945 ms/op 2.773157040401081 ms/op 0.99
benchmark.EmojiManagerBenchmark.extractEmojisInOrder 2.5877753449752943 ms/op 2.814289829853654 ms/op 0.92
benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisLengthDescending 14.812463735843917 ms/op 14.9515833669986 ms/op 0.99
benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisRandomOrder 17.568011551282474 ms/op 17.53760478424896 ms/op 1.00
benchmark.EmojiManagerBenchmark.extractEmojisInOrderWithIndex 3.7027805523622854 ms/op 3.6189902824008158 ms/op 1.02
benchmark.EmojiManagerBenchmark.removeAllEmojis 3.4614823807165784 ms/op 3.5270400860722786 ms/op 0.98
benchmark.EmojiManagerBenchmark.replaceAllEmojis 4.223399095712696 ms/op 4.0611408924916175 ms/op 1.04
benchmark.EmojiManagerBenchmark.replaceAllEmojisFunction 3.563607622964695 ms/op 3.643239356864471 ms/op 0.98

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.