summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2024-05-22 21:04:59 -0600
committerGitHub <noreply@github.com>2024-05-23 03:04:59 +0000
commitb009c84bc6f773326d41bbd7f86cec2a5309291a (patch)
tree22e3f63a2f1485eb9445bbe52506814da04f9a74 /tests
parent71375491d135b7e5e48a09a39317aa7510594a35 (diff)
feat: enable pointer compression via deno_core bump (#23838)
v8 12.6 w/pointer compression enabled. Closes https://github.com/denoland/deno/issues/18935
Diffstat (limited to 'tests')
-rw-r--r--tests/testdata/run/heapstats.js.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testdata/run/heapstats.js.out b/tests/testdata/run/heapstats.js.out
index 954266333..b75a755f8 100644
--- a/tests/testdata/run/heapstats.js.out
+++ b/tests/testdata/run/heapstats.js.out
@@ -1,2 +1,2 @@
-Allocated: 8MB
-Freed: -8MB
+Allocated: 4MB
+Freed: -4MB