Skip to content

Commit

Permalink
chore: remove benches folder (#294)
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Pasqualetti <[email protected]>
  • Loading branch information
Valerioageno and marcalexiei authored Jan 12, 2025
1 parent f9545f5 commit ad2cada
Show file tree
Hide file tree
Showing 47 changed files with 5 additions and 5,075 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ exclude = [
"apps/documentation",
"examples/with-mdx",
"examples/tuono-app",
"examples/tuono-tutorial",
"benches/tuono"
"examples/tuono-tutorial"
]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ by Tuono based on the files defined within the `./src/routes` directory.
The Tuono API tries to stick as much as possible to the Next.js one (or at least takes a huge inspiration
from it). The major difference is the backend system. While Next.js relies entirely on Node/Deno/Bun,
Tuono runs the server without any intermediary runtime. This enables impressive performance improvements
(check the benchmarks [here](https://github.com/tuono-labs/tuono/tree/main/benches)).
(check the benchmarks [here](https://github.com/tuono-labs/tuono-benchmarks)).

## Getting started

Expand Down
2 changes: 1 addition & 1 deletion apps/documentation/src/routes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ The routing is handled by Tuono based on the files defined within the `./src/rou
The Tuono API tries to stick as much as possible to the Next.js one (or at least takes a huge inspiration
from it). The major difference is the backend system. While Next.js relies entirely on Node/Deno/Bun,
Tuono runs the server without any intermediary runtime. This enables impressive performance improvements
(check the benchmarks [here](https://github.com/tuono-labs/tuono/tree/main/benches)).
(check the benchmarks [here](https://github.com/tuono-labs/tuono-benchmarks)).
83 changes: 0 additions & 83 deletions benches/README.md

This file was deleted.

36 changes: 0 additions & 36 deletions benches/nextjs-app-router/.gitignore

This file was deleted.

36 changes: 0 additions & 36 deletions benches/nextjs-app-router/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions benches/nextjs-app-router/ecosystem.config.js

This file was deleted.

4 changes: 0 additions & 4 deletions benches/nextjs-app-router/next.config.mjs

This file was deleted.

Loading

0 comments on commit ad2cada

Please sign in to comment.