sanchezzzhak / benchmark-useragent-parser

who is the best of the best?
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

[Question] other comparator #1

Open mimmi20 opened 3 years ago

mimmi20 commented 3 years ago

Had you a look on this project? https://github.com/diablomedia/useragent-parser-comparison

sanchezzzhak commented 3 years ago

Hi, yes, yesterday. I have a lot of ideas, I'll answer later when I get home in an hour~

mimmi20 commented 3 years ago

or this one https://github.com/ThaDafinser/UserAgentParserComparison

sanchezzzhak commented 3 years ago

Yes, I watched the second one. Here's what I'd like to change:

sanchezzzhak commented 3 years ago

preliminary data (not final)

{
  "matomo-device-detector": {
    "time": 619.0336,                // sum time rows parse
    "memory": 57559952,         // sum memory  rows parse 
    "memoryMax": "4.82 Mb",  // maximum use memory  in single parse useragent
    "timeMax": 0.1808,              // maximum use time in single parse useragent
    "bots": 2756,                        // find bot
    "os": 308370,                       // find os name
    "osVersion": 285021,           // find os version
    "osPlatform": 19669,            // find platforn arm, x86 etc....
    "browser": 256779,              // find browser name
    "browserVersion": 224583,  // find browser version
    "browserEngine": 249523,
    "browserEngineVersion": 91446,
    "deviceType": 294814,
    "deviceBrand": 255165,
    "deviceModel": 241273,
    "useragents": 327099,       // total useragents
    "timeAverage": 0.0019,
    "memoryAverage": "175.97 byte"
  },
  "mimmi20-browser-detector": {
    "time": 789.6792,
    "memory": 2835724832,
    "memoryMax": "4.8 Mb",
    "timeMax": 0.1532,
    "bots": 3802,
    "os": 321178,
    "osVersion": 282774,
    "osPlatform": 11554,
    "browser": 227133,
    "browserVersion": 218519,
    "browserEngine": 0,
    "browserEngineVersion": 0,
    "deviceType": 321578,
    "deviceBrand": 260097,
    "deviceModel": 321578,
    "useragents": 327099,
    "timeAverage": 0.0024,
    "memoryAverage": "8.47 Kb"
  },
  "whichbrowser-parser": {
    "time": 179.8164,
    "memory": 537565448,
    "memoryMax": "10.32 Mb",
    "timeMax": 0.0476,
    "bots": 2897,
    "os": 305679,
    "osVersion": 260568,
    "osPlatform": 0,
    "browser": 209703,
    "browserVersion": 203476,
    "browserEngine": 203432,
    "browserEngineVersion": 56863,
    "deviceType": 321982,
    "deviceBrand": 230976,
    "deviceModel": 268663,
    "useragents": 327099,
    "timeAverage": 0.0005,
    "memoryAverage": "1.6 Kb"
  }
}
sanchezzzhak commented 3 years ago

added output for the web version image