Skip to content

Commit ffc1da0

Browse files
authored
Show zjit_alloc_bytes when ZJIT is enabled (#428)
1 parent 7d9ead5 commit ffc1da0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

harness/harness-common.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def return_results(warmup_iterations, bench_iterations)
167167
stats_keys = [
168168
*ENV.fetch("ZJIT_BENCH_STATS", "").split(",").map(&:to_sym),
169169
:code_region_bytes,
170+
:zjit_alloc_bytes,
170171
:compile_time_ns,
171172
:profile_time_ns,
172173
:gc_time_ns,

0 commit comments

Comments
 (0)