log colors changed to match DtsodC tests

This commit is contained in:
2022-02-23 20:22:31 +03:00
parent 756a0494af
commit 56a97b14f9
4 changed files with 16 additions and 15 deletions

View File

@@ -12,6 +12,6 @@ public static class Tester
operation();
clock.Stop();
double time=(double)(clock.ElapsedTicks)/Stopwatch.Frequency/repeats;
LogNoTime("c",$"operation {op_name} took {time} seconds");
LogNoTime("y",$"operation ","b",op_name,"y"," took ","b",time.ToString(),"y"," seconds");
}
}