diff options
Diffstat (limited to 'bench/react-hello-world.jsx')
| -rw-r--r-- | bench/react-hello-world.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/react-hello-world.jsx b/bench/react-hello-world.jsx index 446173984..b2f32ce3a 100644 --- a/bench/react-hello-world.jsx +++ b/bench/react-hello-world.jsx @@ -6,6 +6,7 @@ var { renderToReadableStream } = import.meta.require( const headers = { headers: { "Content-Type": "text/html", + "Cache-Control": "no-transform" // set to match the Deno benchmark, which requires this for an apples to apples comparison }, }; |
