Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump golang.org/x/sync from 0.6.0 to 0.7.0 #18

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 5, 2024

Bumps golang.org/x/sync from 0.6.0 to 0.7.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.6.0 to 0.7.0.
- [Commits](golang/sync@v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  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 Apr 5, 2024
Copy link

github-actions bot commented Apr 5, 2024

Benchmark Result

goos: linux
goarch: amd64
pkg: github.com/mazrean/formstream
cpu: AMD EPYC 7763 64-Core Processor                
BenchmarkFormStreamFastPath/1MB-4 	    2918	    407444 ns/op	   10003 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/10MB-4         	     306	   3906916 ns/op	   10030 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/100MB-4        	      27	  41528432 ns/op	   10619 B/op	      64 allocs/op
BenchmarkFormStreamFastPath/1GB-4          	       3	 427400057 ns/op	   15637 B/op	      65 allocs/op
BenchmarkFormStreamSlowPath/1MB-4          	    2535	    443833 ns/op	   13446 B/op	      69 allocs/op
BenchmarkFormStreamSlowPath/10MB-4         	     282	   4339808 ns/op	  129198 B/op	      69 allocs/op
BenchmarkFormStreamSlowPath/100MB-4        	       5	 208663848 ns/op	26891668 B/op	      80 allocs/op
BenchmarkFormStreamSlowPath/1GB-4          	       1	2535612461 ns/op	134277816 B/op	     101 allocs/op
BenchmarkStdMultipartNextPart/1MB-4        	    2770	    415556 ns/op	   39299 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/10MB-4       	     306	   3933110 ns/op	   39343 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/100MB-4      	      27	  41534014 ns/op	   39617 B/op	      32 allocs/op
BenchmarkStdMultipartNextPart/1GB-4        	       3	 440800865 ns/op	   42202 B/op	      33 allocs/op
BenchmarkStdMultipartReadForm/1MB-4        	    1365	    839887 ns/op	 4203491 B/op	      61 allocs/op
BenchmarkStdMultipartReadForm/10MB-4       	     141	   8357710 ns/op	33566583 B/op	      64 allocs/op
BenchmarkStdMultipartReadForm/100MB-4      	       5	 238758869 ns/op	134267064 B/op	      75 allocs/op
BenchmarkStdMultipartReadForm/1GB-4        	       1	2556677712 ns/op	134283584 B/op	      79 allocs/op
PASS
ok  	github.com/mazrean/formstream	32.634s
pprof command
gh api /repos/mazrean/formstream/actions/artifacts/1388826628/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

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.16%. Comparing base (5335f06) to head (8199947).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #18   +/-   ##
=======================================
  Coverage   72.16%   72.16%           
=======================================
  Files           8        8           
  Lines         309      309           
=======================================
  Hits          223      223           
  Misses         65       65           
  Partials       21       21           

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

@mazrean mazrean merged commit d2302b4 into main Apr 5, 2024
3 checks passed
@mazrean mazrean deleted the dependabot/go_modules/golang.org/x/sync-0.7.0 branch April 5, 2024 17:01
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