Add default descriptions to every action#908
Merged
Merged
Conversation
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
🤖 Augment PR SummarySummary: This PR introduces a single source of truth for human-readable action descriptions and exposes them via the action dispatcher. Changes:
Technical Notes: Descriptions stay aligned with action types by reusing 🤖 Was this summary useful? React with 👍 or 👎 |
Contributor
There was a problem hiding this comment.
Benchmark Index (community)
Details
| Benchmark suite | Current: 5f05bd8 | Previous: 11e4993 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
242 ms |
232 ms |
1.04 |
Add one schema (100 existing) |
25 ms |
25 ms |
1 |
Add one schema (1000 existing) |
86 ms |
78 ms |
1.10 |
Add one schema (10000 existing) |
721 ms |
650 ms |
1.11 |
Update one schema (1 existing) |
18 ms |
17 ms |
1.06 |
Update one schema (101 existing) |
26 ms |
23 ms |
1.13 |
Update one schema (1001 existing) |
85 ms |
75 ms |
1.13 |
Update one schema (10001 existing) |
726 ms |
640 ms |
1.13 |
Cached rebuild (1 existing) |
5 ms |
5 ms |
1 |
Cached rebuild (101 existing) |
8 ms |
7 ms |
1.14 |
Cached rebuild (1001 existing) |
30 ms |
26 ms |
1.15 |
Cached rebuild (10001 existing) |
284 ms |
242 ms |
1.17 |
Index 100 schemas |
109 ms |
111 ms |
0.98 |
Index 1000 schemas |
1008 ms |
1051 ms |
0.96 |
Index 10000 schemas |
13650 ms |
19231 ms |
0.71 |
This comment was automatically generated by workflow using github-action-benchmark.
Contributor
There was a problem hiding this comment.
Benchmark Index (enterprise)
Details
| Benchmark suite | Current: 5f05bd8 | Previous: 11e4993 | Ratio |
|---|---|---|---|
Add one schema (0 existing) |
236 ms |
233 ms |
1.01 |
Add one schema (100 existing) |
26 ms |
29 ms |
0.90 |
Add one schema (1000 existing) |
80 ms |
89 ms |
0.90 |
Add one schema (10000 existing) |
648 ms |
717 ms |
0.90 |
Update one schema (1 existing) |
22 ms |
22 ms |
1 |
Update one schema (101 existing) |
26 ms |
29 ms |
0.90 |
Update one schema (1001 existing) |
84 ms |
91 ms |
0.92 |
Update one schema (10001 existing) |
666 ms |
725 ms |
0.92 |
Cached rebuild (1 existing) |
6 ms |
7 ms |
0.86 |
Cached rebuild (101 existing) |
8 ms |
12 ms |
0.67 |
Cached rebuild (1001 existing) |
29 ms |
33 ms |
0.88 |
Cached rebuild (10001 existing) |
249 ms |
283 ms |
0.88 |
Index 100 schemas |
116 ms |
121 ms |
0.96 |
Index 1000 schemas |
1369 ms |
1098 ms |
1.25 |
Index 10000 schemas |
16105 ms |
14608 ms |
1.10 |
This comment was automatically generated by workflow using github-action-benchmark.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Juan Cruz Viotti jv@jviotti.com