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.3519 ns/op	       0 B/op	       0 allocs/op
BenchmarkBuildSimple-4    	 4154192	       291.4 ns/op	     240 B/op	       4 allocs/op
BenchmarkBuildComplex-4   	  467404	      2425 ns/op	    1809 B/op	      25 allocs/op
BenchmarkToJSON-4         	  571046	      1967 ns/op	     592 B/op	       3 allocs/op
BenchmarkParseDocument_Minimal-4    	  578718	      2050 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Receipt-4    	  101457	     11549 ns/op	    2392 B/op	      34 allocs/op
BenchmarkCommandUnmarshal_Text-4    	  465682	      2400 ns/op	     568 B/op	      19 allocs/op
BenchmarkCommandUnmarshal_Table-4   	  316432	      3719 ns/op	     944 B/op	      21 allocs/op
BenchmarkTextCommandParsing-4       	  577100	      1883 ns/op	     544 B/op	      16 allocs/op
BenchmarkTableCommandParsing-4      	  277590	      4187 ns/op	    1000 B/op	      29 allocs/op
BenchmarkParseHexString-4           	 8383263	       142.5 ns/op	      48 B/op	       2 allocs/op
BenchmarkCleanHexString-4           	 7618032	       158.2 ns/op	      64 B/op	       2 allocs/op
BenchmarkContainsSequence-4         	331689426	         3.641 ns/op	       0 B/op	       0 allocs/op
BenchmarkCheckCriticalCommands-4    	36629187	        35.71 ns/op	       0 B/op	       0 allocs/op
BenchmarkDocument_Validate-4       	14127452	        86.48 ns/op	       0 B/op	       0 allocs/op
BenchmarkParseDocument_Simple-4    	  585324	      2091 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Complex-4   	  161262	      7362 ns/op	    1352 B/op	      26 allocs/op
BenchmarkPrintImage_Small-4             	     601	   1944587 ns/op	 3469937 B/op	      24 allocs/op
BenchmarkPrintImage_Medium-4            	     315	   3838241 ns/op	 5481086 B/op	      24 allocs/op
BenchmarkPrintImage_ThermalPreview-4    	     133	   9048094 ns/op	 5235278 B/op	  230723 allocs/op

Base Branch Results

BenchmarkNewDocument-4    	1000000000	         0.3519 ns/op	       0 B/op	       0 allocs/op
BenchmarkBuildSimple-4    	 4080864	       300.1 ns/op	     240 B/op	       4 allocs/op
BenchmarkBuildComplex-4   	  478183	      2423 ns/op	    1809 B/op	      25 allocs/op
BenchmarkToJSON-4         	  573273	      1971 ns/op	     592 B/op	       3 allocs/op
BenchmarkParseDocument_Minimal-4    	  538111	      2070 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Receipt-4    	  102103	     11635 ns/op	    2392 B/op	      34 allocs/op
BenchmarkCommandUnmarshal_Text-4    	  456042	      2406 ns/op	     568 B/op	      19 allocs/op
BenchmarkCommandUnmarshal_Table-4   	  306314	      3611 ns/op	     944 B/op	      21 allocs/op
BenchmarkTextCommandParsing-4       	  545298	      1885 ns/op	     544 B/op	      16 allocs/op
BenchmarkTableCommandParsing-4      	  280626	      4366 ns/op	    1000 B/op	      29 allocs/op
BenchmarkParseHexString-4           	 8409736	       141.3 ns/op	      48 B/op	       2 allocs/op
BenchmarkCleanHexString-4           	 7484103	       159.9 ns/op	      64 B/op	       2 allocs/op
BenchmarkContainsSequence-4         	332227548	         3.615 ns/op	       0 B/op	       0 allocs/op
BenchmarkCheckCriticalCommands-4    	34247575	        34.41 ns/op	       0 B/op	       0 allocs/op
BenchmarkDocument_Validate-4       	13985446	        86.42 ns/op	       0 B/op	       0 allocs/op
BenchmarkParseDocument_Simple-4    	  578014	      2067 ns/op	     568 B/op	      14 allocs/op
BenchmarkParseDocument_Complex-4   	  155536	      7355 ns/op	    1352 B/op	      26 allocs/op
BenchmarkPrintImage_Small-4             	     600	   1970076 ns/op	 3469936 B/op	      24 allocs/op
BenchmarkPrintImage_Medium-4            	     308	   3853597 ns/op	 5481087 B/op	      24 allocs/op
BenchmarkPrintImage_ThermalPreview-4    	     133	   8944532 ns/op	 5235275 B/op	  230723 allocs/op

💡 Note: Use benchstat for statistical comparison

🎯 Summary

  • Total Benchmarks: 32
  • Average Speed: 2685370 ns/op
  • Average Memory: 2396934 B/op
  • Average Allocations: 41093 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.

2 participants