Skip to content

Notify workflow-scenarios on release#770

Merged
intel352 merged 1 commit into
mainfrom
feat/notify-workflow-scenarios-release
May 24, 2026
Merged

Notify workflow-scenarios on release#770
intel352 merged 1 commit into
mainfrom
feat/notify-workflow-scenarios-release

Conversation

@intel352
Copy link
Copy Markdown
Contributor

Summary

  • notify workflow-scenarios after stable Workflow releases
  • dispatch workflow-release with the released tag so scenarios can open dependency bump PRs immediately

Verification

  • YAML parse check for .github/workflows/release.yml
  • git diff --check

@github-actions
Copy link
Copy Markdown

⏱ Benchmark Results

No significant performance regressions detected.

benchstat comparison (baseline → PR)
## benchstat: baseline → PR
baseline-bench.txt:276: parsing iteration count: invalid syntax
baseline-bench.txt:310243: parsing iteration count: invalid syntax
baseline-bench.txt:614708: parsing iteration count: invalid syntax
baseline-bench.txt:917304: parsing iteration count: invalid syntax
baseline-bench.txt:1424134: parsing iteration count: invalid syntax
baseline-bench.txt:1741040: parsing iteration count: invalid syntax
benchmark-results.txt:276: parsing iteration count: invalid syntax
benchmark-results.txt:297547: parsing iteration count: invalid syntax
benchmark-results.txt:627629: parsing iteration count: invalid syntax
benchmark-results.txt:907452: parsing iteration count: invalid syntax
benchmark-results.txt:1185079: parsing iteration count: invalid syntax
benchmark-results.txt:1495889: parsing iteration count: invalid syntax
goos: linux
goarch: amd64
pkg: github.com/GoCodeAlone/workflow/dynamic
cpu: AMD EPYC 7763 64-Core Processor                
                            │ baseline-bench.txt │        benchmark-results.txt        │
                            │       sec/op       │    sec/op     vs base               │
InterpreterCreation-4               7.399m ± 56%   6.399m ± 63%        ~ (p=0.589 n=6)
ComponentLoad-4                     3.633m ±  8%   3.595m ±  1%        ~ (p=0.132 n=6)
ComponentExecute-4                  1.960µ ±  1%   1.944µ ±  1%        ~ (p=0.126 n=6)
PoolContention/workers-1-4          1.111µ ±  1%   1.098µ ±  1%   -1.13% (p=0.013 n=6)
PoolContention/workers-2-4          1.092µ ±  2%   1.099µ ±  2%        ~ (p=0.329 n=6)
PoolContention/workers-4-4          1.088µ ±  3%   1.093µ ±  2%        ~ (p=0.970 n=6)
PoolContention/workers-8-4          1.085µ ±  3%   1.088µ ±  3%        ~ (p=0.558 n=6)
PoolContention/workers-16-4         1.110µ ±  4%   1.095µ ±  2%        ~ (p=0.240 n=6)
ComponentLifecycle-4                3.768m ±  0%   3.657m ±  5%        ~ (p=0.394 n=6)
SourceValidation-4                  2.442µ ±  1%   2.344µ ±  1%   -4.05% (p=0.002 n=6)
RegistryConcurrent-4                889.5n ±  2%   781.5n ±  4%  -12.14% (p=0.002 n=6)
LoaderLoadFromString-4              3.785m ±  1%   3.699m ±  3%        ~ (p=0.065 n=6)
geomean                             19.25µ         18.62µ         -3.27%

                            │ baseline-bench.txt │        benchmark-results.txt         │
                            │        B/op        │     B/op      vs base                │
