Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
Feature Requests
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
Benchmark engine:
Benchmark.js
testdwqdwq
320K/s
testa
296K/s
View exact numbers
Test name
Executions per second
✓
testdwqdwq
320,351 Ops/sec
testa
296,216 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' });