File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,13 +6,6 @@ UseTab: Never
66AllowShortFunctionsOnASingleLine : Empty
77IndentPPDirectives : AfterHash
88SortIncludes : true
9- IncludeCategories :
10- - Regex : ' ^<gtest/.*'
11- Priority : 1
12- - Regex : ' ^<.*'
13- Priority : 2
14- - Regex : ' .*'
15- Priority : 3
169FixNamespaceComments : true
1710InsertBraces : true
1811QualifierAlignment : Left
Original file line number Diff line number Diff line change 11#pragma once
22
3+ #include < benchmark/benchmark.h>
34#include < gtest/gtest.h>
5+ #include < mpi.h>
6+ #include < omp.h>
7+ #include < tbb/tick_count.h>
48
5- #include < benchmark/benchmark.h>
69#include < chrono>
710#include < cstddef>
811#include < cstdint>
912#include < exception>
1013#include < functional>
1114#include < iostream>
12- #include < mpi.h>
13- #include < omp.h>
1415#include < stdexcept>
1516#include < string>
1617#include < string_view>
17- #include < tbb/tick_count.h>
1818#include < tuple>
1919#include < type_traits>
2020#include < utility>
Original file line number Diff line number Diff line change 1- #include < gtest/gtest.h>
2-
31#include < benchmark/benchmark.h>
42#include < benchmark/reporter.h>
3+ #include < gtest/gtest.h>
4+ #include < mpi.h>
5+
56#include < chrono>
67#include < cstddef>
78#include < cstdint>
1213#include < fstream>
1314#include < iostream>
1415#include < memory>
15- #include < mpi.h>
1616#include < random>
1717#include < stdexcept>
1818#include < string>
You can’t perform that action at this time.
0 commit comments