Skip to content

chore(deps): bump github.com/argoproj/argo-workflows/v3 from 3.6.17 to 3.7.10#1085

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.10
Open

chore(deps): bump github.com/argoproj/argo-workflows/v3 from 3.6.17 to 3.7.10#1085
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.10

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2026

Bumps github.com/argoproj/argo-workflows/v3 from 3.6.17 to 3.7.10.

Release notes

Sourced from github.com/argoproj/argo-workflows/v3's releases.

v3.7.10

Quick Start

What's New?

Find out on our blog and changelog.

Breaking Changes and Known Issues

Check the upgrading guide and search for existing issues on GitHub.

Installation

CLI

Mac / Linux

Available via curl

# Detect OS
ARGO_OS="darwin"
if [[ "$(uname -s)" != "Darwin" ]]; then
  ARGO_OS="linux"
fi
Download the binary
curl -sLO "https://github.com/argoproj/argo-workflows/releases/download/v3.7.10/argo-$ARGO_OS-amd64.gz"
Unzip
gunzip "argo-$ARGO_OS-amd64.gz"
Make binary executable
chmod +x "argo-$ARGO_OS-amd64"
Move binary to path
mv "./argo-$ARGO_OS-amd64" /usr/local/bin/argo
Test installation
argo version

Controller and Server

kubectl create namespace argo
kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/v3.7.10/install.yaml

v3.7.9

... (truncated)

Changelog

Sourced from github.com/argoproj/argo-workflows/v3's changelog.

v3.7.10 (2026-02-16)

Full Changelog: v3.7.9...v3.7.10

