Skip to content

Commit 6c5d1c5

Browse files
committed
data(cpu): add 15 Intel Core parts the dataset was missing
Wikipedia's Intel Core desktop and mobile lists document these; we had no record of them. Every required field is read from the source row or the page it sits on — manufacturer and segment from the page, core and thread counts from its "Cores (Threads)" column, clocks, cache and TDP from the row. The day of month is the one thing the tables do not state, so a month-precise date is written as the 1st rather than inventing a day. Rows whose date cell did not parse as a date were dropped, not guessed at: one of them held "US $384". Two classes of row are deliberately excluded because their core counts cannot be trusted: * Hybrid generations (Alder Lake onward) split P-cores and E-cores into separate rowspan'd columns; the single figure picked up for such a part is the P-core count. It read the i9-13900T as 8c/16t when the part is 24c/32t. * Rows whose core count is inherited from a rowspan that crosses a brand tier — an i7's cell reaching an i5. That is how the i5-10310Y (2c/4t) picks up the i7-10510Y's "4 (8)". Within one tier the grouping is the table's normal shorthand and is kept. Refs #1
1 parent 8a66b41 commit 6c5d1c5

15 files changed

Lines changed: 675 additions & 0 deletions

File tree

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"slug": "core-i7-660lm",
3+
"name": "Intel Core i7-660LM",
4+
"manufacturer": "intel",
5+
"release_date": "2010-09-01",
6+
"segment": "laptop",
7+
"architecture": "Arrandale",
8+
"socket": null,
9+
"process_node": "32 nm",
10+
"cores": 2,
11+
"threads": 4,
12+
"p_cores": null,
13+
"e_cores": null,
14+
"base_clock_ghz": 2.26,
15+
"boost_clock_ghz": 3.06,
16+
"l3_cache_mb": 4.0,
17+
"tdp_w": 25.0,
18+
"max_tdp_w": null,
19+
"integrated_graphics": null,
20+
"memory_support": null,
21+
"cinebench_r23_single": null,
22+
"cinebench_r23_multi": null,
23+
"cinebench_2024_single": null,
24+
"cinebench_2024_multi": null,
25+
"geekbench_single": null,
26+
"geekbench_multi": null,
27+
"cinebench_r15_single": null,
28+
"cinebench_r15_multi": null,
29+
"cinebench_r11_5_single": null,
30+
"cinebench_r11_5_multi": null,
31+
"cinebench_r10_single": null,
32+
"cinebench_r10_multi": null,
33+
"passmark_single": null,
34+
"passmark_cpu_mark": null,
35+
"specint2006": null,
36+
"specfp2006": null,
37+
"dhrystone_mips": null,
38+
"whetstone_mflops": null,
39+
"superpi_1m_sec": null,
40+
"msrp_usd": null,
41+
"verified": false,
42+
"source_urls": [
43+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_mobile_processors"
44+
]
45+
}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"slug": "core-i7-2629m",
3+
"name": "Intel Core i7-2629M",
4+
"manufacturer": "intel",
5+
"release_date": "2011-02-01",
6+
"segment": "laptop",
7+
"architecture": "Sandy Bridge-M",
8+
"socket": null,
9+
"process_node": "32 nm",
10+
"cores": 2,
11+
"threads": 4,
12+
"p_cores": null,
13+
"e_cores": null,
14+
"base_clock_ghz": 2.1,
15+
"boost_clock_ghz": 3.0,
16+
"l3_cache_mb": 4.0,
17+
"tdp_w": 25.0,
18+
"max_tdp_w": null,
19+
"integrated_graphics": null,
20+
"memory_support": null,
21+
"cinebench_r23_single": null,
22+
"cinebench_r23_multi": null,
23+
"cinebench_2024_single": null,
24+
"cinebench_2024_multi": null,
25+
"geekbench_single": null,
26+
"geekbench_multi": null,
27+
"cinebench_r15_single": null,
28+
"cinebench_r15_multi": null,
29+
"cinebench_r11_5_single": null,
30+
"cinebench_r11_5_multi": null,
31+
"cinebench_r10_single": null,
32+
"cinebench_r10_multi": null,
33+
"passmark_single": null,
34+
"passmark_cpu_mark": null,
35+
"specint2006": null,
36+
"specfp2006": null,
37+
"dhrystone_mips": null,
38+
"whetstone_mflops": null,
39+
"superpi_1m_sec": null,
40+
"msrp_usd": null,
41+
"verified": false,
42+
"source_urls": [
43+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_mobile_processors"
44+
]
45+
}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"slug": "core-i7-2649m",
3+
"name": "Intel Core i7-2649M",
4+
"manufacturer": "intel",
5+
"release_date": "2011-02-01",
6+
"segment": "laptop",
7+
"architecture": "Sandy Bridge-M",
8+
"socket": null,
9+
"process_node": "32 nm",
10+
"cores": 2,
11+
"threads": 4,
12+
"p_cores": null,
13+
"e_cores": null,
14+
"base_clock_ghz": 2.3,
15+
"boost_clock_ghz": 3.2,
16+
"l3_cache_mb": 4.0,
17+
"tdp_w": 25.0,
18+
"max_tdp_w": null,
19+
"integrated_graphics": null,
20+
"memory_support": null,
21+
"cinebench_r23_single": null,
22+
"cinebench_r23_multi": null,
23+
"cinebench_2024_single": null,
24+
"cinebench_2024_multi": null,
25+
"geekbench_single": null,
26+
"geekbench_multi": null,
27+
"cinebench_r15_single": null,
28+
"cinebench_r15_multi": null,
29+
"cinebench_r11_5_single": null,
30+
"cinebench_r11_5_multi": null,
31+
"cinebench_r10_single": null,
32+
"cinebench_r10_multi": null,
33+
"passmark_single": null,
34+
"passmark_cpu_mark": null,
35+
"specint2006": null,
36+
"specfp2006": null,
37+
"dhrystone_mips": null,
38+
"whetstone_mflops": null,
39+
"superpi_1m_sec": null,
40+
"msrp_usd": null,
41+
"verified": false,
42+
"source_urls": [
43+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_mobile_processors"
44+
]
45+
}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"slug": "core-i7-2657m",
3+
"name": "Intel Core i7-2657M",
4+
"manufacturer": "intel",
5+
"release_date": "2011-02-01",
6+
"segment": "laptop",
7+
"architecture": "Sandy Bridge-M",
8+
"socket": null,
9+
"process_node": "32 nm",
10+
"cores": 2,
11+
"threads": 4,
12+
"p_cores": null,
13+
"e_cores": null,
14+
"base_clock_ghz": 1.6,
15+
"boost_clock_ghz": 2.7,
16+
"l3_cache_mb": 4.0,
17+
"tdp_w": 17.0,
18+
"max_tdp_w": null,
19+
"integrated_graphics": null,
20+
"memory_support": null,
21+
"cinebench_r23_single": null,
22+
"cinebench_r23_multi": null,
23+
"cinebench_2024_single": null,
24+
"cinebench_2024_multi": null,
25+
"geekbench_single": null,
26+
"geekbench_multi": null,
27+
"cinebench_r15_single": null,
28+
"cinebench_r15_multi": null,
29+
"cinebench_r11_5_single": null,
30+
"cinebench_r11_5_multi": null,
31+
"cinebench_r10_single": null,
32+
"cinebench_r10_multi": null,
33+
"passmark_single": null,
34+
"passmark_cpu_mark": null,
35+
"specint2006": null,
36+
"specfp2006": null,
37+
"dhrystone_mips": null,
38+
"whetstone_mflops": null,
39+
"superpi_1m_sec": null,
40+
"msrp_usd": null,
41+
"verified": false,
42+
"source_urls": [
43+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_mobile_processors"
44+
]
45+
}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"slug": "core-i7-4950hq",
3+
"name": "Intel Core i7-4950HQ",
4+
"manufacturer": "intel",
5+
"release_date": "2013-06-01",
6+
"segment": "laptop",
7+
"architecture": "Haswell-H",
8+
"socket": null,
9+
"process_node": "22 nm",
10+
"cores": 4,
11+
"threads": 8,
12+
"p_cores": null,
13+
"e_cores": null,
14+
"base_clock_ghz": 2.4,
15+
"boost_clock_ghz": 3.6,
16+
"l3_cache_mb": 6.0,
17+
"tdp_w": 47.0,
18+
"max_tdp_w": null,
19+
"integrated_graphics": null,
20+
"memory_support": null,
21+
"cinebench_r23_single": null,
22+
"cinebench_r23_multi": null,
23+
"cinebench_2024_single": null,
24+
"cinebench_2024_multi": null,
25+
"geekbench_single": null,
26+
"geekbench_multi": null,
27+
"cinebench_r15_single": null,
28+
"cinebench_r15_multi": null,
29+
"cinebench_r11_5_single": null,
30+
"cinebench_r11_5_multi": null,
31+
"cinebench_r10_single": null,
32+
"cinebench_r10_multi": null,
33+
"passmark_single": null,
34+
"passmark_cpu_mark": null,
35+
"specint2006": null,
36+
"specfp2006": null,
37+
"dhrystone_mips": null,
38+
"whetstone_mflops": null,
39+
"superpi_1m_sec": null,
40+
"msrp_usd": null,
41+
"verified": false,
42+
"source_urls": [
43+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_mobile_processors"
44+
]
45+
}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"slug": "core-i5-5350h",
3+
"name": "Intel Core i5-5350H",
4+
"manufacturer": "intel",
5+
"release_date": "2015-06-01",
6+
"segment": "laptop",
7+
"architecture": "Broadwell-H",
8+
"socket": null,
9+
"process_node": "14 nm",
10+
"cores": 2,
11+
"threads": 4,
12+
"p_cores": null,
13+
"e_cores": null,
14+
"base_clock_ghz": 3.1,
15+
"boost_clock_ghz": 3.5,
16+
"l3_cache_mb": 4.0,
17+
"tdp_w": 47.0,
18+
"max_tdp_w": null,
19+
"integrated_graphics": null,
20+
"memory_support": null,
21+
"cinebench_r23_single": null,
22+
"cinebench_r23_multi": null,
23+
"cinebench_2024_single": null,
24+
"cinebench_2024_multi": null,
25+
"geekbench_single": null,
26+
"geekbench_multi": null,
27+
"cinebench_r15_single": null,
28+
"cinebench_r15_multi": null,
29+
"cinebench_r11_5_single": null,
30+
"cinebench_r11_5_multi": null,
31+
"cinebench_r10_single": null,
32+
"cinebench_r10_multi": null,
33+
"passmark_single": null,
34+
"passmark_cpu_mark": null,
35+
"specint2006": null,
36+
"specfp2006": null,
37+
"dhrystone_mips": null,
38+
"whetstone_mflops": null,
39+
"superpi_1m_sec": null,
40+
"msrp_usd": null,
41+
"verified": false,
42+
"source_urls": [
43+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_mobile_processors"
44+
]
45+
}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"slug": "core-i7-5750hq",
3+
"name": "Intel Core i7-5750HQ",
4+
"manufacturer": "intel",
5+
"release_date": "2015-06-01",
6+
"segment": "laptop",
7+
"architecture": "Broadwell-H",
8+
"socket": null,
9+
"process_node": "14 nm",
10+
"cores": 4,
11+
"threads": 8,
12+
"p_cores": null,
13+
"e_cores": null,
14+
"base_clock_ghz": 2.5,
15+
"boost_clock_ghz": 3.4,
16+
"l3_cache_mb": 6.0,
17+
"tdp_w": 47.0,
18+
"max_tdp_w": null,
19+
"integrated_graphics": null,
20+
"memory_support": null,
21+
"cinebench_r23_single": null,
22+
"cinebench_r23_multi": null,
23+
"cinebench_2024_single": null,
24+
"cinebench_2024_multi": null,
25+
"geekbench_single": null,
26+
"geekbench_multi": null,
27+
"cinebench_r15_single": null,
28+
"cinebench_r15_multi": null,
29+
"cinebench_r11_5_single": null,
30+
"cinebench_r11_5_multi": null,
31+
"cinebench_r10_single": null,
32+
"cinebench_r10_multi": null,
33+
"passmark_single": null,
34+
"passmark_cpu_mark": null,
35+
"specint2006": null,
36+
"specfp2006": null,
37+
"dhrystone_mips": null,
38+
"whetstone_mflops": null,
39+
"superpi_1m_sec": null,
40+
"msrp_usd": null,
41+
"verified": false,
42+
"source_urls": [
43+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_mobile_processors"
44+
]
45+
}
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"slug": "core-i5-6585r",
3+
"name": "Intel Core i5-6585R",
4+
"manufacturer": "intel",
5+
"release_date": "2016-05-01",
6+
"segment": "desktop",
7+
"architecture": "Skylake-H",
8+
"socket": null,
9+
"process_node": "14 nm",
10+
"cores": 4,
11+
"threads": 4,
12+
"p_cores": null,
13+
"e_cores": null,
14+
"base_clock_ghz": 2.8,
15+
"boost_clock_ghz": 3.6,
16+
"l3_cache_mb": 6.0,
17+
"tdp_w": 65.0,
18+
"max_tdp_w": null,
19+
"integrated_graphics": null,
20+
"memory_support": null,
21+
"cinebench_r23_single": null,
22+
"cinebench_r23_multi": null,
23+
"cinebench_2024_single": null,
24+
"cinebench_2024_multi": null,
25+
"geekbench_single": null,
26+
"geekbench_multi": null,
27+
"cinebench_r15_single": null,
28+
"cinebench_r15_multi": null,
29+
"cinebench_r11_5_single": null,
30+
"cinebench_r11_5_multi": null,
31+
"cinebench_r10_single": null,
32+
"cinebench_r10_multi": null,
33+
"passmark_single": null,
34+
"passmark_cpu_mark": null,
35+
"specint2006": null,
36+
"specfp2006": null,
37+
"dhrystone_mips": null,
38+
"whetstone_mflops": null,
39+
"superpi_1m_sec": null,
40+
"msrp_usd": null,
41+
"verified": false,
42+
"source_urls": [
43+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_desktop_processors"
44+
]
45+
}

0 commit comments

Comments
 (0)