Skip to content

Commit d3c1a4c

Browse files
committed
feat(data/cpu): backfill process_node + sourced msrp for Core 2 and Intel mobile
- process_node: derive 65nm/45nm deterministically from each record's architecture codename (Conroe/Kentsfield/Allendale=65nm, Wolfdale/Yorkfield=45nm) for the 42 weekly-ingest Core 2 minimal records. - msrp_usd: +40 Core 2 desktop from Wikipedia release-price column, +4 Intel mobile (i7-12700H $457, i9-12900HK $635, N50/N97 $128) from ARK RCP. - E8290/E8700 msrp left null (OEM, no listed price).
1 parent df8045f commit d3c1a4c

46 files changed

Lines changed: 174 additions & 130 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

data/cpu/intel/2006/consumer/core-2-duo-e6300.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"segment": "desktop",
77
"architecture": "\"Conroe\" (65 nm, 1066 MT/s)",
88
"socket": "LGA 775",
9-
"process_node": null,
9+
"process_node": "Intel 65nm CMOS",
1010
"cores": 2,
1111
"threads": 2,
1212
"p_cores": null,
@@ -37,9 +37,10 @@
3737
"dhrystone_mips": null,
3838
"whetstone_mflops": null,
3939
"superpi_1m_sec": null,
40-
"msrp_usd": null,
40+
"msrp_usd": 183,
4141
"verified": true,
4242
"source_urls": [
43-
"https://en.wikipedia.org/wiki/List_of_Intel_Core_processors"
43+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_processors",
44+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_2_processors"
4445
]
4546
}

data/cpu/intel/2006/consumer/core-2-duo-e6400.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"segment": "desktop",
77
"architecture": "\"Conroe\" (65 nm, 1066 MT/s)",
88
"socket": "LGA 775",
9-
"process_node": null,
9+
"process_node": "Intel 65nm CMOS",
1010
"cores": 2,
1111
"threads": 2,
1212
"p_cores": null,
@@ -37,10 +37,11 @@
3737
"dhrystone_mips": null,
3838
"whetstone_mflops": null,
3939
"superpi_1m_sec": null,
40-
"msrp_usd": null,
40+
"msrp_usd": 224,
4141
"verified": true,
4242
"source_urls": [
4343
"https://en.wikipedia.org/wiki/List_of_Intel_Core_processors",
44-
"https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E6400+%40+2.13GHz&id=939"
44+
"https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E6400+%40+2.13GHz&id=939",
45+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_2_processors"
4546
]
4647
}

data/cpu/intel/2006/consumer/core-2-duo-e6700.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"segment": "desktop",
77
"architecture": "\"Conroe\" (65 nm, 1066 MT/s)",
88
"socket": "LGA 775",
9-
"process_node": null,
9+
"process_node": "Intel 65nm CMOS",
1010
"cores": 2,
1111
"threads": 2,
1212
"p_cores": null,
@@ -37,11 +37,12 @@
3737
"dhrystone_mips": null,
3838
"whetstone_mflops": null,
3939
"superpi_1m_sec": null,
40-
"msrp_usd": null,
40+
"msrp_usd": 530,
4141
"verified": true,
4242
"source_urls": [
4343
"https://en.wikipedia.org/wiki/List_of_Intel_Core_processors",
4444
"https://technical.city/en/cpu/Core-2-Duo-E6700",
45-
"https://www.spec.org/cpu2006/results/"
45+
"https://www.spec.org/cpu2006/results/",
46+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_2_processors"
4647
]
4748
}

data/cpu/intel/2006/consumer/core-2-extreme-x6800.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"segment": "desktop",
77
"architecture": "\"Conroe XE\" (65 nm)",
88
"socket": "LGA 775",
9-
"process_node": null,
9+
"process_node": "Intel 65nm CMOS",
1010
"cores": 2,
1111
"threads": 2,
1212
"p_cores": null,
@@ -37,10 +37,11 @@
3737
"dhrystone_mips": null,
3838
"whetstone_mflops": null,
3939
"superpi_1m_sec": null,
40-
"msrp_usd": null,
40+
"msrp_usd": 999,
4141
"verified": true,
4242
"source_urls": [
4343
"https://en.wikipedia.org/wiki/List_of_Intel_Core_processors",
44-
"https://technical.city/en/cpu/Core-2-Extreme-X6800"
44+
"https://technical.city/en/cpu/Core-2-Extreme-X6800",
45+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_2_processors"
4546
]
4647
}

data/cpu/intel/2007/consumer/core-2-duo-e4300.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"segment": "desktop",
77
"architecture": "\"Allendale\" (65 nm, 800 MT/s )",
88
"socket": "LGA 775",
9-
"process_node": null,
9+
"process_node": "Intel 65nm CMOS",
1010
"cores": 2,
1111
"threads": 2,
1212
"p_cores": null,
@@ -37,10 +37,11 @@
3737
"dhrystone_mips": null,
3838
"whetstone_mflops": null,
3939
"superpi_1m_sec": null,
40-
"msrp_usd": null,
40+
"msrp_usd": 163,
4141
"verified": true,
4242
"source_urls": [
4343
"https://en.wikipedia.org/wiki/List_of_Intel_Core_processors",
44-
"https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E4300+%40+1.80GHz&id=1678"
44+
"https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E4300+%40+1.80GHz&id=1678",
45+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_2_processors"
4546
]
4647
}

