Commit 62ff77b4 authored by Jeremy Reizenstein's avatar Jeremy Reizenstein Committed by Facebook GitHub Bot
Browse files

points2volumes benchmark run alone

Summary: Enable this benchmark to be run on its own, like others.

Reviewed By: patricklabatut

Differential Revision: D29522846

fbshipit-source-id: c7b3b5c9a0fcdeeb79d8b2ec197684b4380aa547
parent 61754b2f
......@@ -26,3 +26,7 @@ def bm_points_to_volumes() -> None:
kwargs_list,
warmup_iters=1,
)
if __name__ == "__main__":
bm_points_to_volumes()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment