this repo has no description

Add back par_style = xar to benchmark builds

Summary: The benchmark server currently complains about not being able to run `_compile_tool`. This is probably because the `par_style = "xar"` line was removed for `benchmark.server` in D26929344. It think we need it for the client / server builds which package tools that are run externally, but should be fine to not have it for `upload_to_phab` and `format_results`.

Based on Facebook D26983654

authored by

Matthias Braun and committed by
Max Bernstein
efd96bff a146b423

+2
+2
benchmarks/TARGETS
··· 51 51 "server.py", 52 52 ], 53 53 main_module = "pyro.benchmarks.server", 54 + par_style = "xar", 54 55 deps = [ 55 56 ":run", 56 57 ":server_handler", ··· 65 66 "client.py", 66 67 ], 67 68 main_module = "pyro.benchmarks.client", 69 + par_style = "xar", 68 70 deps = [ 69 71 ":fbpkg_handler", 70 72 ":rpc-py3-clients",