testinlinevsmath

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
inline
var requiredHeight =356;
requiredHeight = requiredHeight > 600 ? 600 : requiredHeight;
ready
math
var requiredHeight =356;
requiredHeight = Math.min(requiredHeight,600);
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.