Skip to content

Commit b514ef8

Browse files
committed
tweak
1 parent 65e3fee commit b514ef8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

html/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Uint8Array.fromBase64() Benchmark (2025 Native API)</title>
5+
<title>Uint8Array.fromBase64() Benchmark</title>
66
<style>
77
body { font-family: system-ui, sans-serif; max-width: 900px; margin: 40px auto; padding: 0 20px; line-height: 1.5; }
88
pre { background: #f4f4f4; padding: 16px; border-radius: 8px; overflow-x: auto; }
@@ -31,9 +31,9 @@
3131
</head>
3232
<body>
3333

34-
<h1>Native Uint8Array Base64 Benchmark (2025)</h1>
34+
<h1>Uint8Array Base64 Benchmark</h1>
3535

36-
<p>This page benchmarks the brand-new <code>Uint8Array.toBase64()</code> and <code>Uint8Array.fromBase64()</code> methods that landed in browsers in 2025.</p>
36+
<p>This page benchmarks the <code>Uint8Array.toBase64()</code> and <code>Uint8Array.fromBase64()</code> methods that landed in browsers in 2025.</p>
3737

3838
<div>
3939
<button id="start">Run Benchmark</button>

0 commit comments

Comments
 (0)