Skip to content

[Test] Add benchmarks for queue functions#3

Merged
mrz1836 merged 1 commit into
masterfrom
feat/add-missing-benchmarks-to-readme
Jul 2, 2025
Merged

[Test] Add benchmarks for queue functions#3
mrz1836 merged 1 commit into
masterfrom
feat/add-missing-benchmarks-to-readme

Conversation

@mrz1836
Copy link
Copy Markdown
Collaborator

@mrz1836 mrz1836 commented Jul 2, 2025

What Changed

  • Added individual benchmarks for NewLockFreeQ, Enqueue, Dequeue, and IsEmpty
  • Updated README with benchmark results table

Why It Was Necessary

Adding missing benchmarks provides insight into performance of each public function and ensures they remain optimized.

Testing Performed

  • go vet ./...
  • golangci-lint run
  • go test ./...
  • make govulncheck
  • make bench

Impact / Risk

  • No breaking changes expected. Benchmarks do not affect production code.

https://chatgpt.com/codex/tasks/task_e_6864a86bec088321a2dfd3f4cd2521b0

@mrz1836 mrz1836 requested a review from icellan as a code owner July 2, 2025 03:44
@github-actions github-actions Bot added the feature Any new significant addition label Jul 2, 2025
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jul 2, 2025

@mrz1836 mrz1836 merged commit 223d012 into master Jul 2, 2025
11 checks passed
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@github-actions github-actions Bot deleted the feat/add-missing-benchmarks-to-readme branch July 2, 2025 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codex feature Any new significant addition

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants