We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995a605 commit 91b923aCopy full SHA for 91b923a
1 file changed
harness/harness-common.rb
@@ -154,6 +154,7 @@ def return_results(warmup_iterations, bench_iterations)
154
yjit_bench_results["zjit_stats"] = zjit_stats
155
stats_keys = [
156
*ENV.fetch("ZJIT_BENCH_STATS", "").split(",").map(&:to_sym),
157
+ :code_region_bytes,
158
:compile_time_ns,
159
:profile_time_ns,
160
:gc_time_ns,
0 commit comments