Ideas and tips for temporal unit-testing?

后端 未结 5 1697
刺人心
刺人心 2021-01-05 05:41

Has anyone done temporal unit-testing?

I\'m not even sure if such lingo has been coined or not, but the point is to test that operations perform within temporal lim

5条回答
  •  悲&欢浪女
    2021-01-05 06:45

    If you want to check if the time increases, the hardware of different machines should not matter, if you don't check for absolute values, but for relative change. Or am I missing something here?

提交回复
热议问题