+2
-2
index.html
+2
-2
index.html
···+<meta name="description" content="Benchmark and compare PLC.directory mirrors for ATProto DIDs" />
+98
src/components/BenchmarkTable.tsx
+98
src/components/BenchmarkTable.tsx
···
+19
src/config/mirrors.ts
+19
src/config/mirrors.ts
···
+44
-36
src/index.css
+44
-36
src/index.css
······
+120
-5
src/pages/Index.tsx
+120
-5
src/pages/Index.tsx
···+toast.success(`Benchmark complete! ${successCount}/${benchmarkResults.length} mirrors responded`);+<div className="inline-block animate-spin rounded-full h-8 w-8 border-b-2 border-primary mb-4"></div>+Mirrors can be configured in <code className="bg-background px-2 py-1 rounded text-mono">src/config/mirrors.ts</code>
+9
src/types/benchmark.ts
+9
src/types/benchmark.ts
+55
src/utils/benchmark.ts
+55
src/utils/benchmark.ts
···