[CI, CK examples] Disable time_kernel for CI tests and examples (#3464)

* Disable kernel timing in tests

* default time_kernel = false in old CK examples
This commit is contained in:
Johannes Graner
2026-01-07 16:30:57 +01:00
committed by GitHub
parent e8cc75aefb
commit 0a474aa62f
61 changed files with 61 additions and 61 deletions

View File

@@ -31,7 +31,7 @@ class SimpleAppArgs
bool do_verification = true;
int data_type = 1;
int init_method = 2;
bool time_kernel = true;
bool time_kernel = false;
public:
void show_usage(const char* cmd)