Skip to content

Commit cba455d

Browse files
committed
Revert default to only Classic benchmarks
1 parent cb7a4f5 commit cba455d

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
@@ -45,7 +45,7 @@ array<size_t, num_benchmarks> weight = {/*Copy:*/ 2, /*Add:*/ 2, /*Mul:*/ 3, /*T
4545
enum class Benchmark : int {Copy = 0, Add = 1, Mul = 2, Triad = 3, Dot = 4, Nstream = 5, Classic, All};
4646

4747
// Selected run options.
48-
Benchmark selection = Benchmark::All;
48+
Benchmark selection = Benchmark::Classic;
4949

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

0 commit comments

Comments
 (0)