InterpreterCreation-4               2.027Mi ± 0%   2.027Mi ± 0%       ~ (p=0.900 n=6)
ComponentLoad-4                     2.180Mi ± 0%   2.180Mi ± 0%       ~ (p=0.240 n=6)
ComponentExecute-4                  1.203Ki ± 0%   1.203Ki ± 0%       ~ (p=1.000 n=6) ¹
PoolContention/workers-1-4          1.203Ki ± 0%   1.203Ki ± 0%       ~ (p=1.000 n=6) ¹
PoolContention/workers-2-4          1.203Ki ± 0%   1.203Ki ± 0%       ~ (p=1.000 n=6) ¹
PoolContention/workers-4-4          1.203Ki ± 0%   1.203Ki ± 0%       ~ (p=1.000 n=6) ¹
PoolContention/workers-8-4          1.203Ki ± 0%   1.203Ki ± 0%       ~ (p=1.000 n=6) ¹
PoolContention/workers-16-4         1.203Ki ± 0%   1.203Ki ± 0%       ~ (p=1.000 n=6) ¹
ComponentLifecycle-4                2.183Mi ± 0%   2.183Mi ± 0%       ~ (p=0.697 n=6)
SourceValidation-4                  1.984Ki ± 0%   1.984Ki ± 0%       ~ (p=1.000 n=6) ¹
RegistryConcurrent-4                1.133Ki ± 0%   1.133Ki ± 0%       ~ (p=1.000 n=6) ¹
LoaderLoadFromString-4              2.182Mi ± 0%   2.182Mi ± 0%       ~ (p=0.723 n=6)
geomean                             15.25Ki        15.25Ki       -0.00%
¹ all samples are equal

                            │ baseline-bench.txt │        benchmark-results.txt        │
                            │     allocs/op      │  allocs/op   vs base                │
InterpreterCreation-4                15.68k ± 0%   15.68k ± 0%       ~ (p=1.000 n=6)
ComponentLoad-4                      18.02k ± 0%   18.02k ± 0%       ~ (p=1.000 n=6)
ComponentExecute-4                    25.00 ± 0%    25.00 ± 0%       ~ (p=1.000 n=6) ¹
PoolContention/workers-1-4            25.00 ± 0%    25.00 ± 0%       ~ (p=1.000 n=6) ¹
PoolContention/workers-2-4            25.00 ± 0%    25.00 ± 0%       ~ (p=1.000 n=6) ¹
PoolContention/workers-4-4            25.00 ± 0%    25.00 ± 0%       ~ (p=1.000 n=6) ¹
PoolContention/workers-8-4            25.00 ± 0%    25.00 ± 0%       ~ (p=1.000 n=6) ¹
PoolContention/workers-16-4           25.00 ± 0%    25.00 ± 0%       ~ (p=1.000 n=6) ¹
ComponentLifecycle-4                 18.07k ± 0%   18.07k ± 0%       ~ (p=1.000 n=6) ¹
SourceValidation-4                    32.00 ± 0%    32.00 ± 0%       ~ (p=1.000 n=6) ¹
RegistryConcurrent-4                  2.000 ± 0%    2.000 ± 0%       ~ (p=1.000 n=6) ¹
LoaderLoadFromString-4               18.06k ± 0%   18.06k ± 0%       ~ (p=1.000 n=6) ¹
geomean                               183.3         183.3       +0.00%
¹ all samples are equal

pkg: github.com/GoCodeAlone/workflow/middleware
                                  │ baseline-bench.txt │       benchmark-results.txt       │
                                  │       sec/op       │   sec/op     vs base              │
CircuitBreakerDetection-4                  291.2n ± 4%   287.5n ± 9%       ~ (p=1.000 n=6)
CircuitBreakerExecution_Success-4          21.43n ± 0%   21.55n ± 4%  +0.58% (p=0.002 n=6)
CircuitBreakerExecution_Failure-4          66.33n ± 0%   66.14n ± 0%  -0.28% (p=0.002 n=6)
geomean                                    74.52n        74.28n       -0.33%

                                  │ baseline-bench.txt │       benchmark-results.txt        │
                                  │        B/op        │    B/op     vs base                │
