File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -832,9 +832,6 @@ def get_optimization_review(
832832 replay_tests : str ,
833833 calling_fn_details : str ,
834834 language : str = "python" ,
835- concolic_tests : str = "" ,
836- original_line_profiler : str = "" ,
837- optimized_line_profiler : str = "" ,
838835 ) -> OptimizationReviewResult :
839836 """Compute the optimization review of current Pull Request.
840837
Original file line number Diff line number Diff line change @@ -2172,10 +2172,10 @@ def process_review(
21722172 else self .function_trace_id ,
21732173 "coverage_message" : coverage_message ,
21742174 "replay_tests" : replay_tests ,
2175- "concolic_tests" : concolic_tests ,
2175+ # "concolic_tests": concolic_tests,
21762176 "language" : self .function_to_optimize .language ,
2177- "original_line_profiler" : original_code_baseline .line_profile_results .get ("str_out" , "" ),
2178- "optimized_line_profiler" : best_optimization .line_profiler_test_results .get ("str_out" , "" ),
2177+ # "original_line_profiler": original_code_baseline.line_profile_results.get("str_out", ""),
2178+ # "optimized_line_profiler": best_optimization.line_profiler_test_results.get("str_out", ""),
21792179 }
21802180
21812181 raise_pr = not self .args .no_pr
You can’t perform that action at this time.
0 commit comments