Skip to content

Commit 91b923a

Browse files
authored
Show code_region_bytes for ZJIT (#402)
1 parent 995a605 commit 91b923a

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
@@ -154,6 +154,7 @@ def return_results(warmup_iterations, bench_iterations)
154154
yjit_bench_results["zjit_stats"] = zjit_stats
155155
stats_keys = [
156156
*ENV.fetch("ZJIT_BENCH_STATS", "").split(",").map(&:to_sym),
157+
:code_region_bytes,
157158
:compile_time_ns,
158159
:profile_time_ns,
159160
:gc_time_ns,

0 commit comments

Comments
 (0)