Skip to content

Commit

Permalink
Test benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: Divya Madala <[email protected]>
  • Loading branch information
Divyaasm committed May 3, 2024
1 parent ee98b50 commit 21fdff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_workflow/benchmark_test/benchmark_test_suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def convert(self, results: str) -> None:
formatted_data = pd.json_normalize(data["results"]["op_metrics"])
formatted_data.to_csv(os.path.join(os.getcwd(), "test_execution.csv"), index=False)
df = pd.read_csv(os.path.join(os.getcwd(), "test_execution.csv"))
logging.info(int(0.9 * shutil.get_terminal_size()))
logging.info(shutil.get_terminal_size())
pd.set_option('display.width', int(0.9 * shutil.get_terminal_size().columns))
pd.set_option('display.max_rows', None)
pd.set_option('display.max_columns', None)
Expand Down

0 comments on commit 21fdff7

Please sign in to comment.