Skip to content

Commit

Permalink
Update create_perf_table.py
Browse files Browse the repository at this point in the history
  • Loading branch information
allnes authored Apr 1, 2024
1 parent 0294a20 commit 3fa3aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_perf_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
logs_path = os.path.abspath(args.input)
xlsx_path = os.path.abspath(args.output)

list_of_type_of_tasks = ["mpi", "omp", "seq", "stl", "tbb"]
list_of_type_of_tasks = ["omp", "seq", "stl", "tbb"]

result_tables = {"pipeline": {}, "task_run": {}}
set_of_task_name = []
Expand Down

0 comments on commit 3fa3aa1

Please sign in to comment.