Skip to content

Commit

Permalink
Change default threads count for RND_1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
JonMagon committed Oct 31, 2021
1 parent 23cbd26 commit 31d6f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appsettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class AppSettings : public QObject

const BenchmarkParams m_default_SEQ_1 { 1024, 8, 1 };
const BenchmarkParams m_default_SEQ_2 { 1024, 1, 1 };
const BenchmarkParams m_default_RND_1 { 4, 32, 16 };
const BenchmarkParams m_default_RND_1 { 4, 32, 1 };
const BenchmarkParams m_default_RND_2 { 4, 1, 1 };

const BenchmarkParams m_RealWorld_SEQ { 1024, 1, 1 };
Expand Down

0 comments on commit 31d6f46

Please sign in to comment.