Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
test dwqdwqdwq
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
Browser:
Chrome 131
Operating system:
Windows
Device Platform:
Desktop
Date tested:
one year ago
Test name
Executions per second
testa
296216.2 Ops/sec
testdwqdwq
320350.6 Ops/sec
HTML Preparation code:
<div id="test" style="background-color: red; color: blue; position: fixed; top: 0; left: 0;"></div>
Tests:
testa
var el = document.getElementById('test'); el.style.backgroundColor = 'orange'; el.style.color = 'brown'; el.style.fontSize = '4em'; el.style.backgroundPosition = 'center'; el.style.backgroundSize = 'cover'; el.style.fontWeight = '400'; el.style.width = '30px'; el.style.height = '20px'; el.style.transform = 'none';
testdwqdwq
var el = document.getElementById('test'); Object.assign(el.style, { backgroundColor: 'orange', color: 'brown', fontSize: '4em', backgroundPosition: 'center', backgroundSize: 'cover', fontWeight: '400', width: '30px', height: '20px', transform: 'none' });