Skip to content

refactor(benchmarks): convert unsized integer types to explicit-width types#473

Merged
mvillmow merged 1 commit into
mainfrom
175-auto-impl
Apr 26, 2026
Merged

refactor(benchmarks): convert unsized integer types to explicit-width types#473
mvillmow merged 1 commit into
mainfrom
175-auto-impl

Conversation

@mvillmow
Copy link
Copy Markdown
Collaborator

Summary

Test plan

  • just format-check passes (verified — no formatting diffs)
  • No functional logic changed — explicit-width types are semantically equivalent for the value ranges used in benchmarks

Closes #175

🤖 Generated with Claude Code

@mvillmow mvillmow enabled auto-merge (rebase) April 26, 2026 00:54
@github-actions
Copy link
Copy Markdown

✅ Dependency Audit

Severity Count
Critical 0
High 0
Medium 0
Low 0

See the Security tab for detailed findings.


Workflow: Dependency Audit

@github-actions
Copy link
Copy Markdown

Security Scan Results

  • ❌ Secret Scanning: Potential secrets found
  • ✅ SAST: Completed (check Security tab for details)
  • ✅ Dependency Scanning: Completed
  • ✅ C++ Static Analysis: Completed
  • ✅ Docker Image Scanning: 0 high, 22 medium vulnerabilities (acceptable)

Recommendations

  • Review findings in the GitHub Security tab
  • Check artifact uploads for detailed reports
  • Address critical Docker vulnerabilities immediately

Workflow: Security Scanning

… types

Replace bare `int` loop counters and sizing variables with `int32_t` or
`size_t` throughout benchmarks/ for consistency with the rest of the
codebase. Add `#include <cstdint>` to each affected file.

Closes #175
@mvillmow mvillmow merged commit 65a5e31 into main Apr 26, 2026
8 of 9 checks passed
@mvillmow mvillmow deleted the 175-auto-impl branch April 26, 2026 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Convert unsized ints in benchmarks/ directory

1 participant