aboutsummaryrefslogtreecommitdiff
path: root/bench/react-hello-world.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'bench/react-hello-world.jsx')
-rw-r--r--bench/react-hello-world.jsx1
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
},
};