Skip to content

Commit

Permalink
[benchmark] fix lowered benchmarks (#9617)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoterba authored Oct 20, 2020
1 parent eeddaec commit 4529cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/scripts/benchmark_in_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

benchmark_lower_env_var = ''
if os.environ.get('BENCHMARK_LOWER'):
benchmark_lower_env_var = f'HAIL_DEV_LOWER="1" '
benchmark_lower_env_var = f' HAIL_DEV_LOWER="1" '
if os.environ.get('BENCHMARK_LOWER_ONLY'):
benchmark_lower_env_var = f'{benchmark_lower_env_var} HAIL_DEV_LOWER_ONLY="1" '

Expand Down

0 comments on commit 4529cc9

Please sign in to comment.