CircuitBreakerDetection-4                 144.0 ± 0%     144.0 ± 0%       ~ (p=1.000 n=6) ¹
CircuitBreakerExecution_Success-4         0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
CircuitBreakerExecution_Failure-4         0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                              ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

                                  │ baseline-bench.txt │       benchmark-results.txt        │
                                  │     allocs/op      │ allocs/op   vs base                │
CircuitBreakerDetection-4                 1.000 ± 0%     1.000 ± 0%       ~ (p=1.000 n=6) ¹
CircuitBreakerExecution_Success-4         0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
CircuitBreakerExecution_Failure-4         0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                              ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

pkg: github.com/GoCodeAlone/workflow/module
                                 │ baseline-bench.txt │       benchmark-results.txt        │
                                 │       sec/op       │    sec/op     vs base              │
IaCStateBackend_InProcess-4              314.2n ±  1%   311.7n ± 21%       ~ (p=0.589 n=6)
IaCStateBackend_GRPC-4                   9.570m ± 15%   9.643m ±  3%       ~ (p=1.000 n=6)
JQTransform_Simple-4                     660.4n ± 38%   662.9n ± 47%       ~ (p=1.000 n=6)
JQTransform_ObjectConstruction-4         1.516µ ±  1%   1.593µ ±  1%  +5.08% (p=0.002 n=6)
JQTransform_ArraySelect-4                3.456µ ±  0%   3.537µ ±  1%  +2.34% (p=0.002 n=6)
JQTransform_Complex-4                    38.77µ ±  1%   39.48µ ±  1%  +1.83% (p=0.002 n=6)
JQTransform_Throughput-4                 1.865µ ±  3%   1.941µ ±  1%  +4.08% (p=0.002 n=6)
SSEPublishDelivery-4                     63.74n ±  7%   64.29n ±  1%       ~ (p=0.093 n=6)
geomean                                  3.847µ         3.916µ        +1.80%

                                 │ baseline-bench.txt │         benchmark-results.txt         │
                                 │        B/op        │     B/op       vs base                │
IaCStateBackend_InProcess-4             416.0 ±  0%       416.0 ±  0%       ~ (p=1.000 n=6) ¹
IaCStateBackend_GRPC-4                5.912Mi ± 13%     5.910Mi ± 11%       ~ (p=0.937 n=6)
JQTransform_Simple-4                  1.273Ki ±  0%     1.273Ki ±  0%       ~ (p=1.000 n=6) ¹
JQTransform_ObjectConstruction-4      1.773Ki ±  0%     1.773Ki ±  0%       ~ (p=1.000 n=6) ¹
JQTransform_ArraySelect-4             2.625Ki ±  0%     2.625Ki ±  0%       ~ (p=1.000 n=6) ¹
JQTransform_Complex-4                 16.22Ki ±  0%     16.22Ki ±  0%       ~ (p=1.000 n=6) ¹
JQTransform_Throughput-4              1.984Ki ±  0%     1.984Ki ±  0%       ~ (p=1.000 n=6) ¹
SSEPublishDelivery-4                    0.000 ±  0%       0.000 ±  0%       ~ (p=1.000 n=6) ¹
geomean                                             ²                  -0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

                                 │ baseline-bench.txt │        benchmark-results.txt        │
                                 │     allocs/op      │  allocs/op   vs base                │
IaCStateBackend_InProcess-4              2.000 ± 0%      2.000 ± 0%       ~ (p=1.000 n=6) ¹
IaCStateBackend_GRPC-4                  6.833k ± 0%     6.830k ± 0%       ~ (p=0.905 n=6)
JQTransform_Simple-4                     10.00 ± 0%      10.00 ± 0%       ~ (p=1.000 n=6) ¹
JQTransform_ObjectConstruction-4         15.00 ± 0%      15.00 ± 0%       ~ (p=1.000 n=6) ¹
JQTransform_ArraySelect-4                30.00 ± 0%      30.00 ± 0%       ~ (p=1.000 n=6) ¹
JQTransform_Complex-4                    324.0 ± 0%      324.0 ± 0%       ~ (p=1.000 n=6) ¹
JQTransform_Throughput-4                 17.00 ± 0%      17.00 ± 0%       ~ (p=1.000 n=6) ¹
SSEPublishDelivery-4                     0.000 ± 0%      0.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                             ²                -0.01%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

