Skip to content

Conversation

jaredoconnell
Copy link
Collaborator

Summary

Fixes HTML output in the refactor branch.

Details

This PR updates the references for the new data, and corrects a problem that prevented the injection of the data into the HTML. They broke in the refactor.

Here is a screenshot of the current output using this branch:
image

There will be a follow up PR to make HTML and CSV outputs default in the CLI.

Test Plan

To test this you need to locally host the web server as defined in the readme, then run the following command, with variables replaced for your setup:
guidellm benchmark run --target <your target> --data "prompt_tokens=256,output_tokens=128" --rate-type constant --rate 2 --max-seconds 10 --output-path <your output path> --output-formats html


  • "I certify that all code in this PR is my own, except as noted below."

Use of AI

  • Includes AI-assisted code completion
  • Includes code generated by an AI application
  • Includes AI-generated tests (NOTE: AI written tests should have a docstring that includes ## WRITTEN BY AI ##)

sjmonson added a commit that referenced this pull request Sep 30, 2025
Copy link
Collaborator

@sjmonson sjmonson left a comment

Choose a reason for hiding this comment

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

This PR is missing some changes from af89787 that removed the pyhumps package

This removes reliance on the library pyhumps converting dicts keys from
snake_case to camelCase for use in the UI

---------

Signed-off-by: dalthecow <[email protected]>
Signed-off-by: Samuel Monson <[email protected]>
Signed-off-by: Jared O'Connell <[email protected]>
Co-authored-by: Samuel Monson <[email protected]>
Co-authored-by: Jared O'Connell <[email protected]>
Copy link
Collaborator

@sjmonson sjmonson left a comment

Choose a reason for hiding this comment

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

Small fix; otherwise looks good

Co-authored-by: Samuel Monson <[email protected]>
Signed-off-by: Jared O'Connell <[email protected]>
@jaredoconnell jaredoconnell merged commit 89113d8 into vllm-project:features/refactor/base Sep 30, 2025
8 of 17 checks passed
@jaredoconnell jaredoconnell deleted the features/refactor-fix-html branch September 30, 2025 20:16
@markurtz markurtz added this to the v0.4.0 milestone Oct 1, 2025
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.

4 participants