Skip to content

Add proper support for multiple_columns#51

Merged
gargrahul merged 11 commits intomainfrom
multiple_columns
Oct 16, 2025
Merged

Add proper support for multiple_columns#51
gargrahul merged 11 commits intomainfrom
multiple_columns

Conversation

@Rohan138
Copy link
Copy Markdown
Contributor

Tested with unit tests + ongoing vLLM refactor PR.

Motivation

Technical Details

Test Plan

Test Result

Submission Checklist

row["metric"] = r["metric"]
model = r.pop("model")
row["model"] = model_name + "_" + str(model)
row.update(r)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This allows us to add additional columns to the perf csv; this is really the major change from this PR, the other changes just support this e.g. reordering the columns in the final_multiple_results_df to put any additional columns at the end.

@Rohan138 Rohan138 requested a review from coketaste October 16, 2025 16:10
Copy link
Copy Markdown
Collaborator

@coketaste coketaste left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment thread src/madengine/tools/update_perf_csv.py
@gargrahul gargrahul merged commit 18de3aa into main Oct 16, 2025
@coketaste coketaste deleted the multiple_columns branch April 9, 2026 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants