pytorch / test-infra

This repository hosts code that supports the testing infrastructure for the main PyTorch repo. 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
77 stars 73 forks source link

Document how rockset works with the bencharmk dashboards: inductor.torch_dynamo_perf_stats table #5179

Open CliveUnger opened 4 months ago

CliveUnger commented 4 months ago

I am curious about the queries for this page: https://hud.pytorch.org/benchmark/compilers that are stored in https://github.com/pytorch/test-infra/tree/main/torchci/rockset/inductor . How is the data in the inductor.torch_dynamo_perf_stats collection populated? It is not mentioned in the architecture docs: https://github.com/pytorch/test-infra/blob/main/torchci/docs/architecture.md

ZainRizvi commented 3 months ago

Hi, turning this into a task to better document the usage here.