pkg: github.com/GoCodeAlone/workflow/schema
                                    │ baseline-bench.txt │       benchmark-results.txt        │
                                    │       sec/op       │    sec/op     vs base              │
SchemaValidation_Simple-4                   1.106µ ± 11%   1.113µ ± 14%       ~ (p=0.818 n=6)
SchemaValidation_AllFields-4                1.673µ ±  2%   1.673µ ±  5%       ~ (p=0.851 n=6)
SchemaValidation_FormatValidation-4         1.590µ ±  2%   1.592µ ±  2%       ~ (p=0.333 n=6)
SchemaValidation_ManySchemas-4              1.822µ ±  3%   1.824µ ±  4%       ~ (p=0.699 n=6)
geomean                                     1.521µ         1.525µ        +0.21%

                                    │ baseline-bench.txt │       benchmark-results.txt        │
                                    │        B/op        │    B/op     vs base                │
SchemaValidation_Simple-4                   0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
SchemaValidation_AllFields-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
SchemaValidation_FormatValidation-4         0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
SchemaValidation_ManySchemas-4              0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                                ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

                                    │ baseline-bench.txt │       benchmark-results.txt        │
                                    │     allocs/op      │ allocs/op   vs base                │
SchemaValidation_Simple-4                   0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
SchemaValidation_AllFields-4                0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
SchemaValidation_FormatValidation-4         0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
SchemaValidation_ManySchemas-4              0.000 ± 0%     0.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                                                ²               +0.00%               ²
¹ all samples are equal
² summaries must be >0 to compute geomean

pkg: github.com/GoCodeAlone/workflow/store
                                   │ baseline-bench.txt │        benchmark-results.txt        │
                                   │       sec/op       │    sec/op     vs base               │
EventStoreAppend_InMemory-4                1.261µ ± 12%   1.173µ ± 11%        ~ (p=0.065 n=6)
EventStoreAppend_SQLite-4                  1.431m ±  5%   1.380m ±  7%   -3.53% (p=0.041 n=6)
GetTimeline_InMemory/events-10-4           13.56µ ±  3%   13.70µ ±  2%        ~ (p=0.394 n=6)
GetTimeline_InMemory/events-50-4           77.94µ ±  3%   66.82µ ± 16%  -14.28% (p=0.004 n=6)
GetTimeline_InMemory/events-100-4          153.1µ ± 19%   122.6µ ±  0%  -19.92% (p=0.002 n=6)
GetTimeline_InMemory/events-500-4          632.9µ ±  0%   632.4µ ±  0%        ~ (p=0.818 n=6)
GetTimeline_InMemory/events-1000-4         1.289m ±  0%   1.290m ±  1%        ~ (p=0.818 n=6)
GetTimeline_SQLite/events-10-4             107.1µ ±  1%   105.8µ ±  0%   -1.20% (p=0.004 n=6)
GetTimeline_SQLite/events-50-4             248.8µ ±  3%   248.0µ ±  0%        ~ (p=0.065 n=6)
GetTimeline_SQLite/events-100-4            420.4µ ±  0%   420.0µ ±  0%        ~ (p=0.485 n=6)
GetTimeline_SQLite/events-500-4            1.795m ±  1%   1.796m ±  0%        ~ (p=0.589 n=6)
GetTimeline_SQLite/events-1000-4           3.486m ±  1%   3.531m ±  1%   +1.31% (p=0.009 n=6)
geomean                                    224.8µ         216.1µ         -3.90%

                                   │ baseline-bench.txt │        benchmark-results.txt         │
                                   │        B/op        │     B/op      vs base                │
