test1

Benchmark publishedon

Setup

const isMacPlatform = () => {
	return Math.random() < 0.5;
}

Test Runner

Initializing...

Testing in
Test CaseOps/sec
first
const result1 = isMacPlatform() ? 'Meta+Shift+F' : 'Control+Shift+F';
ready
second
const result2 = `${isMacPlatform() ? 'Meta' : 'Control'}+Shift+F`;
ready

Revisions

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

Revision 1
publishedon