Skip to content

Update index.js#7

Open
benchmark-bot wants to merge 1 commit into
icebob:masterfrom
benchmark-bot:patch-1
Open

Update index.js#7
benchmark-bot wants to merge 1 commit into
icebob:masterfrom
benchmark-bot:patch-1

Conversation

@benchmark-bot

Copy link
Copy Markdown

No description provided.

@benchmark-bot

Copy link
Copy Markdown
Author

🏁 Benchmark results

📝 Simple example

⚡ Suite: String concatenate

Test Master PR Diff %
Concat with '+' 43,471 62,187 +18,716 Performance: +43%
Concat with array & join 24,268 24,381 +113 Performance: +0%

⚡ Suite: Increment integer

Test Master PR Diff %
Increment with ++ 96,160,803 93,209,087 -2,951,716 Performance: -3%
Increment with += [SKIP] [SKIP] - Performance: Skip
Increment with = i + 1 92,477,705 93,347,213 +869,508 Performance: +1%
Master detailed results
{
  "name": "Simple example",
  "suites": [
    {
      "name": "String concatenate",
      "tests": [
        {
          "name": "Concat with '+'",
          "fastest": true,
          "stat": {
            "duration": 5.01484662,
            "cycle": 218,
            "count": 218000,
            "avg": 0.00002300388357798165,
            "rps": 43470.92075170985,
            "percent": 79.12788525746527
          }
        },
        {
          "name": "Concat with array & join",
          "reference": true,
          "stat": {
            "duration": 5.027177162,
            "cycle": 122,
            "count": 122000,
            "avg": 0.00004120637018032787,
            "rps": 24268.09242415157,
            "percent": 0
          }
        }
      ]
    },
    {
      "name": "Increment integer",
      "tests": [
        {
          "name": "Increment with ++",
          "fastest": true,
          "stat": {
            "duration": 5.000124634,
            "cycle": 480816,
            "count": 480816000,
            "avg": 1.0399247599913479e-8,
            "rps": 96160803.01889531,
            "percent": 0
          }
        },
        {
          "name": "Increment with +=",
          "skipped": true
        },
        {
          "name": "Increment with = i + 1",
          "stat": {
            "duration": 5.000178173,
            "cycle": 462405,
            "count": 462405000,
            "avg": 1.0813417184070241e-8,
            "rps": 92477704.59398787,
            "percent": -3.8301452455463902
          }
        }
      ]
    }
  ],
  "timestamp": 1491598046992,
  "generated": "Fri Apr 07 2017 22:47:26 GMT+0200 (Central Europe Daylight Time)",
  "elapsedMs": 20898
}
  
PR detailed results
{
  "name": "Simple example",
  "suites": [
    {
      "name": "String concatenate",
      "tests": [
        {
          "name": "Concat with '+'",
          "fastest": true,
          "stat": {
            "duration": 5.001072259,
            "cycle": 311,
            "count": 311000,
            "avg": 0.00001608061819614148,
            "rps": 62186.66395797822,
            "percent": 155.06113734965746
          }
        },
        {
          "name": "Concat with array & join",
          "reference": true,
          "stat": {
            "duration": 5.003879735,
            "cycle": 122,
            "count": 122000,
            "avg": 0.00004101540766393443,
            "rps": 24381.081572896757,
            "percent": 0
          }
        }
      ]
    },
    {
      "name": "Increment integer",
      "tests": [
        {
          "name": "Increment with ++",
          "stat": {
            "duration": 4.999705677,
            "cycle": 466018,
            "count": 466018000,
            "avg": 1.0728567731289348e-8,
            "rps": 93209086.71560588,
            "percent": -0.14797021097110985
          }
        },
        {
          "name": "Increment with +=",
          "skipped": true
        },
        {
          "name": "Increment with = i + 1",
          "fastest": true,
          "stat": {
            "duration": 4.998370986,
            "cycle": 466584,
            "count": 466584000,
            "avg": 1.071269264698318e-8,
            "rps": 93347212.78329699,
            "percent": 0
          }
        }
      ]
    }
  ],
  "timestamp": 1491598072558,
  "generated": "Fri Apr 07 2017 22:47:52 GMT+0200 (Central Europe Daylight Time)",
  "elapsedMs": 20851
}
  

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant