NVIDIA/Fuser

Adding markers to group Python benchmarks

Open

#4,290 建立於 2025年4月23日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)C++ (80 fork)github user discovery
Python Benchmarksgood first issue

倉庫指標

Star
 (392 star)
PR 合併指標
 (PR 指標待抓取)

描述

We should be able to group the Python benchmarks by, for example, schedulers. The pybench marker can be used to filter benchmarks, and we already have one marker, inner_outer_persistent, which allows us to run all the benchmarks with the marker by pytest benchmarks/python/ -m inner_outer_persistent. This maker seems like a reasonable way to categorize the benchmarks. Some benchmarks do use multiple schedulers, for which we could probably just add multiple markers.

貢獻者指南