"example/37_permute/run_permute_bundle_example.inc" did not exist on "32a2d78b51b227f91983cbcb91698a74bc624b90"
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