pytorch / test-infra

This repository hosts code that supports the testing infrastructure for the PyTorch organization. For example, this repo hosts the logic to track disabled tests and slow tests, as well as our continuation integration jobs HUD/dashboard.
https://hud.pytorch.org/
Other
84 stars 87 forks source link

Fix wrong query parameters to TorchInductor summary charts #6011

Closed huydhn closed 1 month ago

huydhn commented 1 month ago

Discovered by @yangw-dev. The default list of suites overwrote the selected value on https://hud.pytorch.org/benchmark/compilers, so the charts weren't updated even when a different suite was selected.

Testing

https://torchci-git-fork-huydhn-fix-wrong-params-su-ebff9e-fbopensource.vercel.app/benchmark/compilers

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
torchci ✅ Ready (Inspect) Visit Preview Dec 4, 2024 10:25pm
vercel[bot] commented 1 month ago

@huydhn is attempting to deploy a commit to the Meta Open Source Team on Vercel.

A member of the Team first needs to authorize it.

yangw-dev commented 1 month ago

LGTM!