@@ -435,7 +435,7 @@ def benchmark_list(ctx, rev_or_path, src, preserve, output, cmake_extras,
435435 src , root , rev_or_path , conf )
436436
437437 elif language == "java" :
438- for key in { 'cpp_package_prefix' , 'cxx_flags' , 'cxx' , 'cc' }:
438+ for key in {'cpp_package_prefix' , 'cxx_flags' , 'cxx' , 'cc' }:
439439 del kwargs [key ]
440440 conf = JavaBenchmarkRunner .default_configuration (
441441 java_home = java_home , java_options = java_options ,
@@ -509,7 +509,7 @@ def benchmark_run(ctx, rev_or_path, src, preserve, output, cmake_extras,
509509 suite_filter = suite_filter , benchmark_filter = benchmark_filter )
510510
511511 elif language == "java" :
512- for key in { 'cpp_package_prefix' , 'cxx_flags' , 'cxx' , 'cc' }:
512+ for key in {'cpp_package_prefix' , 'cxx_flags' , 'cxx' , 'cc' }:
513513 del kwargs [key ]
514514 conf = JavaBenchmarkRunner .default_configuration (
515515 java_home = java_home , java_options = java_options ,
@@ -637,7 +637,7 @@ def benchmark_diff(ctx, src, preserve, output, language, cmake_extras,
637637 benchmark_filter = benchmark_filter )
638638
639639 elif language == "java" :
640- for key in { 'cpp_package_prefix' , 'cxx_flags' , 'cxx' , 'cc' }:
640+ for key in {'cpp_package_prefix' , 'cxx_flags' , 'cxx' , 'cc' }:
641641 del kwargs [key ]
642642 conf = JavaBenchmarkRunner .default_configuration (
643643 java_home = java_home , java_options = java_options ,
0 commit comments