diff --git a/.npmignore b/.npmignore index 98b401a..71a3b31 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,2 @@ ghtml.gif +ghtml-perf.png diff --git a/README.md b/README.md index 7af9812..207b8eb 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,11 @@ console.log(logo); ## Benchmarks -Latest results [from Kita](https://github.com/kitajs/html/tree/cb7950c68489ff70dd0b0c130c9b70046c1543ea/benchmarks): +Latest results from [Platformatic's SSR Showdown](https://blog.platformatic.dev/ssr-performance-showdown) (fastify-html is ghtml): + +![ghtml-perf.png](./ghtml-perf.png) + +And latest results from [KitaJS HTML](https://github.com/kitajs/html/tree/cb7950c68489ff70dd0b0c130c9b70046c1543ea/benchmarks): ```sh benchmark time (avg) (min … max) p75 p99 p999 diff --git a/ghtml-perf.png b/ghtml-perf.png new file mode 100644 index 0000000..5a8140c Binary files /dev/null and b/ghtml-perf.png differ