Commit 65adf21b authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Measure execution time by default

parent f650c019
......@@ -30,7 +30,7 @@ using F64 = double;
struct ExecutionConfig final
{
bool do_verification = true;
bool time_kernel = false;
bool time_kernel = true;
};
struct Problem final
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment