File size: 1,115 Bytes
19e9c4a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | [
{
"device": "Samsung S20 FE",
"soc": "Snapdragon 865",
"ram_gb": 8,
"android": 13,
"threads": 4,
"verified": true
},
{
"device": "Samsung S23",
"soc": "Snapdragon 8 Gen 2",
"ram_gb": 8,
"android": 14,
"threads": 8,
"verified": false,
"est_mult": 1.8
},
{
"device": "Samsung S24",
"soc": "Snapdragon 8 Gen 3",
"ram_gb": 12,
"android": 14,
"threads": 8,
"verified": false,
"est_mult": 2.2
},
{
"device": "iPhone 15 Pro",
"soc": "Apple A17 Pro",
"ram_gb": 8,
"ios": 17,
"threads": 6,
"verified": false,
"est_mult": 2.5
},
{
"device": "MacBook M2",
"soc": "Apple M2",
"ram_gb": 16,
"threads": 8,
"verified": false,
"est_mult": 3.0
},
{
"device": "Samsung A52",
"soc": "Snapdragon 720G",
"ram_gb": 6,
"android": 13,
"threads": 4,
"verified": false,
"est_mult": 0.5
},
{
"device": "Redmi Note 12",
"soc": "Snapdragon 685",
"ram_gb": 4,
"android": 13,
"threads": 4,
"verified": false,
"est_mult": 0.4
}
] |