|
| 1 | +# Next.js Benchmarking Test |
| 2 | + |
| 3 | +## Test source files and URLs |
| 4 | + |
| 5 | +| Test | Source Code | URL | |
| 6 | +| --- | --- | --- | |
| 7 | +| [JSON Serialization][] | [`app/json/route.ts`][] | http://localhost:3000/json | |
| 8 | +| [Single Database Query][] | [`app/db/route.ts`][] | http://localhost:3000/db | |
| 9 | +| [Multiple Database Queries][] | [`app/queries/route.ts`][] | http://localhost:3000/queries?queries= | |
| 10 | +| [Fortunes][] | [`app/fortunes/page.tsx`][] | http://localhost:3000/fortunes | |
| 11 | +| [Database Updates][] | [`app/updates/route.ts`][] | http://localhost:3000/updates?queries= | |
| 12 | +| [Plaintext][] | [`app/plaintext/route.ts`][] | http://localhost:3000/plaintext | |
| 13 | +| [Caching][] | [`app/cached-queries/route.ts`][] | http://localhost:3000/cached-queries?queries= | |
| 14 | + |
| 15 | +[JSON Serialization]: https://github.com/TechEmpower/FrameworkBenchmarks/wiki/Project-Information-Framework-Tests-Overview#json-serialization |
| 16 | +[Single Database Query]: https://github.com/TechEmpower/FrameworkBenchmarks/wiki/Project-Information-Framework-Tests-Overview#single-database-query |
| 17 | +[Multiple Database Queries]: https://github.com/TechEmpower/FrameworkBenchmarks/wiki/Project-Information-Framework-Tests-Overview#multiple-database-queries |
| 18 | +[Fortunes]: https://github.com/TechEmpower/FrameworkBenchmarks/wiki/Project-Information-Framework-Tests-Overview#fortunes |
| 19 | +[Database Updates]: https://github.com/TechEmpower/FrameworkBenchmarks/wiki/Project-Information-Framework-Tests-Overview#database-updates |
| 20 | +[Plaintext]: https://github.com/TechEmpower/FrameworkBenchmarks/wiki/Project-Information-Framework-Tests-Overview#plaintext |
| 21 | +[Caching]: https://github.com/TechEmpower/FrameworkBenchmarks/wiki/Project-Information-Framework-Tests-Overview#caching |
| 22 | + |
| 23 | +[`app/json/route.ts`]: ./app/json/route.ts |
| 24 | +[`app/db/route.ts`]: ./app/db/route.ts |
| 25 | +[`app/queries/route.ts`]: ./app/queries/route.ts |
| 26 | +[`app/fortunes/page.tsx`]: ./app/fortunes/page.tsx |
| 27 | +[`app/updates/route.ts`]: ./app/updates/route.ts |
| 28 | +[`app/plaintext/route.ts`]: ./app/plaintext/route.ts |
| 29 | +[`app/cached-queries/route.ts`]: ./app/cached-queries/route.ts |
0 commit comments