These benchmarks were skipped, so their baseline results are used instead. If they were deleted in your codebase, archive them to remove them from the performance reports. Learn more about archiving benchmarks
Uses exactly one separator even if the first part ends with it and the second part starts with it
benchmark/join.bench.ts::join benchmarks
Skipped
21.8 µs*
Substitutes all params present in the object passed
Redirect `/` to `/docs` and update config
- Add a permanent redirect from `/` to `/docs` in `next.config.mjs`.
- Remove unused `(home)` layout and page components.
- Update Open Graph metadata for better brand alignment (`site` updated to "fast-url").
6016bab
12 days ago
by hckhanh
-0.09%
[autofix.ci] apply automated fixes
14160b3
12 days ago
by autofix-ci[bot]
+0.13%
Normalize codebase indentation, improve consistency, and update config files
- Standardize indentation to 2 spaces across the entire codebase (JSON, TS, TSX, and config files).
- Replace double quotes with single quotes in JavaScript/TypeScript files for alignment with modern conventions.
- Improve readability in metadata and configuration files.
- No functional changes.
5e68f11
12 days ago
by hckhanh
-0.15%
[autofix.ci] apply automated fixes
55593b3
12 days ago
by autofix-ci[bot]
+0.13%
Update homepage URL and add changeset for documentation improvements
4598941
12 days ago
by hckhanh
+0.02%
Add codecov.yml to ignore web/ directory from coverage
Co-authored-by: hckhanh <6380436+hckhanh@users.noreply.github.com>