Skip to content

fix: replace placeholder gist ID with actual gist ID for benchmark badges#84

Merged
laplaque merged 1 commit intomainfrom
fix/benchmark-gist-id
Mar 30, 2026
Merged

fix: replace placeholder gist ID with actual gist ID for benchmark badges#84
laplaque merged 1 commit intomainfrom
fix/benchmark-gist-id

Conversation

@laplaque
Copy link
Copy Markdown
Owner

The squash merge of #83 included the placeholder public_gists string instead of the actual gist ID. This caused the CI Update benchmark badges step to fail with exit code 22 (curl 404) and the shields.io badges to show resource not found.

Replaces public_gists with 0fcf197a0e717817dbeb34d146db423e in:

  • README.md (2 badge URLs)
  • .github/workflows/ci.yml (gist update script argument)

…dges

The squash merge of #83 included the placeholder 'public_gists' string
instead of the actual gist ID (0fcf197a0e717817dbeb34d146db423e). This
caused the 'Update benchmark badges' CI step to fail with exit code 22
(curl 404) and the shields.io badges to show 'resource not found'.
@github-actions
Copy link
Copy Markdown

Benchmark results

Benchmark ns/op Budget Headroom Status
BenchmarkRegexPassEmail 1.8µs 2.5ms 99% ✅ PASS
BenchmarkRegexPassMultiple 2.6µs 2.5ms 99% ✅ PASS

Budget: regex/cache < 2.5ms (0.5% of 500ms baseline), streaming < 20ms (4% of 500ms baseline)

@laplaque laplaque merged commit a52ada3 into main Mar 30, 2026
8 checks passed
@laplaque laplaque deleted the fix/benchmark-gist-id branch March 30, 2026 20:27
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.

1 participant