jsPerf.app is an online JavaScript performance benchmark test runner & jsperf.com mirror. It is a complete rewrite in homage to the once excellent jsperf.com now with hopefully a more modern & maintainable codebase.
jsperf.com URLs are mirrored at the same path, e.g:
https://jsperf.com/negative-modulo/2
Can be accessed at:
https://jsperf.app/negative-modulo/2
<script src="https://cdn.jsdelivr.net/lodash/4.17.4/lodash.min.js"></script>
var x = {
"createTemplate": false,
"itemShippingOptions": [
{
"shippingMethodId": 2,
"firstPackagePrice": 0,
"nextPackagePrice": 0,
"freeOfCharge": false,
"packageQuantity": 1
}
],
"userId": 10970152,
"itemQuantityTypeEnumId": 3,
"itemDurationEnumId": 3,
"itemShipmentPayerEnumId": 2,
"itemName": "Test nabidka with images",
"categoryId": 48777,
"itemAttributeValues": [
{
"attributeValue": "1",
"itemAttributeId": 93,
"itemAttributeValueId": 745
}
],
"images": [
{
"url": "9e192b6b-cb35-433b-a0bb-ba90868b2be2",
"titleImage": true
},
{
"url": "4b9416c2-d08d-44f0-89d5-612802d618db",
"titleImage": true
}
],
"itemTypeEnumId": 1,
"startingQuantity": 1,
"buyNowPrice": 500,
"shipmentPaymentDescription": "test test test",
"paymentBankTransfer": true
};
Ready to run.
Test | Ops/sec | |
---|---|---|
JSON |
| ready |
Lodash |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.