Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
昨天我收到了一个比较无效的 jsPerf 测试,因为测试的函数实际上没有返回正确的结果。
我的问题:有没有办法直接在 jsPerf 中验证每个测试输出?
好的,不确定是否有内置方法,但现在我找到了一种解决方法,可以强制测试出错:
if (//not the expected output) {it.is.not.working;}