From 63a3d6764dd33cc8e909e92829f9907c1a79b64a Mon Sep 17 00:00:00 2001 From: TechEngineBot <289859915+TechEngineBot@users.noreply.github.com> Date: Tue, 2 Jun 2026 17:36:10 +0900 Subject: [PATCH] feat(data/cpu): backfill Intel Core 2 (2006-2010) benchmarks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit weekly-ingest added 42 Intel Core 2 SKUs as minimal records without the standard benchmark field set. Backfill them variant-safe via app.ingest.enrich from PassMark (cpubenchmark.net), Cinebench R10 (technical.city), and SPEC CPU2006 (spec.org): 31/42 matched an exact variant (101 measured values), 11 had no exact-variant match and stay null. Modern benchmarks (Cinebench R23/2024, Geekbench) stay null — Core 2 predates them. Records normalized to the standard 41-field schema, source_urls added, verified set. --- .../intel/2006/consumer/core-2-duo-e6300.json | 17 +++++++++++++- .../intel/2006/consumer/core-2-duo-e6400.json | 20 +++++++++++++++-- .../intel/2006/consumer/core-2-duo-e6700.json | 21 ++++++++++++++++-- .../2006/consumer/core-2-extreme-x6800.json | 20 +++++++++++++++-- .../intel/2007/consumer/core-2-duo-e4300.json | 20 +++++++++++++++-- .../intel/2007/consumer/core-2-duo-e4400.json | 20 +++++++++++++++-- .../intel/2007/consumer/core-2-duo-e4500.json | 20 +++++++++++++++-- .../intel/2007/consumer/core-2-duo-e4600.json | 21 ++++++++++++++++-- .../intel/2007/consumer/core-2-duo-e6320.json | 17 +++++++++++++- .../intel/2007/consumer/core-2-duo-e6420.json | 17 +++++++++++++- .../intel/2007/consumer/core-2-duo-e6540.json | 20 +++++++++++++++-- .../intel/2007/consumer/core-2-duo-e6550.json | 20 +++++++++++++++-- .../intel/2007/consumer/core-2-duo-e6750.json | 21 ++++++++++++++++-- .../intel/2007/consumer/core-2-duo-e6850.json | 22 +++++++++++++++++-- .../2007/consumer/core-2-extreme-qx6800.json | 17 +++++++++++++- .../2007/consumer/core-2-extreme-qx6850.json | 21 ++++++++++++++++-- .../2007/consumer/core-2-quad-q6700.json | 21 ++++++++++++++++-- .../intel/2008/consumer/core-2-duo-e4700.json | 20 +++++++++++++++-- .../intel/2008/consumer/core-2-duo-e7200.json | 21 ++++++++++++++++-- .../intel/2008/consumer/core-2-duo-e7300.json | 21 ++++++++++++++++-- .../intel/2008/consumer/core-2-duo-e7400.json | 21 ++++++++++++++++-- .../intel/2008/consumer/core-2-duo-e8190.json | 17 +++++++++++++- .../intel/2008/consumer/core-2-duo-e8200.json | 21 ++++++++++++++++-- .../2008/consumer/core-2-duo-e8290-15.json | 17 +++++++++++++- .../intel/2008/consumer/core-2-duo-e8300.json | 20 +++++++++++++++-- .../intel/2008/consumer/core-2-duo-e8500.json | 21 ++++++++++++++++-- .../intel/2008/consumer/core-2-duo-e8600.json | 21 ++++++++++++++++-- .../2008/consumer/core-2-quad-q8200.json | 21 ++++++++++++++++-- .../2008/consumer/core-2-quad-q8300.json | 21 ++++++++++++++++-- .../2008/consumer/core-2-quad-q9300.json | 20 +++++++++++++++-- .../2008/consumer/core-2-quad-q9400.json | 21 ++++++++++++++++-- .../2008/consumer/core-2-quad-q9450.json | 21 ++++++++++++++++-- .../intel/2009/consumer/core-2-duo-e7500.json | 20 +++++++++++++++-- .../intel/2009/consumer/core-2-duo-e7600.json | 21 ++++++++++++++++-- .../intel/2009/consumer/core-2-duo-e8700.json | 17 +++++++++++++- .../2009/consumer/core-2-quad-q8200s.json | 17 +++++++++++++- .../2009/consumer/core-2-quad-q8400.json | 21 ++++++++++++++++-- .../2009/consumer/core-2-quad-q8400s.json | 17 +++++++++++++- .../2009/consumer/core-2-quad-q9400s.json | 17 +++++++++++++- .../2009/consumer/core-2-quad-q9505.json | 20 +++++++++++++++-- .../2009/consumer/core-2-quad-q9505s.json | 17 +++++++++++++- .../2010/consumer/core-2-quad-q9500.json | 20 +++++++++++++++-- 42 files changed, 753 insertions(+), 73 deletions(-) diff --git a/data/cpu/intel/2006/consumer/core-2-duo-e6300.json b/data/cpu/intel/2006/consumer/core-2-duo-e6300.json index 7ef1f0f5..2268c08a 100644 --- a/data/cpu/intel/2006/consumer/core-2-duo-e6300.json +++ b/data/cpu/intel/2006/consumer/core-2-duo-e6300.json @@ -20,10 +20,25 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" ] diff --git a/data/cpu/intel/2006/consumer/core-2-duo-e6400.json b/data/cpu/intel/2006/consumer/core-2-duo-e6400.json index 3011e468..97bf39e1 100644 --- a/data/cpu/intel/2006/consumer/core-2-duo-e6400.json +++ b/data/cpu/intel/2006/consumer/core-2-duo-e6400.json @@ -20,11 +20,27 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 814, + "passmark_cpu_mark": 779, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E6400+%40+2.13GHz&id=939" ] } diff --git a/data/cpu/intel/2006/consumer/core-2-duo-e6700.json b/data/cpu/intel/2006/consumer/core-2-duo-e6700.json index c7dc37a4..5c850d1e 100644 --- a/data/cpu/intel/2006/consumer/core-2-duo-e6700.json +++ b/data/cpu/intel/2006/consumer/core-2-duo-e6700.json @@ -20,11 +20,28 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 2710, + "cinebench_r10_multi": 5110, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": 17.9, + "specfp2006": 16.3, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://technical.city/en/cpu/Core-2-Duo-E6700", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2006/consumer/core-2-extreme-x6800.json b/data/cpu/intel/2006/consumer/core-2-extreme-x6800.json index 45929b2c..40fbd95d 100644 --- a/data/cpu/intel/2006/consumer/core-2-extreme-x6800.json +++ b/data/cpu/intel/2006/consumer/core-2-extreme-x6800.json @@ -20,11 +20,27 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 3000, + "cinebench_r10_multi": 5700, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://technical.city/en/cpu/Core-2-Extreme-X6800" ] } diff --git a/data/cpu/intel/2007/consumer/core-2-duo-e4300.json b/data/cpu/intel/2007/consumer/core-2-duo-e4300.json index e8727693..2de5169c 100644 --- a/data/cpu/intel/2007/consumer/core-2-duo-e4300.json +++ b/data/cpu/intel/2007/consumer/core-2-duo-e4300.json @@ -20,11 +20,27 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 661, + "passmark_cpu_mark": 588, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E4300+%40+1.80GHz&id=1678" ] } diff --git a/data/cpu/intel/2007/consumer/core-2-duo-e4400.json b/data/cpu/intel/2007/consumer/core-2-duo-e4400.json index 4e1c7b1c..8ad21bca 100644 --- a/data/cpu/intel/2007/consumer/core-2-duo-e4400.json +++ b/data/cpu/intel/2007/consumer/core-2-duo-e4400.json @@ -20,11 +20,27 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 771, + "passmark_cpu_mark": 737, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E4400+%40+2.00GHz&id=935" ] } diff --git a/data/cpu/intel/2007/consumer/core-2-duo-e4500.json b/data/cpu/intel/2007/consumer/core-2-duo-e4500.json index cc2b5d52..63f93a16 100644 --- a/data/cpu/intel/2007/consumer/core-2-duo-e4500.json +++ b/data/cpu/intel/2007/consumer/core-2-duo-e4500.json @@ -20,11 +20,27 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 816, + "passmark_cpu_mark": 748, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E4500+%40+2.20GHz&id=936" ] } diff --git a/data/cpu/intel/2007/consumer/core-2-duo-e4600.json b/data/cpu/intel/2007/consumer/core-2-duo-e4600.json index 584b6a6e..37992520 100644 --- a/data/cpu/intel/2007/consumer/core-2-duo-e4600.json +++ b/data/cpu/intel/2007/consumer/core-2-duo-e4600.json @@ -20,11 +20,28 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 918, + "passmark_cpu_mark": 876, + "specint2006": 15.6, + "specfp2006": 15.6, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E4600+%40+2.40GHz&id=937", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2007/consumer/core-2-duo-e6320.json b/data/cpu/intel/2007/consumer/core-2-duo-e6320.json index ea4d4950..276473a4 100644 --- a/data/cpu/intel/2007/consumer/core-2-duo-e6320.json +++ b/data/cpu/intel/2007/consumer/core-2-duo-e6320.json @@ -20,10 +20,25 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" ] diff --git a/data/cpu/intel/2007/consumer/core-2-duo-e6420.json b/data/cpu/intel/2007/consumer/core-2-duo-e6420.json index ca6ef857..252609d1 100644 --- a/data/cpu/intel/2007/consumer/core-2-duo-e6420.json +++ b/data/cpu/intel/2007/consumer/core-2-duo-e6420.json @@ -20,10 +20,25 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" ] diff --git a/data/cpu/intel/2007/consumer/core-2-duo-e6540.json b/data/cpu/intel/2007/consumer/core-2-duo-e6540.json index bd3d39a1..18e5b3e5 100644 --- a/data/cpu/intel/2007/consumer/core-2-duo-e6540.json +++ b/data/cpu/intel/2007/consumer/core-2-duo-e6540.json @@ -20,11 +20,27 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 969, + "passmark_cpu_mark": 808, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E6540+%40+2.33GHz&id=940" ] } diff --git a/data/cpu/intel/2007/consumer/core-2-duo-e6550.json b/data/cpu/intel/2007/consumer/core-2-duo-e6550.json index eb98c7f4..0915e074 100644 --- a/data/cpu/intel/2007/consumer/core-2-duo-e6550.json +++ b/data/cpu/intel/2007/consumer/core-2-duo-e6550.json @@ -20,11 +20,27 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 905, + "passmark_cpu_mark": 904, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E6550+%40+2.33GHz&id=941" ] } diff --git a/data/cpu/intel/2007/consumer/core-2-duo-e6750.json b/data/cpu/intel/2007/consumer/core-2-duo-e6750.json index 02857a58..84d23a58 100644 --- a/data/cpu/intel/2007/consumer/core-2-duo-e6750.json +++ b/data/cpu/intel/2007/consumer/core-2-duo-e6750.json @@ -20,11 +20,28 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1030, + "passmark_cpu_mark": 1031, + "specint2006": 18.3, + "specfp2006": 17.1, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E6750+%40+2.66GHz&id=942", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2007/consumer/core-2-duo-e6850.json b/data/cpu/intel/2007/consumer/core-2-duo-e6850.json index 6d23c94c..d218f43b 100644 --- a/data/cpu/intel/2007/consumer/core-2-duo-e6850.json +++ b/data/cpu/intel/2007/consumer/core-2-duo-e6850.json @@ -20,11 +20,29 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 3057, + "cinebench_r10_multi": 5830, + "passmark_single": 1176, + "passmark_cpu_mark": 1152, + "specint2006": 21.3, + "specfp2006": 19.9, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E6850+%40+3.00GHz&id=943", + "https://technical.city/en/cpu/Core-2-Duo-E6850", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2007/consumer/core-2-extreme-qx6800.json b/data/cpu/intel/2007/consumer/core-2-extreme-qx6800.json index 42932be7..aeb173af 100644 --- a/data/cpu/intel/2007/consumer/core-2-extreme-qx6800.json +++ b/data/cpu/intel/2007/consumer/core-2-extreme-qx6800.json @@ -20,10 +20,25 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" ] diff --git a/data/cpu/intel/2007/consumer/core-2-extreme-qx6850.json b/data/cpu/intel/2007/consumer/core-2-extreme-qx6850.json index f0a60280..9bc7b77a 100644 --- a/data/cpu/intel/2007/consumer/core-2-extreme-qx6850.json +++ b/data/cpu/intel/2007/consumer/core-2-extreme-qx6850.json @@ -20,11 +20,28 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": 3.0, + "cinebench_r10_single": 3095, + "cinebench_r10_multi": 10990, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": 21.6, + "specfp2006": 20.4, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://technical.city/en/cpu/Core-2-Extreme-QX6850", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2007/consumer/core-2-quad-q6700.json b/data/cpu/intel/2007/consumer/core-2-quad-q6700.json index 5b0077b7..4e1d359f 100644 --- a/data/cpu/intel/2007/consumer/core-2-quad-q6700.json +++ b/data/cpu/intel/2007/consumer/core-2-quad-q6700.json @@ -20,11 +20,28 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1075, + "passmark_cpu_mark": 2095, + "specint2006": 17.6, + "specfp2006": 16.1, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Quad+Q6700+%40+2.66GHz&id=1039", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2008/consumer/core-2-duo-e4700.json b/data/cpu/intel/2008/consumer/core-2-duo-e4700.json index 0d13f780..5bde5389 100644 --- a/data/cpu/intel/2008/consumer/core-2-duo-e4700.json +++ b/data/cpu/intel/2008/consumer/core-2-duo-e4700.json @@ -20,11 +20,27 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1026, + "passmark_cpu_mark": 1021, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E4700+%40+2.60GHz&id=938" ] } diff --git a/data/cpu/intel/2008/consumer/core-2-duo-e7200.json b/data/cpu/intel/2008/consumer/core-2-duo-e7200.json index 3efdb9c2..b8ff7591 100644 --- a/data/cpu/intel/2008/consumer/core-2-duo-e7200.json +++ b/data/cpu/intel/2008/consumer/core-2-duo-e7200.json @@ -20,11 +20,28 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1061, + "passmark_cpu_mark": 1004, + "specint2006": 19.6, + "specfp2006": 17.6, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E7200+%40+2.53GHz&id=944", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2008/consumer/core-2-duo-e7300.json b/data/cpu/intel/2008/consumer/core-2-duo-e7300.json index 1ab072c1..1e2dcd79 100644 --- a/data/cpu/intel/2008/consumer/core-2-duo-e7300.json +++ b/data/cpu/intel/2008/consumer/core-2-duo-e7300.json @@ -20,11 +20,28 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1076, + "passmark_cpu_mark": 999, + "specint2006": 20.4, + "specfp2006": 18.2, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E7300+%40+2.66GHz&id=945", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2008/consumer/core-2-duo-e7400.json b/data/cpu/intel/2008/consumer/core-2-duo-e7400.json index 906a6871..79b5203a 100644 --- a/data/cpu/intel/2008/consumer/core-2-duo-e7400.json +++ b/data/cpu/intel/2008/consumer/core-2-duo-e7400.json @@ -20,11 +20,28 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1120, + "passmark_cpu_mark": 1068, + "specint2006": 21.4, + "specfp2006": 20.7, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E7400+%40+2.80GHz&id=946", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2008/consumer/core-2-duo-e8190.json b/data/cpu/intel/2008/consumer/core-2-duo-e8190.json index 38f7531f..3be9d209 100644 --- a/data/cpu/intel/2008/consumer/core-2-duo-e8190.json +++ b/data/cpu/intel/2008/consumer/core-2-duo-e8190.json @@ -20,10 +20,25 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" ] diff --git a/data/cpu/intel/2008/consumer/core-2-duo-e8200.json b/data/cpu/intel/2008/consumer/core-2-duo-e8200.json index 61d11da1..7dc7bb09 100644 --- a/data/cpu/intel/2008/consumer/core-2-duo-e8200.json +++ b/data/cpu/intel/2008/consumer/core-2-duo-e8200.json @@ -20,11 +20,28 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1136, + "passmark_cpu_mark": 1138, + "specint2006": 21.9, + "specfp2006": 19.2, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E8200+%40+2.66GHz&id=950", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2008/consumer/core-2-duo-e8290-15.json b/data/cpu/intel/2008/consumer/core-2-duo-e8290-15.json index f00938a3..445d8f85 100644 --- a/data/cpu/intel/2008/consumer/core-2-duo-e8290-15.json +++ b/data/cpu/intel/2008/consumer/core-2-duo-e8290-15.json @@ -20,10 +20,25 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" ] diff --git a/data/cpu/intel/2008/consumer/core-2-duo-e8300.json b/data/cpu/intel/2008/consumer/core-2-duo-e8300.json index ce913134..b950097f 100644 --- a/data/cpu/intel/2008/consumer/core-2-duo-e8300.json +++ b/data/cpu/intel/2008/consumer/core-2-duo-e8300.json @@ -20,11 +20,27 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1104, + "passmark_cpu_mark": 1057, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E8300+%40+2.83GHz&id=952" ] } diff --git a/data/cpu/intel/2008/consumer/core-2-duo-e8500.json b/data/cpu/intel/2008/consumer/core-2-duo-e8500.json index 9dc9b43c..0bbaffa6 100644 --- a/data/cpu/intel/2008/consumer/core-2-duo-e8500.json +++ b/data/cpu/intel/2008/consumer/core-2-duo-e8500.json @@ -20,11 +20,28 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1324, + "passmark_cpu_mark": 1301, + "specint2006": 25.6, + "specfp2006": 21.9, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E8500+%40+3.16GHz&id=5", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2008/consumer/core-2-duo-e8600.json b/data/cpu/intel/2008/consumer/core-2-duo-e8600.json index 51149c81..f20fb0a6 100644 --- a/data/cpu/intel/2008/consumer/core-2-duo-e8600.json +++ b/data/cpu/intel/2008/consumer/core-2-duo-e8600.json @@ -20,11 +20,28 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1388, + "passmark_cpu_mark": 1378, + "specint2006": 27.0, + "specfp2006": 24.5, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E8600+%40+3.33GHz&id=957", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2008/consumer/core-2-quad-q8200.json b/data/cpu/intel/2008/consumer/core-2-quad-q8200.json index 2cc9e702..859e0984 100644 --- a/data/cpu/intel/2008/consumer/core-2-quad-q8200.json +++ b/data/cpu/intel/2008/consumer/core-2-quad-q8200.json @@ -20,11 +20,28 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 996, + "passmark_cpu_mark": 1812, + "specint2006": 18.3, + "specfp2006": 17.7, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Quad+Q8200+%40+2.33GHz&id=1040", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2008/consumer/core-2-quad-q8300.json b/data/cpu/intel/2008/consumer/core-2-quad-q8300.json index db180322..d738e8e5 100644 --- a/data/cpu/intel/2008/consumer/core-2-quad-q8300.json +++ b/data/cpu/intel/2008/consumer/core-2-quad-q8300.json @@ -20,11 +20,28 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1061, + "passmark_cpu_mark": 1918, + "specint2006": 19.4, + "specfp2006": 18.6, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Quad+Q8300+%40+2.50GHz&id=9", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2008/consumer/core-2-quad-q9300.json b/data/cpu/intel/2008/consumer/core-2-quad-q9300.json index 45131e39..3e15a27d 100644 --- a/data/cpu/intel/2008/consumer/core-2-quad-q9300.json +++ b/data/cpu/intel/2008/consumer/core-2-quad-q9300.json @@ -20,11 +20,27 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1080, + "passmark_cpu_mark": 2016, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Quad+Q9300+%40+2.50GHz&id=1044" ] } diff --git a/data/cpu/intel/2008/consumer/core-2-quad-q9400.json b/data/cpu/intel/2008/consumer/core-2-quad-q9400.json index 82a54d4b..2a1def32 100644 --- a/data/cpu/intel/2008/consumer/core-2-quad-q9400.json +++ b/data/cpu/intel/2008/consumer/core-2-quad-q9400.json @@ -20,11 +20,28 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1140, + "passmark_cpu_mark": 2163, + "specint2006": 20.9, + "specfp2006": 19.5, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Quad+Q9400+%40+2.66GHz&id=1045", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2008/consumer/core-2-quad-q9450.json b/data/cpu/intel/2008/consumer/core-2-quad-q9450.json index 7fb7eb08..f1f4ff9b 100644 --- a/data/cpu/intel/2008/consumer/core-2-quad-q9450.json +++ b/data/cpu/intel/2008/consumer/core-2-quad-q9450.json @@ -20,11 +20,28 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1127, + "passmark_cpu_mark": 2203, + "specint2006": 23.2, + "specfp2006": 21.7, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Quad+Q9450+%40+2.66GHz&id=1046", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2009/consumer/core-2-duo-e7500.json b/data/cpu/intel/2009/consumer/core-2-duo-e7500.json index 7328c950..8e10db23 100644 --- a/data/cpu/intel/2009/consumer/core-2-duo-e7500.json +++ b/data/cpu/intel/2009/consumer/core-2-duo-e7500.json @@ -20,11 +20,27 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1210, + "passmark_cpu_mark": 1163, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E7500+%40+2.93GHz&id=947" ] } diff --git a/data/cpu/intel/2009/consumer/core-2-duo-e7600.json b/data/cpu/intel/2009/consumer/core-2-duo-e7600.json index 06682f0b..5572675f 100644 --- a/data/cpu/intel/2009/consumer/core-2-duo-e7600.json +++ b/data/cpu/intel/2009/consumer/core-2-duo-e7600.json @@ -20,11 +20,28 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1247, + "passmark_cpu_mark": 1149, + "specint2006": 22.5, + "specfp2006": 20.1, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E7600+%40+3.06GHz&id=948", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2009/consumer/core-2-duo-e8700.json b/data/cpu/intel/2009/consumer/core-2-duo-e8700.json index a64cbe17..ad7678b5 100644 --- a/data/cpu/intel/2009/consumer/core-2-duo-e8700.json +++ b/data/cpu/intel/2009/consumer/core-2-duo-e8700.json @@ -20,10 +20,25 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" ] diff --git a/data/cpu/intel/2009/consumer/core-2-quad-q8200s.json b/data/cpu/intel/2009/consumer/core-2-quad-q8200s.json index 65203b3b..9a9af9ec 100644 --- a/data/cpu/intel/2009/consumer/core-2-quad-q8200s.json +++ b/data/cpu/intel/2009/consumer/core-2-quad-q8200s.json @@ -20,10 +20,25 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" ] diff --git a/data/cpu/intel/2009/consumer/core-2-quad-q8400.json b/data/cpu/intel/2009/consumer/core-2-quad-q8400.json index 98f7b772..802e67b2 100644 --- a/data/cpu/intel/2009/consumer/core-2-quad-q8400.json +++ b/data/cpu/intel/2009/consumer/core-2-quad-q8400.json @@ -20,11 +20,28 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1144, + "passmark_cpu_mark": 2090, + "specint2006": 20.0, + "specfp2006": 19.3, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Quad+Q8400+%40+2.66GHz&id=1041", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2009/consumer/core-2-quad-q8400s.json b/data/cpu/intel/2009/consumer/core-2-quad-q8400s.json index d99229bb..9d697c3c 100644 --- a/data/cpu/intel/2009/consumer/core-2-quad-q8400s.json +++ b/data/cpu/intel/2009/consumer/core-2-quad-q8400s.json @@ -20,10 +20,25 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" ] diff --git a/data/cpu/intel/2009/consumer/core-2-quad-q9400s.json b/data/cpu/intel/2009/consumer/core-2-quad-q9400s.json index 35c0d7ea..e0ad79f2 100644 --- a/data/cpu/intel/2009/consumer/core-2-quad-q9400s.json +++ b/data/cpu/intel/2009/consumer/core-2-quad-q9400s.json @@ -20,10 +20,25 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" ] diff --git a/data/cpu/intel/2009/consumer/core-2-quad-q9505.json b/data/cpu/intel/2009/consumer/core-2-quad-q9505.json index 475d4b5d..ef45b16b 100644 --- a/data/cpu/intel/2009/consumer/core-2-quad-q9505.json +++ b/data/cpu/intel/2009/consumer/core-2-quad-q9505.json @@ -20,11 +20,27 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1187, + "passmark_cpu_mark": 2159, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Quad+Q9505+%40+2.83GHz&id=1048" ] } diff --git a/data/cpu/intel/2009/consumer/core-2-quad-q9505s.json b/data/cpu/intel/2009/consumer/core-2-quad-q9505s.json index fc5222e9..59f80e23 100644 --- a/data/cpu/intel/2009/consumer/core-2-quad-q9505s.json +++ b/data/cpu/intel/2009/consumer/core-2-quad-q9505s.json @@ -20,10 +20,25 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" ] diff --git a/data/cpu/intel/2010/consumer/core-2-quad-q9500.json b/data/cpu/intel/2010/consumer/core-2-quad-q9500.json index 314ed8f1..10c5acc4 100644 --- a/data/cpu/intel/2010/consumer/core-2-quad-q9500.json +++ b/data/cpu/intel/2010/consumer/core-2-quad-q9500.json @@ -20,11 +20,27 @@ "memory_support": null, "cinebench_r23_single": null, "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": null, "geekbench_multi": null, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 1213, + "passmark_cpu_mark": 2246, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, - "verified": false, + "verified": true, "source_urls": [ - "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors" + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Quad+Q9500+%40+2.83GHz&id=1047" ] }