data/cpu/intel/2007/consumer/core-2-duo-e4400.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"segment": "desktop",
77
"architecture": "\"Allendale\" (65 nm, 800 MT/s )",
88
"socket": "LGA 775",
9-
"process_node": null,
9+
"process_node": "Intel 65nm CMOS",
1010
"cores": 2,
1111
"threads": 2,
1212
"p_cores": null,
@@ -37,10 +37,11 @@
3737
"dhrystone_mips": null,
3838
"whetstone_mflops": null,
3939
"superpi_1m_sec": null,
40-
"msrp_usd": null,
40+
"msrp_usd": 133,
4141
"verified": true,
4242
"source_urls": [
4343
"https://en.wikipedia.org/wiki/List_of_Intel_Core_processors",
44-
"https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E4400+%40+2.00GHz&id=935"
44+
"https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E4400+%40+2.00GHz&id=935",
45+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_2_processors"
4546
]
4647
}

data/cpu/intel/2007/consumer/core-2-duo-e4500.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"segment": "desktop",
77
"architecture": "\"Allendale\" (65 nm, 800 MT/s )",
88
"socket": "LGA 775",
9-
"process_node": null,
9+
"process_node": "Intel 65nm CMOS",
1010
"cores": 2,
1111
"threads": 2,
1212
"p_cores": null,
@@ -37,10 +37,11 @@
3737
"dhrystone_mips": null,
3838
"whetstone_mflops": null,
3939
"superpi_1m_sec": null,
40-
"msrp_usd": null,
40+
"msrp_usd": 133,
4141
"verified": true,
4242
"source_urls": [
4343
"https://en.wikipedia.org/wiki/List_of_Intel_Core_processors",
44-
"https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E4500+%40+2.20GHz&id=936"
44+
"https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E4500+%40+2.20GHz&id=936",
45+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_2_processors"
4546
]
4647
}

data/cpu/intel/2007/consumer/core-2-duo-e4600.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"segment": "desktop",
77
"architecture": "\"Allendale\" (65 nm, 800 MT/s )",
88
"socket": "LGA 775",
9-
"process_node": null,
9+
"process_node": "Intel 65nm CMOS",
1010
"cores": 2,
1111
"threads": 2,
1212
"p_cores": null,
@@ -37,11 +37,12 @@
3737
"dhrystone_mips": null,
3838
"whetstone_mflops": null,
3939
"superpi_1m_sec": null,
40-
"msrp_usd": null,
40+
"msrp_usd": 133,
4141
"verified": true,
4242
"source_urls": [
4343
"https://en.wikipedia.org/wiki/List_of_Intel_Core_processors",
4444
"https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E4600+%40+2.40GHz&id=937",
45-
"https://www.spec.org/cpu2006/results/"
45+
"https://www.spec.org/cpu2006/results/",
46+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_2_processors"
4647
]
4748
}

data/cpu/intel/2007/consumer/core-2-duo-e6320.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"segment": "desktop",
77
"architecture": "\"Conroe\" (65 nm, 1066 MT/s)",
88
"socket": "LGA 775",
9-
"process_node": null,
9+
"process_node": "Intel 65nm CMOS",
1010
"cores": 2,
1111
"threads": 2,
1212
"p_cores": null,
@@ -37,9 +37,10 @@
3737
"dhrystone_mips": null,
3838
"whetstone_mflops": null,
3939
"superpi_1m_sec": null,
40-
"msrp_usd": null,
40+
"msrp_usd": 163,
4141
"verified": true,
4242
"source_urls": [
43-
"https://en.wikipedia.org/wiki/List_of_Intel_Core_processors"
43+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_processors",
44+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_2_processors"
4445
]
4546
}

data/cpu/intel/2007/consumer/core-2-duo-e6420.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"segment": "desktop",
77
"architecture": "\"Conroe\" (65 nm, 1066 MT/s)",
88
"socket": "LGA 775",
9-
"process_node": null,
9+
"process_node": "Intel 65nm CMOS",
1010
"cores": 2,
1111
"threads": 2,
1212
"p_cores": null,
@@ -37,9 +37,10 @@
3737
"dhrystone_mips": null,
3838
"whetstone_mflops": null,
3939
"superpi_1m_sec": null,
40-
"msrp_usd": null,
40+
"msrp_usd": 183,
4141
"verified": true,
4242
"source_urls": [
43-
"https://en.wikipedia.org/wiki/List_of_Intel_Core_processors"
43+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_processors",
44+
"https://en.wikipedia.org/wiki/List_of_Intel_Core_2_processors"
4445
]
4546
}

0 commit comments

Comments
 (0)