EventStoreAppend_InMemory-4                 775.0 ± 12%     801.0 ± 9%       ~ (p=0.701 n=6)
EventStoreAppend_SQLite-4                 1.985Ki ±  1%   1.984Ki ± 2%       ~ (p=0.784 n=6)
GetTimeline_InMemory/events-10-4          7.953Ki ±  0%   7.953Ki ± 0%       ~ (p=1.000 n=6) ¹
GetTimeline_InMemory/events-50-4          46.62Ki ±  0%   46.62Ki ± 0%       ~ (p=1.000 n=6) ¹
GetTimeline_InMemory/events-100-4         94.48Ki ±  0%   94.48Ki ± 0%       ~ (p=1.000 n=6) ¹
GetTimeline_InMemory/events-500-4         472.8Ki ±  0%   472.8Ki ± 0%       ~ (p=0.567 n=6)
GetTimeline_InMemory/events-1000-4        944.3Ki ±  0%   944.3Ki ± 0%       ~ (p=1.000 n=6)
GetTimeline_SQLite/events-10-4            16.74Ki ±  0%   16.74Ki ± 0%       ~ (p=1.000 n=6) ¹
GetTimeline_SQLite/events-50-4            87.14Ki ±  0%   87.14Ki ± 0%       ~ (p=1.000 n=6) ¹
GetTimeline_SQLite/events-100-4           175.4Ki ±  0%   175.4Ki ± 0%       ~ (p=1.000 n=6) ¹
GetTimeline_SQLite/events-500-4           846.1Ki ±  0%   846.1Ki ± 0%       ~ (p=0.688 n=6)
GetTimeline_SQLite/events-1000-4          1.639Mi ±  0%   1.639Mi ± 0%       ~ (p=0.394 n=6)
geomean                                   67.24Ki         67.42Ki       +0.27%
¹ all samples are equal

                                   │ baseline-bench.txt │        benchmark-results.txt        │
                                   │     allocs/op      │  allocs/op   vs base                │
EventStoreAppend_InMemory-4                  7.000 ± 0%    7.000 ± 0%       ~ (p=1.000 n=6) ¹
EventStoreAppend_SQLite-4                    53.00 ± 0%    53.00 ± 0%       ~ (p=1.000 n=6) ¹
GetTimeline_InMemory/events-10-4             125.0 ± 0%    125.0 ± 0%       ~ (p=1.000 n=6) ¹
GetTimeline_InMemory/events-50-4             653.0 ± 0%    653.0 ± 0%       ~ (p=1.000 n=6) ¹
GetTimeline_InMemory/events-100-4           1.306k ± 0%   1.306k ± 0%       ~ (p=1.000 n=6) ¹
GetTimeline_InMemory/events-500-4           6.514k ± 0%   6.514k ± 0%       ~ (p=1.000 n=6) ¹
GetTimeline_InMemory/events-1000-4          13.02k ± 0%   13.02k ± 0%       ~ (p=1.000 n=6) ¹
GetTimeline_SQLite/events-10-4               382.0 ± 0%    382.0 ± 0%       ~ (p=1.000 n=6) ¹
GetTimeline_SQLite/events-50-4              1.852k ± 0%   1.852k ± 0%       ~ (p=1.000 n=6) ¹
GetTimeline_SQLite/events-100-4             3.681k ± 0%   3.681k ± 0%       ~ (p=1.000 n=6) ¹
GetTimeline_SQLite/events-500-4             18.54k ± 0%   18.54k ± 0%       ~ (p=1.000 n=6) ¹
GetTimeline_SQLite/events-1000-4            37.29k ± 0%   37.29k ± 0%       ~ (p=1.000 n=6) ¹
geomean                                     1.162k        1.162k       +0.00%
¹ all samples are equal

Benchmarks run with go test -bench=. -benchmem -count=6.
Regressions ≥ 20% are flagged. Results compared via benchstat.

@intel352 intel352 merged commit 3148049 into main May 24, 2026
21 checks passed
@intel352 intel352 deleted the feat/notify-workflow-scenarios-release branch May 24, 2026 07:17
@codecov
Copy link
Copy Markdown

codecov Bot commented May 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant