Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Obfuscator vs. non obfuscated
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
Default code
124996.0 Ops/sec
Obfuscated
73342.0 Ops/sec
Minified
121784.3 Ops/sec
Tests:
Default code
// Paste your JavaScript code here function hi() { console.log("Hello World!"); hello(); } function hello(){ var a = "a"; var b = "b"; log(a,b); } function log(foo,bar){ console.log(foo,bar); } hi();
Obfuscated
(function(_0x263f11,_0x1dbcfd){var _0x291091=_0x1450,_0x4ceef4=_0x263f11();while(!![]){try{var _0xe65355=-parseInt(_0x291091(0x75))/0x1*(-parseInt(_0x291091(0x7b))/0x2)+-parseInt(_0x291091(0x71))/0x3+-parseInt(_0x291091(0x7a))/0x4*(-parseInt(_0x291091(0x76))/0x5)+parseInt(_0x291091(0x77))/0x6+-parseInt(_0x291091(0x74))/0x7*(parseInt(_0x291091(0x72))/0x8)+parseInt(_0x291091(0x78))/0x9*(parseInt(_0x291091(0x79))/0xa)+-parseInt(_0x291091(0x73))/0xb;if(_0xe65355===_0x1dbcfd)break;else _0x4ceef4['push'](_0x4ceef4['shift']());}catch(_0x43f811){_0x4ceef4['push'](_0x4ceef4['shift']());}}}(_0x4221,0x58601));function hi(){console['log']('Hello\x20World!'),hello();}function _0x1450(_0x5c6f7a,_0xb796d9){var _0x422193=_0x4221();return _0x1450=function(_0x1450f6,_0x1b1b8f){_0x1450f6=_0x1450f6-0x71;var _0x2ee370=_0x422193[_0x1450f6];return _0x2ee370;},_0x1450(_0x5c6f7a,_0xb796d9);}function hello(){var _0x277a55='a',_0x252a04='b';log(_0x277a55,_0x252a04);}function _0x4221(){var _0x3e517b=['1116dUtdOP','2lYMsEN','533883KqYmXG','1789368ONPiif','4146681zZVppB','14llMatN','474967SCxgPU','3370Ekdhnm','566238tqZODc','1820619hxwcdt','30AovKfI'];_0x4221=function(){return _0x3e517b;};return _0x4221();}function log(_0x477fee,_0x201eba){console['log'](_0x477fee,_0x201eba);}hi();
Minified
function hi(){console.log("Hello World!"),hello()}function hello(){log("a","b")}function log(o,l){console.log(o,l)}hi();