Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the golang-x group with 1 update in the / directory: golang.org/x/image.

Updates golang.org/x/image from 0.34.0 to 0.35.0

Commits

Updates golang.org/x/text from 0.32.0 to 0.33.0

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the golang-x group with 1 update in the / directory: [golang.org/x/image](https://github.com/golang/image).


Updates `golang.org/x/image` from 0.34.0 to 0.35.0
- [Commits](golang/image@v0.34.0...v0.35.0)

Updates `golang.org/x/text` from 0.32.0 to 0.33.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.32.0...v0.33.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-x
- dependency-name: golang.org/x/text
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-x
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added auto-merge Auto-merge enabled dependencies labels Jan 19, 2026
@dependabot dependabot bot requested a review from adcondev as a code owner January 19, 2026 10:05
@dependabot dependabot bot added dependencies auto-merge Auto-merge enabled labels Jan 19, 2026
@github-actions
Copy link
Contributor

👋 Thanks for opening this PR, @dependabot[bot]!

Here's what will happen next:

  • 🤖 Automated checks will run
  • 🏷️ Labels will be added automatically
  • 👀 A maintainer will review your changes

Please make sure:

  • ✅ All tests pass
  • 📝 The PR title follows conventional commits
  • 📋 The PR template is filled out completely

@github-actions
Copy link
Contributor

github-actions bot commented Jan 19, 2026

⚡ Benchmark Results

📈 Performance Comparison

📊 Click to expand detailed results

Current Branch Results

BenchmarkNewDocument-4    	1000000000	         0.2887 ns/op	       0 B/op	       0 allocs/op
BenchmarkBuildSimple-4    	 3625759	       329.2 ns/op	     240 B/op	       4 allocs/op
BenchmarkBuildComplex-4   	  437325	      2668 ns/op	    1809 B/op	      25 allocs/op
BenchmarkToJSON-4         	  600092	      1948 ns/op	     592 B/op	       3 allocs/op
BenchmarkParseDocument_Minimal-4    	  554056	      2130 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Receipt-4    	  112561	     10671 ns/op	    2392 B/op	      34 allocs/op
BenchmarkCommandUnmarshal_Text-4    	  457623	      2553 ns/op	     568 B/op	      19 allocs/op
BenchmarkCommandUnmarshal_Table-4   	  303162	      3959 ns/op	     944 B/op	      21 allocs/op
BenchmarkTextCommandParsing-4       	  569607	      1997 ns/op	     544 B/op	      16 allocs/op
BenchmarkTableCommandParsing-4      	  267019	      4390 ns/op	    1000 B/op	      29 allocs/op
BenchmarkParseHexString-4           	 7801056	       155.1 ns/op	      48 B/op	       2 allocs/op
BenchmarkCleanHexString-4           	 6899179	       172.8 ns/op	      64 B/op	       2 allocs/op
BenchmarkContainsSequence-4         	206293706	         5.805 ns/op	       0 B/op	       0 allocs/op
BenchmarkCheckCriticalCommands-4    	31425003	        38.16 ns/op	       0 B/op	       0 allocs/op
BenchmarkDocument_Validate-4       	16593235	        73.26 ns/op	       0 B/op	       0 allocs/op
BenchmarkParseDocument_Simple-4    	  537552	      2177 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Complex-4   	  164942	      7200 ns/op	    1352 B/op	      26 allocs/op
BenchmarkPrintImage_Small-4             	     558	   2083381 ns/op	 3469932 B/op	      24 allocs/op
BenchmarkPrintImage_Medium-4            	     283	   4172546 ns/op	 5481075 B/op	      24 allocs/op
BenchmarkPrintImage_ThermalPreview-4    	     145	   8153510 ns/op	 5231173 B/op	  230423 allocs/op

Base Branch Results

BenchmarkNewDocument-4    	1000000000	         0.2955 ns/op	       0 B/op	       0 allocs/op
BenchmarkBuildSimple-4    	 3618709	       336.6 ns/op	     240 B/op	       4 allocs/op
BenchmarkBuildComplex-4   	  436317	      2681 ns/op	    1809 B/op	      25 allocs/op
BenchmarkToJSON-4         	  606763	      1903 ns/op	     592 B/op	       3 allocs/op
BenchmarkParseDocument_Minimal-4    	  537621	      2137 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Receipt-4    	  111668	     10644 ns/op	    2392 B/op	      34 allocs/op
BenchmarkCommandUnmarshal_Text-4    	  445456	      2540 ns/op	     568 B/op	      19 allocs/op
BenchmarkCommandUnmarshal_Table-4   	  300985	      3940 ns/op	     944 B/op	      21 allocs/op
BenchmarkTextCommandParsing-4       	  572433	      2007 ns/op	     544 B/op	      16 allocs/op
BenchmarkTableCommandParsing-4      	  268005	      4479 ns/op	    1000 B/op	      29 allocs/op
BenchmarkParseHexString-4           	 7782250	       153.2 ns/op	      48 B/op	       2 allocs/op
BenchmarkCleanHexString-4           	 6911392	       173.4 ns/op	      64 B/op	       2 allocs/op
BenchmarkContainsSequence-4         	206599334	         5.774 ns/op	       0 B/op	       0 allocs/op
BenchmarkCheckCriticalCommands-4    	31611682	        37.84 ns/op	       0 B/op	       0 allocs/op
BenchmarkDocument_Validate-4       	16195386	        72.00 ns/op	       0 B/op	       0 allocs/op
BenchmarkParseDocument_Simple-4    	  536053	      2172 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Complex-4   	  164131	      7278 ns/op	    1352 B/op	      26 allocs/op
BenchmarkPrintImage_Small-4             	     564	   2088533 ns/op	 3469933 B/op	      24 allocs/op
BenchmarkPrintImage_Medium-4            	     273	   4250219 ns/op	 5481079 B/op	      24 allocs/op
BenchmarkPrintImage_ThermalPreview-4    	     147	   8064728 ns/op	 5231179 B/op	  230423 allocs/op

💡 Note: Use benchstat for statistical comparison

🎯 Summary

  • Total Benchmarks: 32
  • Average Speed: 2803137 ns/op
  • Average Memory: 2396767 B/op
  • Average Allocations: 41077 allocs/op

@adcondev adcondev force-pushed the master branch 4 times, most recently from 71b7e3b to a0de332 Compare January 21, 2026 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant