Skip to content

Commit

Permalink
Add current version to YJIT description for main graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed May 11, 2024
1 parent e92eb17 commit 517f9d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/yjit-metrics/report_types/bloggable_speed_report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ def look_up_data_by_ruby(only_platforms: YJITMetrics::PLATFORMS, in_runs: false)
@configs_with_human_names = [
["No JIT", @no_jit_config],
]
# TODO: get the ruby version from the description in the metadata
@configs_with_human_names.push(["MJIT3.0", @with_mjit30_config]) if @with_mjit30_config
@configs_with_human_names.push(["MJIT", @with_mjit_latest_config]) if @with_mjit_latest_config
@configs_with_human_names.push(["YJIT 3.3", @with_prev_yjit_config]) if @with_prev_yjit_config
@configs_with_human_names.push(["YJIT", @with_yjit_config])
@configs_with_human_names.push(["YJIT 3.4dev", @with_yjit_config])
@configs_with_human_names.push(["Truffle", @truffle_config]) if @truffle_config

# Grab relevant data from the ResultSet
Expand Down

0 comments on commit 517f9d8

Please sign in to comment.