Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions frameworks/TypeScript/nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,3 @@
[`app/updates/route.ts`]: ./app/updates/route.ts
[`app/plaintext/route.ts`]: ./app/plaintext/route.ts
[`app/cached-queries/route.ts`]: ./app/cached-queries/route.ts

## TODO

The Fortunes test is currently disabled because the benchmark expects exact HTML output — see [TechEmpower/FrameworkBenchmarks#9505](https://github.com/TechEmpower/FrameworkBenchmarks/pull/9505). After that issue is resolved, the Fortunes test can be re-enabled by applying the following diff:

```diff
--- a/frameworks/TypeScript/nextjs/benchmark_config.json
+++ b/frameworks/TypeScript/nextjs/benchmark_config.json
@@ -20,7 +20,7 @@
"json_url": "/json",
"db_url": "/db",
"query_url": "/queries?queries=",
- "TEMPORARILY DISABLED fortune_url": "/fortunes",
+ "fortune_url": "/fortunes",
"update_url": "/updates?queries=",
"plaintext_url": "/plaintext",
"cached_query_url": "/cached-queries?queries="
```
2 changes: 1 addition & 1 deletion frameworks/TypeScript/nextjs/benchmark_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"json_url": "/json",
"db_url": "/db",
"query_url": "/queries?queries=",
"TEMPORARILY DISABLED fortune_url": "/fortunes",
"fortune_url": "/fortunes",
"update_url": "/updates?queries=",
"plaintext_url": "/plaintext",
"cached_query_url": "/cached-queries?queries="
Expand Down
Loading