Skip to content

Commit

Permalink
Add blog example screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzofox3 authored Apr 3, 2024
1 parent b3ce38e commit 05ebf59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmark/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ different baselines: the same [fastify](https://fastify.dev/) application built

## The application

![Screenshot 2024-04-03 at 11 05 47](https://github.com/lorenzofox3/tpl-stream/assets/2402022/cc021ce7-5405-4690-8d9b-43904fb05c45)

The application is a blog page where posts are loaded from a fake database. To simulate some latency we run the following code:
```js
const LATENCY = env.DB_LATENCY || 10;
Expand Down

0 comments on commit 05ebf59

Please sign in to comment.