Skip to content

Commit

Permalink
Table reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
felldo committed Dec 2, 2023
1 parent d2de607 commit 597b6d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ of benchmark table below which are always executed on the specified specs.

| **Benchmark** | **Mode** | **Cnt** | **Score**** | **Error** | **Units** |
|------------------------------------------------|----------|---------|-------------|-----------|-----------|
| getByAlias -> `:+1:` | avgt | 10 | 59,509 | ± 0,608 | ns/op |
| getByAlias -> `nope` | avgt | 10 | 72,004 | ± 0,546 | ns/op |
| getByAlias -> `:+1:` | avgt | 10 | 59,509 | ± 0,608 | ns/op |
| getByAlias -> `nope` | avgt | 10 | 72,004 | ± 0,546 | ns/op |
| containsEmoji | avgt | 10 | 1,403 | ± 0,004 | ms/op |
| extractEmojisInOrder | avgt | 10 | 1,382 | ± 0,013 | ms/op |
| extractEmojisInOrderOnlyEmojisLengthDescending | avgt | 10 | 6,013 | ± 0,022 | ms/op |
Expand Down

2 comments on commit 597b6d5

@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: 597b6d5 Previous: d2de607 Ratio
benchmark.EmojiManagerAliasBenchmark.getByAlias ( {"alias":":+1:"} ) 120.9451113552282 ns/op 123.71720556096959 ns/op 0.98
benchmark.EmojiManagerAliasBenchmark.getByAlias ( {"alias":"nope"} ) 144.90900652311706 ns/op 145.84271467155668 ns/op 0.99
benchmark.EmojiManagerBenchmark.containsEmoji 2.8472648004885523 ms/op 2.9324546017808926 ms/op 0.97
benchmark.EmojiManagerBenchmark.extractEmojisInOrder 2.586709790366367 ms/op 3.0228375016734503 ms/op 0.86
benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisLengthDescending 14.738917232395803 ms/op 14.903245021455874 ms/op 0.99
benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisRandomOrder 18.135203269309734 ms/op 17.48211853645199 ms/op 1.04
benchmark.EmojiManagerBenchmark.extractEmojisInOrderWithIndex 3.4374796591416414 ms/op 3.458092474581187 ms/op 0.99
benchmark.EmojiManagerBenchmark.removeAllEmojis 3.3362856599217237 ms/op 3.5202037486669546 ms/op 0.95
benchmark.EmojiManagerBenchmark.replaceAllEmojis 3.4419001200058483 ms/op 4.053766297460704 ms/op 0.85
benchmark.EmojiManagerBenchmark.replaceAllEmojisFunction 3.4793232814877775 ms/op 3.605285944526398 ms/op 0.97

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: 597b6d5 Previous: d2de607 Ratio
benchmark.EmojiManagerAliasBenchmark.getByAlias ( {"alias":":+1:"} ) 121.13884511336656 ns/op 123.71720556096959 ns/op 0.98
benchmark.EmojiManagerAliasBenchmark.getByAlias ( {"alias":"nope"} ) 147.87981708731337 ns/op 145.84271467155668 ns/op 1.01
benchmark.EmojiManagerBenchmark.containsEmoji 3.248056623449513 ms/op 2.9324546017808926 ms/op 1.11
benchmark.EmojiManagerBenchmark.extractEmojisInOrder 2.547102552357242 ms/op 3.0228375016734503 ms/op 0.84
benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisLengthDescending 15.272450487843361 ms/op 14.903245021455874 ms/op 1.02
benchmark.EmojiManagerBenchmark.extractEmojisInOrderOnlyEmojisRandomOrder 16.102450903571594 ms/op 17.48211853645199 ms/op 0.92
benchmark.EmojiManagerBenchmark.extractEmojisInOrderWithIndex 3.672677334607613 ms/op 3.458092474581187 ms/op 1.06
benchmark.EmojiManagerBenchmark.removeAllEmojis 3.4304071271319705 ms/op 3.5202037486669546 ms/op 0.97
benchmark.EmojiManagerBenchmark.replaceAllEmojis 3.3985011406126837 ms/op 4.053766297460704 ms/op 0.84
benchmark.EmojiManagerBenchmark.replaceAllEmojisFunction 3.6186358539752552 ms/op 3.605285944526398 ms/op 1.00

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

Please sign in to comment.