Skip to content

Commit fd952e5

Browse files
committed
Revert default to only Classic benchmarks
1 parent b858c4c commit fd952e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ array<size_t, num_benchmarks> weight = {/*Copy:*/ 2, /*Add:*/ 2, /*Mul:*/ 3, /*T
4343
enum class Benchmark : int {Copy = 0, Add = 1, Mul = 2, Triad = 3, Dot = 4, Nstream = 5, Classic, All};
4444

4545
// Selected run options.
46-
Benchmark selection = Benchmark::All;
46+
Benchmark selection = Benchmark::Classic;
4747

4848
// Returns true if the benchmark needs to be run:
4949
bool run_benchmark(int id) {

0 commit comments

Comments
 (0)