Skip to content

Bump golang.org/x/sync from 0.17.0 to 0.18.0#70

Merged
mazrean merged 1 commit intomainfrom
dependabot/go_modules/golang.org/x/sync-0.18.0
Nov 29, 2025
Merged

Bump golang.org/x/sync from 0.17.0 to 0.18.0#70
mazrean merged 1 commit intomainfrom
dependabot/go_modules/golang.org/x/sync-0.18.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 21, 2025

Bumps golang.org/x/sync from 0.17.0 to 0.18.0.

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.17.0 to 0.18.0.
- [Commits](golang/sync@v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 21, 2025
@github-actions
Copy link
Copy Markdown

Benchmark Result

goos: linux
goarch: amd64
pkg: github.com/mazrean/formstream
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkFormStreamFastPath/1MB-4 	    2796	    407962 ns/op	   10004 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/10MB-4         	     306	   4045263 ns/op	   10020 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/100MB-4        	      28	  41301019 ns/op	   10304 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/1GB-4          	       3	 425468995 ns/op	   12906 B/op	      65 allocs/op
BenchmarkFormStreamSlowPath/1MB-4          	    2683	    441735 ns/op	   13260 B/op	      69 allocs/op
BenchmarkFormStreamSlowPath/10MB-4         	     282	   4189987 ns/op	  129132 B/op	      69 allocs/op
BenchmarkFormStreamSlowPath/100MB-4        	       6	 167443132 ns/op	22414204 B/op	      81 allocs/op
BenchmarkFormStreamSlowPath/1GB-4          	       1	1798696905 ns/op	134269664 B/op	     102 allocs/op
BenchmarkStdMultipartNextPart/1MB-4        	    2654	    422872 ns/op	   39306 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/10MB-4       	     303	   3890732 ns/op	   39316 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/100MB-4      	      27	  41281018 ns/op	   39611 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/1GB-4        	       3	 423320130 ns/op	   42202 B/op	      33 allocs/op
BenchmarkStdMultipartReadForm/1MB-4        	    1248	    991016 ns/op	 4204272 B/op	      63 allocs/op
BenchmarkStdMultipartReadForm/10MB-4       	     128	   9171461 ns/op	33566676 B/op	      66 allocs/op
BenchmarkStdMultipartReadForm/100MB-4      	       6	 180089389 ns/op	134262949 B/op	      79 allocs/op
BenchmarkStdMultipartReadForm/1GB-4        	       1	1821347652 ns/op	134275408 B/op	      81 allocs/op
PASS
ok  	github.com/mazrean/formstream	29.893s
pprof command
gh api /repos/mazrean/formstream/actions/artifacts/4641452786/zip > /tmp/profile.zip
unzip /tmp/profile.zip -d profile
rm -rf /tmp/profile.zip
go tool pprof -http :6060 profile/cpu.out

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.74%. Comparing base (fb4ab0a) to head (b5f3ff2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #70   +/-   ##
=======================================
  Coverage   51.74%   51.74%           
=======================================
  Files          12       12           
  Lines         431      431           
=======================================
  Hits          223      223           
  Misses        187      187           
  Partials       21       21           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mazrean mazrean merged commit 9d507a9 into main Nov 29, 2025
3 checks passed
@mazrean mazrean deleted the dependabot/go_modules/golang.org/x/sync-0.18.0 branch November 29, 2025 04:42
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.

2 participants