Benchmarking JS in Jest – Date to Number
I was trying to benchmark Number(new Date())
vs +new Date()
locally. I’ve answered my own question for others to benefit but I welcome any improvement.
I was trying to benchmark Number(new Date())
vs +new Date()
locally. I’ve answered my own question for others to benefit but I welcome any improvement.