rlwhitcomb / utilities

Some of my personal utility programs
MIT License
2 stars 0 forks source link

Timing information from Calc and Tester should come out on the "stderr" channel so we can see timings without messing up canon files #624

Closed rlwhitcomb closed 7 months ago

rlwhitcomb commented 10 months ago

Right now timings come out on "stdout" and become part of a canon (see "upc", and "upe") where they shouldn't be because the values are highly variable (i.e., not suitable for automated testing).

rlwhitcomb commented 8 months ago

Calc is done by f8bd3cf, now Tester needs to be changed.

rlwhitcomb commented 7 months ago

The implementation of this for Tester is SO intertwined with all the other messages and modes that it is likely too much of a mess to warrant the (slight) benefit. Calc was pretty straightforward, but Tester is not. So I think I'm going to close this as "done enough" for now.