Selected Changes

  • 879b52667 fix: use input.defaults for suspend templates (cherry-pick #15240 for 3.7) (#15483)
  • 214d4da0a fix: emissary deadline handling (cherry-pick #15352 for 3.7) (#15554)
  • 72e17f3b8 chore(deps): update dependency qs to v6.14.2 [security] (release-3.7) (#15560)
  • 24e1f5cb2 fix: change RLock to Lock in sync manager methods (cherry-pick #15546 for 3.7) (#15552)
  • 93897c52a fix: support large container args (cherry pick 15265 to release 3.7) (#15523)
  • 46825ffe6 chore(deps): update module github.com/go-git/go-git/v5 to v5.16.5 [security] (release-3.7) (#15543)
  • 21a14fcee chore(deps): update google.golang.org/genproto/googleapis/api digest to 546029d (release-3.7) (#15497)
  • fd9cbb209 fix: Add instanceID label to WorkflowTaskSet. Fixes #15219 (cherry-pick #15220 for 3.7) (#15496)
  • 47581e249 fix: sync example is wrong for mutexes (cherry-pick #15431 for 3.7) (#15453)
  • Alan Clucas
  • AnaySh
  • Anay Sharma
  • Uziel David Sulkies

v3.7.9 (2026-01-28)

Full Changelog: v3.7.8...v3.7.9

Selected Changes

  • 156b4f817 fix(security): update qs to 6.14.1 (cherry-pick #15427 for 3.7) (#15428)
  • 74943cbe1 chore(deps): update sigs.k8s.io/json digest to 2d32026 (release-3.7) (#15396)
  • 5541dfabb chore(deps): update google.golang.org/genproto/googleapis/api digest to 8636f87 (release-3.7) (#15392)
  • 04b8eb5f4 chore(deps): update github.com/knetic/govaluate digest to 7625b7f (release-3.7) (#15390)
  • eac80a5d9 chore(deps): update golang.org/x/exp digest to 716be56 (release-3.7) (#15391)
  • 96974bb4a chore(deps): update k8s.io/utils digest to 914a6e7 (release-3.7) (#15395)
  • d4a952792 chore(deps): update k8s.io/gengo digest to 5ee0d03 (release-3.7) (#15393)
  • eb73f9290 chore(deps): update dependency @​types/react-datepicker to v4.19.6 (release-3.7) (#15404)
  • c56e671bb chore(deps): update dependency @​testing-library/dom to v10.4.1 (release-3.7) (#15397)
  • 5a16fc476 chore(deps): update dependency @​testing-library/react to v16.3.2 (release-3.7) (#15398)
  • d6f32cbe3 chore(deps): update dependency @​types/classnames to v2.3.4 (release-3.7) (#15399)
  • 28fd7a1b2 chore(deps): update dependency @​types/prop-types to v15.7.15 (release-3.7) (#15401)
  • 07968ddb2 chore(deps): update dependency @​types/dagre to v0.7.53 (release-3.7) (#15400)
  • e7c865e54 chore(deps): update dependency @​types/react-dom to v18.3.7 (release-3.7) (#15405)
  • a519a5e4f chore(deps): update dependency @​types/react-form to v2.16.15 (release-3.7) (#15406)
  • 558d7c89c chore(deps): update dependency @​types/uuid to v9.0.8 (release-3.7) (#15408)
  • eeb9e40d5 chore(deps): update dependency copy-webpack-plugin to v12.0.2 (release-3.7) (#15409)
  • 1e5a5b482 chore(deps): update dependency html-webpack-plugin to v5.6.6 (release-3.7) (#15411)
  • fdb16558f chore(deps): update dependency eslint-config-prettier to v9.1.2 (release-3.7) (#15410)

... (truncated)

Commits
  • 879b526 fix: use input.defaults for suspend templates (cherry-pick #15240 for 3.7) (#...
  • 214d4da fix: emissary deadline handling (cherry-pick #15352 for 3.7) (#15554)
  • 72e17f3 chore(deps): update dependency qs to v6.14.2 [security] (release-3.7) (#15560)
  • 24e1f5c fix: change RLock to Lock in sync manager methods (cherry-pick #15546 for 3.7...
  • 93897c5 fix: support large container args (cherry pick 15265 to release 3.7) (#15523)
  • 46825ff chore(deps): update module github.com/go-git/go-git/v5 to v5.16.5 [security] ...
  • 21a14fc chore(deps): update google.golang.org/genproto/googleapis/api digest to 54602...
  • fd9cbb2 fix: Add instanceID label to WorkflowTaskSet. Fixes #15219 (cherry-pick #1522...
  • 4c8fff2 docs: be explicit about artifact security (cherry-pick #15466 for 3.7) (#15474)
  • 47581e2 fix: sync example is wrong for mutexes (cherry-pick #15431 for 3.7) (#15453)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 25, 2026
@github-actions
Copy link

github-actions bot commented Feb 25, 2026

📊 Performance Benchmark Results

Comparing PR (dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.10) vs main branch:

main-bench.txt:155: parsing iteration count: invalid syntax
pr-bench.txt:155: parsing iteration count: invalid syntax
goos: linux
goarch: amd64
pkg: github.com/NVIDIA/KAI-scheduler/pkg/scheduler/actions
cpu: AMD EPYC 7763 64-Core Processor                
                                    │ main-bench.txt │            pr-bench.txt            │
                                    │     sec/op     │    sec/op     vs base              │
AllocateAction_SmallCluster-4           108.5m ±  0%   108.7m ±  1%       ~ (p=0.699 n=6)
AllocateAction_MediumCluster-4          137.2m ±  1%   138.1m ±  2%       ~ (p=0.310 n=6)
AllocateAction_LargeCluster-4           223.0m ± 10%   234.4m ± 18%       ~ (p=0.485 n=6)
ReclaimAction_SmallCluster-4            102.9m ±  0%   103.0m ±  0%  +0.11% (p=0.002 n=6)
ReclaimAction_MediumCluster-4           105.9m ±  0%   106.2m ±  0%  +0.26% (p=0.015 n=6)
PreemptAction_SmallCluster-4            103.8m ±  0%   103.8m ±  0%       ~ (p=0.818 n=6)
PreemptAction_MediumCluster-4           113.8m ±  0%   114.0m ±  0%       ~ (p=0.310 n=6)
ConsolidationAction_SmallCluster-4      114.6m ±  0%   115.0m ±  0%       ~ (p=0.180 n=6)
ConsolidationAction_MediumCluster-4     209.2m ±  1%   209.3m ±  1%       ~ (p=0.589 n=6)
FullSchedulingCycle_SmallCluster-4      105.8m ±  0%   105.7m ±  0%       ~ (p=1.000 n=6)
FullSchedulingCycle_MediumCluster-4     120.8m ±  0%   120.6m ±  1%       ~ (p=0.132 n=6)
FullSchedulingCycle_LargeCluster-4      161.8m ±  1%   162.4m ±  1%       ~ (p=0.818 n=6)
ManyQueues_MediumCluster-4              142.8m ±  0%   143.2m ±  0%  +0.29% (p=0.009 n=6)
GangScheduling_MediumCluster-4          163.0m ±  3%   162.1m ±  2%       ~ (p=0.589 n=6)
geomean                                 132.1m         132.7m        +0.47%

                                    │ main-bench.txt │            pr-bench.txt            │
                                    │      B/op      │     B/op      vs base              │
AllocateAction_SmallCluster-4           2.295Mi ± 0%   2.296Mi ± 0%       ~ (p=0.310 n=6)
AllocateAction_MediumCluster-4          12.42Mi ± 0%   12.42Mi ± 0%       ~ (p=0.240 n=6)
AllocateAction_LargeCluster-4           42.97Mi ± 0%   42.96Mi ± 0%       ~ (p=0.699 n=6)
ReclaimAction_SmallCluster-4            971.5Ki ± 1%   974.9Ki ± 1%       ~ (p=0.589 n=6)
ReclaimAction_MediumCluster-4           3.161Mi ± 0%   3.163Mi ± 0%       ~ (p=0.394 n=6)
PreemptAction_SmallCluster-4            1.066Mi ± 1%   1.068Mi ± 0%       ~ (p=0.937 n=6)
PreemptAction_MediumCluster-4           4.267Mi ± 0%   4.265Mi ± 0%       ~ (p=0.792 n=6)
ConsolidationAction_SmallCluster-4      5.838Mi ± 0%   5.835Mi ± 0%       ~ (p=0.240 n=6)
ConsolidationAction_MediumCluster-4     48.15Mi ± 0%   48.16Mi ± 0%       ~ (p=0.240 n=6)
FullSchedulingCycle_SmallCluster-4      1.485Mi ± 0%   1.485Mi ± 0%       ~ (p=0.589 n=6)
FullSchedulingCycle_MediumCluster-4     7.287Mi ± 0%   7.288Mi ± 0%       ~ (p=0.937 n=6)
FullSchedulingCycle_LargeCluster-4      23.94Mi ± 0%   23.94Mi ± 0%       ~ (p=0.937 n=6)
ManyQueues_MediumCluster-4              16.88Mi ± 0%   16.88Mi ± 0%       ~ (p=0.937 n=6)
GangScheduling_MediumCluster-4          18.17Mi ± 0%   18.17Mi ± 0%       ~ (p=0.258 n=6)
geomean                                 6.708Mi        6.710Mi       +0.03%

                                    │ main-bench.txt │           pr-bench.txt            │
                                    │   allocs/op    │  allocs/op   vs base              │
AllocateAction_SmallCluster-4            37.07k ± 0%   37.07k ± 0%       ~ (p=0.286 n=6)
AllocateAction_MediumCluster-4           328.6k ± 0%   328.6k ± 0%  -0.00% (p=0.035 n=6)
AllocateAction_LargeCluster-4            1.403M ± 0%   1.403M ± 0%       ~ (p=0.699 n=6)
ReclaimAction_SmallCluster-4             8.914k ± 0%   8.915k ± 0%       ~ (p=0.502 n=6)
ReclaimAction_MediumCluster-4            28.57k ± 0%   28.57k ± 0%       ~ (p=0.524 n=6)
PreemptAction_SmallCluster-4             11.60k ± 0%   11.60k ± 0%       ~ (p=1.000 n=6)
PreemptAction_MediumCluster-4            40.37k ± 0%   40.37k ± 0%       ~ (p=0.773 n=6)
ConsolidationAction_SmallCluster-4       74.96k ± 0%   74.95k ± 0%       ~ (p=0.485 n=6)
ConsolidationAction_MediumCluster-4      693.0k ± 0%   693.1k ± 0%       ~ (p=0.240 n=6)
FullSchedulingCycle_SmallCluster-4       22.05k ± 0%   22.05k ± 0%       ~ (p=0.920 n=6)
FullSchedulingCycle_MediumCluster-4      177.4k ± 0%   177.4k ± 0%       ~ (p=0.911 n=6)
FullSchedulingCycle_LargeCluster-4       733.9k ± 0%   733.9k ± 0%       ~ (p=0.853 n=6)
ManyQueues_MediumCluster-4               366.7k ± 0%   366.7k ± 0%       ~ (p=1.000 n=6)
GangScheduling_MediumCluster-4           603.0k ± 0%   603.0k ± 0%       ~ (p=0.831 n=6)
geomean                                  114.6k        114.6k       +0.00%

pkg: github.com/NVIDIA/KAI-scheduler/pkg/scheduler/actions/integration_tests/reclaim
                            │ main-bench.txt │            pr-bench.txt             │
                            │     sec/op     │    sec/op      vs base              │
ReclaimLargeJobs_10Node-4      104.9m ± 0%     105.1m ± 0%    +0.19% (p=0.015 n=6)
ReclaimLargeJobs_50Node-4      143.0m ± 1%     143.1m ± 1%         ~ (p=0.937 n=6)
ReclaimLargeJobs_100Node-4     284.7m ± 1%     287.6m ± 3%         ~ (p=0.093 n=6)
ReclaimLargeJobs_200Node-4      1.146 ± 5%      1.151 ± 2%         ~ (p=0.818 n=6)
ReclaimLargeJobs_500Node-4      13.24 ± 1%      13.43 ± 2%    +1.40% (p=0.002 n=6)
ReclaimLargeJobs_1000Node-4     113.2 ±  ∞ ¹    113.8 ±  ∞ ¹       ~ (p=0.114 n=4)
geomean                         1.394           1.402         +0.62%
¹ need >= 6 samples for confidence interval at level 0.95

                            │ main-bench.txt │             pr-bench.txt             │
                            │      B/op      │      B/op       vs base              │
ReclaimLargeJobs_10Node-4     1.883Mi ± 3%     1.880Mi ± 3%         ~ (p=0.485 n=6)
ReclaimLargeJobs_50Node-4     17.52Mi ± 0%     17.51Mi ± 0%         ~ (p=0.310 n=6)
ReclaimLargeJobs_100Node-4    59.60Mi ± 0%     59.60Mi ± 0%         ~ (p=1.000 n=6)
ReclaimLargeJobs_200Node-4    235.5Mi ± 0%     235.5Mi ± 0%         ~ (p=0.485 n=6)
ReclaimLargeJobs_500Node-4    1.705Gi ± 0%     1.705Gi ± 0%         ~ (p=0.937 n=6)
ReclaimLargeJobs_1000Node-4   8.958Gi ±  ∞ ¹   8.958Gi ±  ∞ ¹       ~ (p=0.886 n=4)
geomean                       139.6Mi          139.6Mi         -0.03%
¹ need >= 6 samples for confidence interval at level 0.95

                            │ main-bench.txt │            pr-bench.txt             │
                            │   allocs/op    │   allocs/op    vs base              │
ReclaimLargeJobs_10Node-4      20.24k ± 3%     20.24k ± 3%         ~ (p=0.898 n=6)
ReclaimLargeJobs_50Node-4      232.9k ± 0%     232.9k ± 0%         ~ (p=0.911 n=6)
ReclaimLargeJobs_100Node-4     866.7k ± 0%     866.7k ± 0%         ~ (p=0.974 n=6)
ReclaimLargeJobs_200Node-4     3.659M ± 0%     3.659M ± 0%         ~ (p=0.818 n=6)
ReclaimLargeJobs_500Node-4     29.28M ± 0%     29.28M ± 0%         ~ (p=0.485 n=6)
ReclaimLargeJobs_1000Node-4    163.0M ±  ∞ ¹   163.0M ±  ∞ ¹       ~ (p=0.486 n=4)
geomean                        2.036M          2.036M         +0.00%
¹ need >= 6 samples for confidence interval at level 0.95

Legend

  • 📉 Negative delta = Performance improvement (faster)
  • 📈 Positive delta = Performance regression (slower)
  • p-value < 0.05 indicates statistically significant change
Raw benchmark data

PR branch:

goos: linux
goarch: amd64
pkg: github.com/NVIDIA/KAI-scheduler/pkg/scheduler/actions
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkAllocateAction_SmallCluster-4         	      10	 109535482 ns/op	 2408161 B/op	   37075 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 108650379 ns/op	 2406432 B/op	   37071 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 108484239 ns/op	 2407111 B/op	   37070 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 108280736 ns/op	 2408272 B/op	   37071 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 108726004 ns/op	 2406768 B/op	   37069 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 108703548 ns/op	 2410102 B/op	   37073 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 137395238 ns/op	13023311 B/op	  328603 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 141502513 ns/op	13021687 B/op	  328595 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 138408180 ns/op	13021015 B/op	  328596 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 137873336 ns/op	13021290 B/op	  328590 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 137281890 ns/op	13023700 B/op	  328591 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 138305930 ns/op	13020810 B/op	  328592 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 223160229 ns/op	45049998 B/op	 1402683 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 233093843 ns/op	45049412 B/op	 1402677 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 237229409 ns/op	45055667 B/op	 1402672 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 277562682 ns/op	45049670 B/op	 1402684 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 215673299 ns/op	45048809 B/op	 1402674 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 235778254 ns/op	45086441 B/op	 1402678 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 103006509 ns/op	  990856 B/op	    8881 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102986120 ns/op	  992712 B/op	    8904 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 103042907 ns/op	  996367 B/op	    8915 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102985668 ns/op	 1005320 B/op	    8917 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102978842 ns/op	 1000154 B/op	    8916 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102992099 ns/op	 1000306 B/op	    8916 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 106392010 ns/op	 3316879 B/op	   28569 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 105924746 ns/op	 3309008 B/op	   28565 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 106085530 ns/op	 3316738 B/op	   28568 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 106157798 ns/op	 3316912 B/op	   28569 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 106290624 ns/op	 3316856 B/op	   28569 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 106211300 ns/op	 3316693 B/op	   28568 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103900276 ns/op	 1119973 B/op	   11601 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103954122 ns/op	 1116156 B/op	   11601 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103820378 ns/op	 1122780 B/op	   11602 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103832192 ns/op	 1119949 B/op	   11601 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103817815 ns/op	 1116356 B/op	   11601 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103771041 ns/op	 1120192 B/op	   11602 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	       9	 113699748 ns/op	 4474100 B/op	   40375 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	       9	 113522928 ns/op	 4474281 B/op	   40376 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	       9	 114101857 ns/op	 4469826 B/op	   40373 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	       9	 113969147 ns/op	 4474249 B/op	   40375 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	       9	 113993756 ns/op	 4469938 B/op	   40374 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	       9	 113937615 ns/op	 4469942 B/op	   40374 allocs/op
BenchmarkConsolidationAction_SmallCluster-4    	       9	 114491411 ns/op	 6114857 B/op	   74927 allocs/op
BenchmarkConsolidationAction_SmallCluster-4    	       9	 115391545 ns/op	 6127700 B/op	   74949 allocs/op
BenchmarkConsolidationAction_SmallCluster-4    	       9	 115273600 ns/op	 6120815 B/op	   74974 allocs/op
BenchmarkConsolidationAction_SmallCluster-4    	       9	 115047419 ns/op	 6119215 B/op	   74962 allocs/op

Main branch:

goos: linux
goarch: amd64
pkg: github.com/NVIDIA/KAI-scheduler/pkg/scheduler/actions
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkAllocateAction_SmallCluster-4         	      10	 108764603 ns/op	 2406646 B/op	   37072 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 108811394 ns/op	 2407152 B/op	   37070 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 108558748 ns/op	 2407602 B/op	   37072 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 108469655 ns/op	 2407640 B/op	   37068 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 108316442 ns/op	 2406233 B/op	   37068 allocs/op
BenchmarkAllocateAction_SmallCluster-4         	      10	 108428245 ns/op	 2406563 B/op	   37070 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 139198450 ns/op	13021999 B/op	  328602 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 136037768 ns/op	13022123 B/op	  328597 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 138646219 ns/op	13022801 B/op	  328604 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 136834088 ns/op	13022143 B/op	  328597 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 137394889 ns/op	13022441 B/op	  328601 allocs/op
BenchmarkAllocateAction_MediumCluster-4        	       8	 137025919 ns/op	13038998 B/op	  328599 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 245995851 ns/op	45053019 B/op	 1402710 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 211947775 ns/op	45056363 B/op	 1402673 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 224816259 ns/op	45045955 B/op	 1402659 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 243092587 ns/op	45058472 B/op	 1402690 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 221206978 ns/op	45049632 B/op	 1402676 allocs/op
BenchmarkAllocateAction_LargeCluster-4         	       5	 213065477 ns/op	45056160 B/op	 1402668 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102819213 ns/op	  983700 B/op	    8885 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102867341 ns/op	  997064 B/op	    8908 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102910754 ns/op	  992524 B/op	    8914 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102879752 ns/op	 1000220 B/op	    8916 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102877920 ns/op	 1001197 B/op	    8915 allocs/op
BenchmarkReclaimAction_SmallCluster-4          	      10	 102849745 ns/op	  992397 B/op	    8913 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 105857368 ns/op	 3308868 B/op	   28565 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 105593146 ns/op	 3316722 B/op	   28568 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 105679488 ns/op	 3312794 B/op	   28567 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 105961689 ns/op	 3316968 B/op	   28569 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 105991693 ns/op	 3308956 B/op	   28565 allocs/op
BenchmarkReclaimAction_MediumCluster-4         	      10	 105956651 ns/op	 3316832 B/op	   28569 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103859084 ns/op	 1116218 B/op	   11601 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103858960 ns/op	 1120052 B/op	   11602 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103985677 ns/op	 1120239 B/op	   11603 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103771061 ns/op	 1126308 B/op	   11601 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103687722 ns/op	 1112290 B/op	   11599 allocs/op
BenchmarkPreemptAction_SmallCluster-4          	      10	 103772153 ns/op	 1116192 B/op	   11601 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	       9	 113918236 ns/op	 4474150 B/op	   40375 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	       9	 113554927 ns/op	 4465410 B/op	   40372 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	       9	 113791674 ns/op	 4474150 B/op	   40375 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	       9	 113844798 ns/op	 4474100 B/op	   40374 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	       9	 113819995 ns/op	 4474237 B/op	   40375 allocs/op
BenchmarkPreemptAction_MediumCluster-4         	       9	 113818710 ns/op	 4469826 B/op	   40374 allocs/op
BenchmarkConsolidationAction_SmallCluster-4    	       9	 114391417 ns/op	 6122057 B/op	   74975 allocs/op
BenchmarkConsolidationAction_SmallCluster-4    	       9	 114951456 ns/op	 6130886 B/op	   74951 allocs/op
BenchmarkConsolidationAction_SmallCluster-4    	       9	 114536560 ns/op	 6128415 B/op	   74948 allocs/op
BenchmarkConsolidationAction_SmallCluster-4    	       9	 114591792 ns/op	 6120347 B/op	   74976 allocs/op

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.10 branch 2 times, most recently from d1116f3 to 2a52c54 Compare February 26, 2026 15:33
Bumps [github.com/argoproj/argo-workflows/v3](https://github.com/argoproj/argo-workflows) from 3.6.17 to 3.7.10.
- [Release notes](https://github.com/argoproj/argo-workflows/releases)
- [Changelog](https://github.com/argoproj/argo-workflows/blob/main/CHANGELOG.md)
- [Commits](argoproj/argo-workflows@v3.6.17...v3.7.10)

---
updated-dependencies:
- dependency-name: github.com/argoproj/argo-workflows/v3
  dependency-version: 3.7.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/argoproj/argo-workflows/v3-3.7.10 branch from 2a52c54 to ddf63a6 Compare March 3, 2026 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants