From 61c31cdd05e2ee98f2a149561886074c08b9fa9d Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Mon, 1 Jun 2026 13:25:32 +0900 Subject: [PATCH 1/6] feat(data/cpu): add historic & niche CPU records (i486 to 2025) Adds 460 CPU records spanning Intel, AMD, IBM (POWER/z/PowerPC/Cell), Motorola 68k, DEC Alpha, Cyrix, VIA, Transmeta, Ampere, Hygon, Loongson, Zhaoxin, Qualcomm and Microsoft, from the i486 (1989) through 2025 parts. Each record validates against the schema and cites at least one source URL. Refs #1 --- .../cpu/amd/2003/consumer/athlon-64-3000.json | 46 +++++++++++++++++ .../cpu/amd/2003/consumer/athlon-64-3400.json | 46 +++++++++++++++++ .../amd/2003/consumer/athlon-64-fx-51.json | 45 +++++++++++++++++ data/cpu/amd/2003/enterprise/opteron-244.json | 45 +++++++++++++++++ data/cpu/amd/2003/enterprise/opteron-248.json | 45 +++++++++++++++++ .../cpu/amd/2004/consumer/athlon-64-3500.json | 46 +++++++++++++++++ .../cpu/amd/2004/consumer/athlon-64-4000.json | 46 +++++++++++++++++ .../amd/2004/consumer/athlon-64-fx-53.json | 45 +++++++++++++++++ .../amd/2004/consumer/athlon-64-fx-55.json | 46 +++++++++++++++++ data/cpu/amd/2004/consumer/sempron-2600.json | 46 +++++++++++++++++ data/cpu/amd/2004/consumer/sempron-3000.json | 46 +++++++++++++++++ .../cpu/amd/2005/consumer/athlon-64-3800.json | 46 +++++++++++++++++ .../amd/2005/consumer/athlon-64-x2-3800.json | 45 +++++++++++++++++ .../amd/2005/consumer/athlon-64-x2-4200.json | 45 +++++++++++++++++ data/cpu/amd/2005/consumer/sempron-3400.json | 46 +++++++++++++++++ data/cpu/amd/2005/enterprise/opteron-275.json | 46 +++++++++++++++++ .../amd/2006/consumer/athlon-64-fx-60.json | 47 ++++++++++++++++++ .../amd/2006/consumer/athlon-64-fx-62.json | 47 ++++++++++++++++++ .../amd/2006/consumer/athlon-64-x2-5000.json | 46 +++++++++++++++++ .../amd/2007/consumer/athlon-64-x2-5400.json | 46 +++++++++++++++++ .../amd/2007/consumer/athlon-64-x2-6000.json | 46 +++++++++++++++++ .../cpu/amd/2007/consumer/phenom-x4-9500.json | 46 +++++++++++++++++ .../cpu/amd/2007/enterprise/opteron-2356.json | 47 ++++++++++++++++++ .../cpu/amd/2008/consumer/phenom-x3-8450.json | 45 +++++++++++++++++ .../cpu/amd/2008/consumer/phenom-x3-8750.json | 46 +++++++++++++++++ .../cpu/amd/2008/consumer/phenom-x4-9550.json | 45 +++++++++++++++++ .../cpu/amd/2008/consumer/phenom-x4-9750.json | 46 +++++++++++++++++ .../cpu/amd/2008/consumer/phenom-x4-9850.json | 46 +++++++++++++++++ .../amd/2008/consumer/sempron-le-1300.json | 46 +++++++++++++++++ .../amd/2009/consumer/athlon-ii-x2-250.json | 46 +++++++++++++++++ .../amd/2009/consumer/athlon-ii-x4-620.json | 46 +++++++++++++++++ .../amd/2009/consumer/athlon-ii-x4-630.json | 46 +++++++++++++++++ .../amd/2010/consumer/athlon-ii-x2-260.json | 46 +++++++++++++++++ .../amd/2010/consumer/athlon-ii-x3-440.json | 46 +++++++++++++++++ data/cpu/amd/2011/consumer/a4-3400.json | 46 +++++++++++++++++ data/cpu/amd/2011/consumer/a6-3650.json | 46 +++++++++++++++++ data/cpu/amd/2011/consumer/a8-3850.json | 46 +++++++++++++++++ data/cpu/amd/2011/consumer/a8-3870k.json | 46 +++++++++++++++++ data/cpu/amd/2011/consumer/fx-4100.json | 46 +++++++++++++++++ data/cpu/amd/2011/consumer/fx-6100.json | 46 +++++++++++++++++ data/cpu/amd/2011/consumer/fx-8100.json | 46 +++++++++++++++++ data/cpu/amd/2011/consumer/fx-8120.json | 46 +++++++++++++++++ .../cpu/amd/2011/enterprise/opteron-6276.json | 46 +++++++++++++++++ data/cpu/amd/2012/consumer/a10-5700.json | 46 +++++++++++++++++ data/cpu/amd/2012/consumer/a10-5800k.json | 46 +++++++++++++++++ data/cpu/amd/2012/consumer/a4-5300.json | 46 +++++++++++++++++ data/cpu/amd/2012/consumer/a6-5400k.json | 46 +++++++++++++++++ data/cpu/amd/2012/consumer/a8-5600k.json | 46 +++++++++++++++++ data/cpu/amd/2012/consumer/fx-8320.json | 46 +++++++++++++++++ data/cpu/amd/2013/consumer/a10-6700.json | 46 +++++++++++++++++ data/cpu/amd/2013/consumer/a10-6800k.json | 46 +++++++++++++++++ data/cpu/amd/2013/consumer/a4-6300.json | 46 +++++++++++++++++ data/cpu/amd/2013/consumer/a6-6400k.json | 46 +++++++++++++++++ data/cpu/amd/2013/consumer/a8-6600k.json | 46 +++++++++++++++++ data/cpu/amd/2013/consumer/fx-9370.json | 46 +++++++++++++++++ data/cpu/amd/2014/consumer/a10-7700k.json | 47 ++++++++++++++++++ data/cpu/amd/2014/consumer/a10-7800.json | 46 +++++++++++++++++ data/cpu/amd/2014/consumer/a6-7400k.json | 46 +++++++++++++++++ data/cpu/amd/2014/consumer/a8-7600.json | 46 +++++++++++++++++ data/cpu/amd/2015/consumer/a8-7650k.json | 47 ++++++++++++++++++ data/cpu/amd/2016/consumer/a10-7890k.json | 46 +++++++++++++++++ data/cpu/amd/2016/consumer/a12-9800.json | 46 +++++++++++++++++ data/cpu/amd/2016/consumer/a8-9600.json | 46 +++++++++++++++++ data/cpu/amd/2017/consumer/ryzen-3-1300.json | 45 +++++++++++++++++ data/cpu/amd/2017/consumer/ryzen-5-1400.json | 48 ++++++++++++++++++ data/cpu/amd/2017/enterprise/epyc-7251.json | 47 ++++++++++++++++++ data/cpu/amd/2017/enterprise/epyc-7281.json | 47 ++++++++++++++++++ data/cpu/amd/2017/enterprise/epyc-7301.json | 47 ++++++++++++++++++ data/cpu/amd/2017/enterprise/epyc-7351.json | 46 +++++++++++++++++ data/cpu/amd/2017/enterprise/epyc-7351p.json | 47 ++++++++++++++++++ data/cpu/amd/2017/enterprise/epyc-7401.json | 46 +++++++++++++++++ data/cpu/amd/2017/enterprise/epyc-7401p.json | 47 ++++++++++++++++++ data/cpu/amd/2017/enterprise/epyc-7451.json | 47 ++++++++++++++++++ data/cpu/amd/2017/enterprise/epyc-7501.json | 47 ++++++++++++++++++ data/cpu/amd/2017/enterprise/epyc-7551.json | 47 ++++++++++++++++++ data/cpu/amd/2017/enterprise/epyc-7551p.json | 47 ++++++++++++++++++ data/cpu/amd/2018/consumer/ryzen-3-2300x.json | 46 +++++++++++++++++ data/cpu/amd/2018/consumer/ryzen-5-2500x.json | 46 +++++++++++++++++ data/cpu/amd/2018/consumer/ryzen-5-2600e.json | 46 +++++++++++++++++ data/cpu/amd/2018/enterprise/epyc-7261.json | 47 ++++++++++++++++++ data/cpu/amd/2018/enterprise/epyc-7371.json | 47 ++++++++++++++++++ .../amd/2019/consumer/ryzen-3-1200-af.json | 46 +++++++++++++++++ data/cpu/amd/2019/consumer/ryzen-3-3350u.json | 46 +++++++++++++++++ data/cpu/amd/2019/consumer/ryzen-5-3500.json | 46 +++++++++++++++++ data/cpu/amd/2019/consumer/ryzen-5-3550h.json | 48 ++++++++++++++++++ data/cpu/amd/2019/consumer/ryzen-5-3600x.json | 48 ++++++++++++++++++ data/cpu/amd/2019/consumer/ryzen-7-3750h.json | 48 ++++++++++++++++++ data/cpu/amd/2019/consumer/ryzen-9-3900.json | 48 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7232p.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7252.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7262.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7272.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7282.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7302.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7302p.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7352.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7402.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7402p.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7452.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7502.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7502p.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7532.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7542.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7552.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7642.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7662.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7702.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7702p.json | 47 ++++++++++++++++++ data/cpu/amd/2019/enterprise/epyc-7h12.json | 47 ++++++++++++++++++ data/cpu/amd/2020/consumer/ryzen-3-3250u.json | 48 ++++++++++++++++++ data/cpu/amd/2020/consumer/ryzen-3-4300g.json | 47 ++++++++++++++++++ data/cpu/amd/2020/consumer/ryzen-5-4600g.json | 47 ++++++++++++++++++ data/cpu/amd/2020/consumer/ryzen-7-4700g.json | 47 ++++++++++++++++++ data/cpu/amd/2020/consumer/ryzen-7-4750g.json | 47 ++++++++++++++++++ data/cpu/amd/2020/enterprise/epyc-7f32.json | 47 ++++++++++++++++++ data/cpu/amd/2020/enterprise/epyc-7f52.json | 47 ++++++++++++++++++ data/cpu/amd/2020/enterprise/epyc-7f72.json | 47 ++++++++++++++++++ .../ryzen-threadripper-pro-3945wx.json | 47 ++++++++++++++++++ .../ryzen-threadripper-pro-3955wx.json | 47 ++++++++++++++++++ .../ryzen-threadripper-pro-3975wx.json | 49 +++++++++++++++++++ .../ryzen-threadripper-pro-3995wx.json | 48 ++++++++++++++++++ data/cpu/amd/2021/consumer/ryzen-7-5800.json | 47 ++++++++++++++++++ data/cpu/amd/2021/enterprise/epyc-7203.json | 47 ++++++++++++++++++ data/cpu/amd/2021/enterprise/epyc-7203p.json | 47 ++++++++++++++++++ data/cpu/amd/2021/enterprise/epyc-7303.json | 47 ++++++++++++++++++ data/cpu/amd/2021/enterprise/epyc-7303p.json | 47 ++++++++++++++++++ data/cpu/amd/2021/enterprise/epyc-7313.json | 47 ++++++++++++++++++ data/cpu/amd/2021/enterprise/epyc-7313p.json | 47 ++++++++++++++++++ data/cpu/amd/2021/enterprise/epyc-7343.json | 47 ++++++++++++++++++ data/cpu/amd/2021/enterprise/epyc-7413.json | 47 ++++++++++++++++++ data/cpu/amd/2021/enterprise/epyc-7443.json | 47 ++++++++++++++++++ data/cpu/amd/2021/enterprise/epyc-7443p.json | 47 ++++++++++++++++++ data/cpu/amd/2021/enterprise/epyc-7453.json | 47 ++++++++++++++++++ data/cpu/amd/2021/enterprise/epyc-7513.json | 47 ++++++++++++++++++ data/cpu/amd/2021/enterprise/epyc-7543.json | 47 ++++++++++++++++++ data/cpu/amd/2021/enterprise/epyc-7543p.json | 47 ++++++++++++++++++ data/cpu/amd/2021/enterprise/epyc-7643.json | 47 ++++++++++++++++++ data/cpu/amd/2021/enterprise/epyc-7663.json | 47 ++++++++++++++++++ data/cpu/amd/2021/enterprise/epyc-7713.json | 47 ++++++++++++++++++ data/cpu/amd/2021/enterprise/epyc-7713p.json | 47 ++++++++++++++++++ data/cpu/amd/2022/consumer/ryzen-3-4100.json | 47 ++++++++++++++++++ data/cpu/amd/2022/consumer/ryzen-3-7320u.json | 48 ++++++++++++++++++ data/cpu/amd/2022/consumer/ryzen-5-4500.json | 47 ++++++++++++++++++ data/cpu/amd/2022/consumer/ryzen-5-6600u.json | 48 ++++++++++++++++++ data/cpu/amd/2022/consumer/ryzen-5-7520u.json | 48 ++++++++++++++++++ data/cpu/amd/2022/consumer/ryzen-7-6800u.json | 48 ++++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-7373x.json | 46 +++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-7473x.json | 47 ++++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-7573x.json | 47 ++++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-7773x.json | 48 ++++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-9124.json | 47 ++++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-9174f.json | 47 ++++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-9224.json | 47 ++++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-9254.json | 47 ++++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-9274f.json | 47 ++++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-9334.json | 47 ++++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-9354.json | 47 ++++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-9354p.json | 47 ++++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-9374f.json | 47 ++++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-9454.json | 47 ++++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-9454p.json | 47 ++++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-9474f.json | 47 ++++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-9534.json | 47 ++++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-9554p.json | 47 ++++++++++++++++++ data/cpu/amd/2022/enterprise/epyc-9634.json | 47 ++++++++++++++++++ .../ryzen-threadripper-pro-5945wx.json | 47 ++++++++++++++++++ .../ryzen-threadripper-pro-5955wx.json | 47 ++++++++++++++++++ .../ryzen-threadripper-pro-5965wx.json | 48 ++++++++++++++++++ .../ryzen-threadripper-pro-5975wx.json | 47 ++++++++++++++++++ .../ryzen-threadripper-pro-5985wx.json | 46 +++++++++++++++++ .../amd/2023/consumer/ryzen-5-5600x3d.json | 47 ++++++++++++++++++ data/cpu/amd/2023/consumer/ryzen-5-7500f.json | 47 ++++++++++++++++++ data/cpu/amd/2023/consumer/ryzen-7-7720u.json | 45 +++++++++++++++++ .../amd/2023/consumer/ryzen-9-7900x3d.json | 49 +++++++++++++++++++ data/cpu/amd/2023/enterprise/epyc-9384x.json | 47 ++++++++++++++++++ data/cpu/amd/2023/enterprise/epyc-9484x.json | 46 +++++++++++++++++ data/cpu/amd/2023/enterprise/epyc-9734.json | 47 ++++++++++++++++++ data/cpu/amd/2024/consumer/ryzen-3-8300g.json | 47 ++++++++++++++++++ .../cpu/amd/2024/consumer/ryzen-5-5500gt.json | 47 ++++++++++++++++++ .../cpu/amd/2024/consumer/ryzen-5-5600gt.json | 47 ++++++++++++++++++ data/cpu/amd/2024/consumer/ryzen-5-8540u.json | 48 ++++++++++++++++++ data/cpu/amd/2024/consumer/ryzen-7-5700.json | 47 ++++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9135.json | 47 ++++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9175f.json | 47 ++++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9255.json | 47 ++++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9265.json | 46 +++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9275f.json | 47 ++++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9335.json | 47 ++++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9355.json | 46 +++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9355p.json | 47 ++++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9375f.json | 47 ++++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9455.json | 46 +++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9455p.json | 47 ++++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9475f.json | 47 ++++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9535.json | 47 ++++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9555.json | 46 +++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9555p.json | 47 ++++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9565.json | 47 ++++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9575f.json | 47 ++++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9645.json | 46 +++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9655.json | 47 ++++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9655p.json | 47 ++++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9745.json | 47 ++++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9825.json | 46 +++++++++++++++++ data/cpu/amd/2024/enterprise/epyc-9845.json | 47 ++++++++++++++++++ data/cpu/amd/2025/consumer/ryzen-5-9650h.json | 45 +++++++++++++++++ data/cpu/amd/2025/consumer/ryzen-7-9750h.json | 45 +++++++++++++++++ data/cpu/amd/2025/consumer/ryzen-9-9850h.json | 45 +++++++++++++++++ .../amd/2025/consumer/ryzen-ai-7-pro-360.json | 49 +++++++++++++++++++ .../amd/2025/consumer/ryzen-ai-max-380.json | 45 +++++++++++++++++ .../amd/2025/consumer/ryzen-ai-max-390.json | 48 ++++++++++++++++++ .../ryzen-threadripper-pro-9955wx.json | 47 ++++++++++++++++++ .../ryzen-threadripper-pro-9965wx.json | 47 ++++++++++++++++++ .../ryzen-threadripper-pro-9975wx.json | 47 ++++++++++++++++++ .../ryzen-threadripper-pro-9985wx.json | 47 ++++++++++++++++++ .../ampere/2020/enterprise/altra-q64-30.json | 46 +++++++++++++++++ .../ampere/2020/enterprise/altra-q80-30.json | 46 +++++++++++++++++ .../2024/enterprise/ampereone-a176-32.json | 46 +++++++++++++++++ .../cyrix/1995/consumer/cyrix-5x86-100.json | 45 +++++++++++++++++ .../1997/consumer/cyrix-6x86mx-pr300.json | 45 +++++++++++++++++ .../cyrix/1998/consumer/mediagx-mmx-300.json | 45 +++++++++++++++++ .../cpu/dec/1994/enterprise/alpha-21064a.json | 45 +++++++++++++++++ .../cpu/dec/1996/enterprise/alpha-21164a.json | 45 +++++++++++++++++ .../cpu/dec/1999/enterprise/alpha-21264a.json | 45 +++++++++++++++++ data/cpu/dec/2002/enterprise/alpha-21364.json | 45 +++++++++++++++++ .../2021/enterprise/dhyana-c86-5380.json | 45 +++++++++++++++++ .../2023/enterprise/dhyana-c86-7390.json | 45 +++++++++++++++++ data/cpu/ibm/1999/enterprise/rs64-iii.json | 45 +++++++++++++++++ data/cpu/ibm/2000/enterprise/rs64-iv.json | 45 +++++++++++++++++ data/cpu/ibm/2009/enterprise/power6-plus.json | 45 +++++++++++++++++ data/cpu/ibm/2021/enterprise/power10-mma.json | 45 +++++++++++++++++ data/cpu/intel/1990/consumer/i486-dx-33.json | 46 +++++++++++++++++ data/cpu/intel/1991/consumer/i486-dx-50.json | 45 +++++++++++++++++ data/cpu/intel/1991/consumer/i486-sx-20.json | 45 +++++++++++++++++ data/cpu/intel/1991/consumer/i486-sx-25.json | 45 +++++++++++++++++ data/cpu/intel/1992/consumer/i486-dx2-50.json | 45 +++++++++++++++++ data/cpu/intel/1993/consumer/pentium-60.json | 45 +++++++++++++++++ .../cpu/intel/1994/consumer/i486-dx4-100.json | 45 +++++++++++++++++ data/cpu/intel/1994/consumer/pentium-100.json | 46 +++++++++++++++++ data/cpu/intel/1994/consumer/pentium-75.json | 45 +++++++++++++++++ data/cpu/intel/1994/consumer/pentium-90.json | 45 +++++++++++++++++ data/cpu/intel/1995/consumer/pentium-120.json | 45 +++++++++++++++++ .../intel/1995/consumer/pentium-pro-150.json | 45 +++++++++++++++++ .../intel/1995/consumer/pentium-pro-180.json | 45 +++++++++++++++++ data/cpu/intel/1996/consumer/pentium-150.json | 45 +++++++++++++++++ data/cpu/intel/1996/consumer/pentium-166.json | 45 +++++++++++++++++ .../intel/1997/consumer/pentium-ii-233.json | 45 +++++++++++++++++ .../intel/1997/consumer/pentium-ii-266.json | 45 +++++++++++++++++ .../intel/1997/consumer/pentium-mmx-166.json | 45 +++++++++++++++++ .../intel/1997/consumer/pentium-mmx-233.json | 45 +++++++++++++++++ .../intel/1998/consumer/pentium-ii-333.json | 45 +++++++++++++++++ .../intel/1998/consumer/pentium-ii-400.json | 45 +++++++++++++++++ data/cpu/intel/1999/consumer/celeron-466.json | 45 +++++++++++++++++ .../intel/1999/consumer/pentium-iii-450.json | 45 +++++++++++++++++ .../intel/1999/consumer/pentium-iii-600.json | 46 +++++++++++++++++ .../intel/1999/consumer/pentium-iii-733.json | 45 +++++++++++++++++ .../intel/1999/consumer/pentium-iii-800.json | 45 +++++++++++++++++ data/cpu/intel/2000/consumer/celeron-700.json | 45 +++++++++++++++++ .../intel/2000/consumer/pentium-4-1300.json | 45 +++++++++++++++++ .../intel/2000/consumer/pentium-iii-866.json | 45 +++++++++++++++++ .../intel/2000/consumer/pentium-iii-933.json | 45 +++++++++++++++++ .../intel/2001/consumer/pentium-4-1700.json | 45 +++++++++++++++++ .../intel/2001/consumer/pentium-iii-1100.json | 45 +++++++++++++++++ .../intel/2001/consumer/pentium-iii-1133.json | 46 +++++++++++++++++ .../intel/2001/consumer/pentium-iii-1200.json | 46 +++++++++++++++++ .../intel/2001/consumer/pentium-iii-1400.json | 46 +++++++++++++++++ .../intel/2001/enterprise/itanium-733.json | 46 +++++++++++++++++ .../intel/2001/enterprise/itanium-800.json | 46 +++++++++++++++++ .../intel/2002/consumer/pentium-4-2400.json | 46 +++++++++++++++++ .../intel/2002/consumer/pentium-4-2800.json | 45 +++++++++++++++++ .../intel/2002/enterprise/itanium-2-1000.json | 46 +++++++++++++++++ .../intel/2002/enterprise/itanium-2-900.json | 46 +++++++++++++++++ .../intel/2003/consumer/pentium-4-3200.json | 45 +++++++++++++++++ .../intel/2003/enterprise/itanium-2-1500.json | 46 +++++++++++++++++ .../intel/2004/consumer/celeron-d-330.json | 45 +++++++++++++++++ .../intel/2004/enterprise/itanium-2-1600.json | 46 +++++++++++++++++ .../intel/2005/consumer/pentium-d-840.json | 45 +++++++++++++++++ .../intel/2006/consumer/pentium-d-940.json | 46 +++++++++++++++++ .../intel/2006/consumer/pentium-d-945.json | 45 +++++++++++++++++ .../intel/2006/enterprise/itanium-9015.json | 46 +++++++++++++++++ .../intel/2006/enterprise/itanium-9050.json | 46 +++++++++++++++++ .../intel/2007/enterprise/itanium-9140m.json | 46 +++++++++++++++++ .../intel/2007/enterprise/itanium-9150m.json | 46 +++++++++++++++++ data/cpu/intel/2008/consumer/atom-z520.json | 47 ++++++++++++++++++ data/cpu/intel/2010/consumer/atom-d525.json | 47 ++++++++++++++++++ data/cpu/intel/2010/consumer/atom-n450.json | 47 ++++++++++++++++++ .../intel/2010/enterprise/core-i7-970.json | 46 +++++++++++++++++ .../intel/2010/enterprise/core-i7-990x.json | 48 ++++++++++++++++++ .../intel/2010/enterprise/itanium-9310.json | 46 +++++++++++++++++ .../intel/2010/enterprise/itanium-9350.json | 46 +++++++++++++++++ data/cpu/intel/2011/consumer/atom-n2600.json | 47 ++++++++++++++++++ .../cpu/intel/2011/consumer/core-i5-2300.json | 48 ++++++++++++++++++ .../cpu/intel/2011/consumer/core-i5-2400.json | 49 +++++++++++++++++++ .../cpu/intel/2011/consumer/core-i5-2500.json | 48 ++++++++++++++++++ .../cpu/intel/2011/consumer/core-i7-2600.json | 48 ++++++++++++++++++ .../intel/2011/enterprise/core-i7-3820.json | 47 ++++++++++++++++++ .../intel/2011/enterprise/core-i7-3930k.json | 47 ++++++++++++++++++ .../intel/2011/enterprise/core-i7-3960x.json | 48 ++++++++++++++++++ .../cpu/intel/2012/consumer/core-i5-3450.json | 48 ++++++++++++++++++ .../cpu/intel/2012/consumer/core-i5-3470.json | 49 +++++++++++++++++++ .../cpu/intel/2012/consumer/core-i5-3570.json | 48 ++++++++++++++++++ .../intel/2012/consumer/core-i5-3570k.json | 49 +++++++++++++++++++ .../cpu/intel/2012/consumer/core-i7-3770.json | 48 ++++++++++++++++++ .../intel/2012/enterprise/core-i7-3970x.json | 47 ++++++++++++++++++ .../intel/2012/enterprise/itanium-9520.json | 46 +++++++++++++++++ .../intel/2012/enterprise/itanium-9560.json | 46 +++++++++++++++++ .../cpu/intel/2013/consumer/core-i5-4460.json | 49 +++++++++++++++++++ .../cpu/intel/2013/consumer/core-i5-4570.json | 48 ++++++++++++++++++ .../intel/2013/consumer/core-i5-4670k.json | 48 ++++++++++++++++++ data/cpu/intel/2013/consumer/quark-x1000.json | 45 +++++++++++++++++ .../intel/2013/enterprise/core-i7-4820k.json | 47 ++++++++++++++++++ .../intel/2013/enterprise/core-i7-4930k.json | 47 ++++++++++++++++++ .../intel/2013/enterprise/core-i7-4960x.json | 48 ++++++++++++++++++ .../intel/2014/consumer/celeron-g1820.json | 47 ++++++++++++++++++ .../intel/2014/consumer/core-i5-4690k.json | 48 ++++++++++++++++++ .../cpu/intel/2014/consumer/core-i7-4790.json | 48 ++++++++++++++++++ .../intel/2014/enterprise/core-i7-5820k.json | 47 ++++++++++++++++++ .../intel/2014/enterprise/core-i7-5930k.json | 47 ++++++++++++++++++ .../intel/2015/consumer/celeron-g3900.json | 47 ++++++++++++++++++ .../cpu/intel/2015/consumer/core-i5-6500.json | 49 +++++++++++++++++++ .../cpu/intel/2015/consumer/core-i5-6600.json | 48 ++++++++++++++++++ .../cpu/intel/2015/consumer/core-i7-6700.json | 49 +++++++++++++++++++ .../intel/2016/enterprise/core-i7-6800k.json | 47 ++++++++++++++++++ .../intel/2016/enterprise/core-i7-6850k.json | 47 ++++++++++++++++++ .../intel/2016/enterprise/core-i7-6900k.json | 47 ++++++++++++++++++ .../intel/2016/enterprise/xeon-phi-7210.json | 47 ++++++++++++++++++ .../intel/2016/enterprise/xeon-phi-7230.json | 46 +++++++++++++++++ .../intel/2016/enterprise/xeon-phi-7250.json | 46 +++++++++++++++++ .../intel/2016/enterprise/xeon-phi-7290.json | 47 ++++++++++++++++++ .../cpu/intel/2017/consumer/core-i5-7500.json | 48 ++++++++++++++++++ .../cpu/intel/2017/consumer/core-i5-7600.json | 47 ++++++++++++++++++ .../cpu/intel/2017/consumer/core-i7-7700.json | 48 ++++++++++++++++++ .../intel/2017/enterprise/core-i7-7800x.json | 47 ++++++++++++++++++ .../intel/2017/enterprise/core-i7-7820x.json | 47 ++++++++++++++++++ .../intel/2017/enterprise/core-i9-7900x.json | 48 ++++++++++++++++++ .../intel/2017/enterprise/core-i9-7920x.json | 47 ++++++++++++++++++ .../intel/2017/enterprise/core-i9-7940x.json | 47 ++++++++++++++++++ .../intel/2017/enterprise/core-i9-7960x.json | 47 ++++++++++++++++++ .../intel/2017/enterprise/core-i9-7980xe.json | 47 ++++++++++++++++++ .../intel/2017/enterprise/itanium-9740.json | 46 +++++++++++++++++ .../intel/2017/enterprise/itanium-9760.json | 46 +++++++++++++++++ .../intel/2017/enterprise/xeon-gold-5118.json | 48 ++++++++++++++++++ .../intel/2017/enterprise/xeon-gold-5120.json | 48 ++++++++++++++++++ .../intel/2017/enterprise/xeon-gold-6126.json | 48 ++++++++++++++++++ .../intel/2017/enterprise/xeon-gold-6130.json | 48 ++++++++++++++++++ .../intel/2017/enterprise/xeon-gold-6138.json | 48 ++++++++++++++++++ .../intel/2017/enterprise/xeon-gold-6150.json | 48 ++++++++++++++++++ .../intel/2017/enterprise/xeon-gold-6154.json | 48 ++++++++++++++++++ .../2017/enterprise/xeon-platinum-8160.json | 48 ++++++++++++++++++ .../2017/enterprise/xeon-platinum-8170.json | 47 ++++++++++++++++++ .../2017/enterprise/xeon-platinum-8176.json | 48 ++++++++++++++++++ .../2017/enterprise/xeon-silver-4110.json | 48 ++++++++++++++++++ .../2017/enterprise/xeon-silver-4116.json | 48 ++++++++++++++++++ .../cpu/intel/2018/consumer/core-i5-8500.json | 48 ++++++++++++++++++ .../cpu/intel/2018/consumer/core-i5-8600.json | 47 ++++++++++++++++++ .../intel/2018/enterprise/core-i7-9800x.json | 47 ++++++++++++++++++ .../intel/2018/enterprise/core-i9-9820x.json | 47 ++++++++++++++++++ .../intel/2018/enterprise/core-i9-9900x.json | 47 ++++++++++++++++++ .../intel/2018/enterprise/core-i9-9920x.json | 47 ++++++++++++++++++ .../intel/2018/enterprise/core-i9-9940x.json | 47 ++++++++++++++++++ .../intel/2018/enterprise/core-i9-9960x.json | 47 ++++++++++++++++++ .../intel/2018/enterprise/core-i9-9980xe.json | 48 ++++++++++++++++++ .../cpu/intel/2019/consumer/core-i5-9400.json | 47 ++++++++++++++++++ .../cpu/intel/2019/consumer/core-i5-9500.json | 47 ++++++++++++++++++ .../cpu/intel/2019/consumer/core-i5-9600.json | 47 ++++++++++++++++++ .../intel/2019/consumer/core-i7-9700f.json | 47 ++++++++++++++++++ .../cpu/intel/2019/consumer/core-i9-9900.json | 47 ++++++++++++++++++ .../intel/2019/enterprise/core-i9-10900x.json | 47 ++++++++++++++++++ .../intel/2019/enterprise/core-i9-10920x.json | 48 ++++++++++++++++++ .../intel/2019/enterprise/core-i9-10940x.json | 47 ++++++++++++++++++ .../2019/enterprise/core-i9-10980xe.json | 48 ++++++++++++++++++ .../2019/enterprise/xeon-bronze-3204.json | 47 ++++++++++++++++++ .../intel/2019/enterprise/xeon-gold-5218.json | 46 +++++++++++++++++ .../intel/2019/enterprise/xeon-gold-5220.json | 47 ++++++++++++++++++ .../intel/2019/enterprise/xeon-gold-6226.json | 46 +++++++++++++++++ .../intel/2019/enterprise/xeon-gold-6230.json | 47 ++++++++++++++++++ .../intel/2019/enterprise/xeon-gold-6242.json | 47 ++++++++++++++++++ .../intel/2019/enterprise/xeon-gold-6252.json | 47 ++++++++++++++++++ .../2019/enterprise/xeon-gold-6258r.json | 47 ++++++++++++++++++ .../2019/enterprise/xeon-platinum-8260.json | 47 ++++++++++++++++++ .../2019/enterprise/xeon-platinum-8268.json | 47 ++++++++++++++++++ .../2019/enterprise/xeon-platinum-8276.json | 46 +++++++++++++++++ .../2019/enterprise/xeon-silver-4210.json | 47 ++++++++++++++++++ .../2019/enterprise/xeon-silver-4214.json | 47 ++++++++++++++++++ .../intel/2020/consumer/core-i5-10500.json | 47 ++++++++++++++++++ .../intel/2020/consumer/core-i5-10600.json | 47 ++++++++++++++++++ .../intel/2020/consumer/core-i7-10700f.json | 47 ++++++++++++++++++ .../intel/2020/consumer/core-i9-10850k.json | 48 ++++++++++++++++++ .../intel/2020/consumer/core-i9-10900f.json | 47 ++++++++++++++++++ .../intel/2021/consumer/core-i5-11500.json | 47 ++++++++++++++++++ .../intel/2021/consumer/core-i5-11600.json | 47 ++++++++++++++++++ .../intel/2021/consumer/core-i7-11700.json | 49 +++++++++++++++++++ .../intel/2021/consumer/core-i7-11700f.json | 48 ++++++++++++++++++ .../intel/2021/consumer/core-i9-11900f.json | 47 ++++++++++++++++++ .../intel/2021/enterprise/xeon-gold-5320.json | 47 ++++++++++++++++++ .../intel/2021/enterprise/xeon-gold-6326.json | 47 ++++++++++++++++++ .../intel/2021/enterprise/xeon-gold-6330.json | 47 ++++++++++++++++++ .../intel/2021/enterprise/xeon-gold-6342.json | 47 ++++++++++++++++++ .../intel/2021/enterprise/xeon-gold-6346.json | 47 ++++++++++++++++++ .../intel/2021/enterprise/xeon-gold-6348.json | 47 ++++++++++++++++++ .../intel/2021/enterprise/xeon-gold-6354.json | 47 ++++++++++++++++++ .../2021/enterprise/xeon-platinum-8358.json | 47 ++++++++++++++++++ .../2021/enterprise/xeon-platinum-8368.json | 46 +++++++++++++++++ .../2021/enterprise/xeon-silver-4310.json | 47 ++++++++++++++++++ .../2021/enterprise/xeon-silver-4316.json | 47 ++++++++++++++++++ .../intel/2022/consumer/core-i5-12500.json | 48 ++++++++++++++++++ .../intel/2022/consumer/core-i7-12700f.json | 49 +++++++++++++++++++ .../intel/2022/consumer/core-i9-12900f.json | 47 ++++++++++++++++++ .../intel/2023/consumer/core-i7-13700f.json | 48 ++++++++++++++++++ .../intel/2023/consumer/core-i7-14700f.json | 47 ++++++++++++++++++ .../intel/2023/consumer/core-i9-13900f.json | 48 ++++++++++++++++++ .../intel/2023/consumer/core-i9-13900kf.json | 48 ++++++++++++++++++ .../intel/2023/consumer/core-i9-14900f.json | 47 ++++++++++++++++++ .../intel/2023/consumer/core-i9-14900kf.json | 48 ++++++++++++++++++ .../2023/enterprise/xeon-gold-5418y.json | 47 ++++++++++++++++++ .../2023/enterprise/xeon-gold-5420-plus.json | 47 ++++++++++++++++++ .../2023/enterprise/xeon-gold-5515-plus.json | 47 ++++++++++++++++++ .../2023/enterprise/xeon-gold-5520-plus.json | 47 ++++++++++++++++++ .../2023/enterprise/xeon-gold-6414u.json | 47 ++++++++++++++++++ .../intel/2023/enterprise/xeon-gold-6430.json | 47 ++++++++++++++++++ .../2023/enterprise/xeon-gold-6442y.json | 47 ++++++++++++++++++ .../2023/enterprise/xeon-gold-6444y.json | 47 ++++++++++++++++++ .../2023/enterprise/xeon-gold-6448y.json | 47 ++++++++++++++++++ .../2023/enterprise/xeon-gold-6454s.json | 46 +++++++++++++++++ .../2023/enterprise/xeon-gold-6526y.json | 47 ++++++++++++++++++ .../intel/2023/enterprise/xeon-gold-6530.json | 47 ++++++++++++++++++ .../2023/enterprise/xeon-gold-6542y.json | 47 ++++++++++++++++++ .../2023/enterprise/xeon-gold-6544y.json | 47 ++++++++++++++++++ .../2023/enterprise/xeon-gold-6548y-plus.json | 47 ++++++++++++++++++ .../2023/enterprise/xeon-platinum-8452y.json | 46 +++++++++++++++++ .../2023/enterprise/xeon-platinum-8460h.json | 46 +++++++++++++++++ .../2023/enterprise/xeon-platinum-8470.json | 47 ++++++++++++++++++ .../2023/enterprise/xeon-platinum-8490h.json | 46 +++++++++++++++++ .../2023/enterprise/xeon-platinum-8558.json | 46 +++++++++++++++++ .../enterprise/xeon-platinum-8568y-plus.json | 47 ++++++++++++++++++ .../2023/enterprise/xeon-platinum-8580.json | 46 +++++++++++++++++ .../2023/enterprise/xeon-silver-4410y.json | 47 ++++++++++++++++++ .../2021/consumer/loongson-3a5000.json | 45 +++++++++++++++++ .../2021/enterprise/loongson-3c5000.json | 45 +++++++++++++++++ .../2022/consumer/loongson-2k2000.json | 45 +++++++++++++++++ .../microsoft/2025/enterprise/cobalt-200.json | 46 +++++++++++++++++ .../1979/consumer/motorola-68000-8.json | 45 +++++++++++++++++ .../1982/consumer/motorola-68010-10.json | 45 +++++++++++++++++ .../1987/consumer/motorola-68020-33.json | 45 +++++++++++++++++ .../1989/consumer/motorola-68030-40.json | 45 +++++++++++++++++ .../1990/consumer/motorola-68040-33.json | 45 +++++++++++++++++ .../1991/consumer/motorola-68040-40.json | 45 +++++++++++++++++ .../1994/consumer/motorola-68060-50.json | 45 +++++++++++++++++ .../1995/consumer/motorola-68060-75.json | 45 +++++++++++++++++ .../2023/enterprise/grace-hopper-gh200.json | 46 +++++++++++++++++ .../2017/enterprise/centriq-2460.json | 45 +++++++++++++++++ .../2025/consumer/snapdragon-x-x1-26-100.json | 48 ++++++++++++++++++ .../2000/consumer/crusoe-tm5400.json | 45 +++++++++++++++++ .../2000/consumer/crusoe-tm5600.json | 45 +++++++++++++++++ .../2003/consumer/efficeon-tm8600.json | 45 +++++++++++++++++ data/cpu/via/2005/consumer/via-c7-2000.json | 45 +++++++++++++++++ data/cpu/via/2011/consumer/via-eden-x2.json | 45 +++++++++++++++++ .../via/2011/consumer/via-nano-x2-l4350.json | 46 +++++++++++++++++ data/cpu/zhaoxin/2017/consumer/kx-5000.json | 45 +++++++++++++++++ data/cpu/zhaoxin/2020/consumer/kx-u6580.json | 45 +++++++++++++++++ 460 files changed, 21425 insertions(+) create mode 100644 data/cpu/amd/2003/consumer/athlon-64-3000.json create mode 100644 data/cpu/amd/2003/consumer/athlon-64-3400.json create mode 100644 data/cpu/amd/2003/consumer/athlon-64-fx-51.json create mode 100644 data/cpu/amd/2003/enterprise/opteron-244.json create mode 100644 data/cpu/amd/2003/enterprise/opteron-248.json create mode 100644 data/cpu/amd/2004/consumer/athlon-64-3500.json create mode 100644 data/cpu/amd/2004/consumer/athlon-64-4000.json create mode 100644 data/cpu/amd/2004/consumer/athlon-64-fx-53.json create mode 100644 data/cpu/amd/2004/consumer/athlon-64-fx-55.json create mode 100644 data/cpu/amd/2004/consumer/sempron-2600.json create mode 100644 data/cpu/amd/2004/consumer/sempron-3000.json create mode 100644 data/cpu/amd/2005/consumer/athlon-64-3800.json create mode 100644 data/cpu/amd/2005/consumer/athlon-64-x2-3800.json create mode 100644 data/cpu/amd/2005/consumer/athlon-64-x2-4200.json create mode 100644 data/cpu/amd/2005/consumer/sempron-3400.json create mode 100644 data/cpu/amd/2005/enterprise/opteron-275.json create mode 100644 data/cpu/amd/2006/consumer/athlon-64-fx-60.json create mode 100644 data/cpu/amd/2006/consumer/athlon-64-fx-62.json create mode 100644 data/cpu/amd/2006/consumer/athlon-64-x2-5000.json create mode 100644 data/cpu/amd/2007/consumer/athlon-64-x2-5400.json create mode 100644 data/cpu/amd/2007/consumer/athlon-64-x2-6000.json create mode 100644 data/cpu/amd/2007/consumer/phenom-x4-9500.json create mode 100644 data/cpu/amd/2007/enterprise/opteron-2356.json create mode 100644 data/cpu/amd/2008/consumer/phenom-x3-8450.json create mode 100644 data/cpu/amd/2008/consumer/phenom-x3-8750.json create mode 100644 data/cpu/amd/2008/consumer/phenom-x4-9550.json create mode 100644 data/cpu/amd/2008/consumer/phenom-x4-9750.json create mode 100644 data/cpu/amd/2008/consumer/phenom-x4-9850.json create mode 100644 data/cpu/amd/2008/consumer/sempron-le-1300.json create mode 100644 data/cpu/amd/2009/consumer/athlon-ii-x2-250.json create mode 100644 data/cpu/amd/2009/consumer/athlon-ii-x4-620.json create mode 100644 data/cpu/amd/2009/consumer/athlon-ii-x4-630.json create mode 100644 data/cpu/amd/2010/consumer/athlon-ii-x2-260.json create mode 100644 data/cpu/amd/2010/consumer/athlon-ii-x3-440.json create mode 100644 data/cpu/amd/2011/consumer/a4-3400.json create mode 100644 data/cpu/amd/2011/consumer/a6-3650.json create mode 100644 data/cpu/amd/2011/consumer/a8-3850.json create mode 100644 data/cpu/amd/2011/consumer/a8-3870k.json create mode 100644 data/cpu/amd/2011/consumer/fx-4100.json create mode 100644 data/cpu/amd/2011/consumer/fx-6100.json create mode 100644 data/cpu/amd/2011/consumer/fx-8100.json create mode 100644 data/cpu/amd/2011/consumer/fx-8120.json create mode 100644 data/cpu/amd/2011/enterprise/opteron-6276.json create mode 100644 data/cpu/amd/2012/consumer/a10-5700.json create mode 100644 data/cpu/amd/2012/consumer/a10-5800k.json create mode 100644 data/cpu/amd/2012/consumer/a4-5300.json create mode 100644 data/cpu/amd/2012/consumer/a6-5400k.json create mode 100644 data/cpu/amd/2012/consumer/a8-5600k.json create mode 100644 data/cpu/amd/2012/consumer/fx-8320.json create mode 100644 data/cpu/amd/2013/consumer/a10-6700.json create mode 100644 data/cpu/amd/2013/consumer/a10-6800k.json create mode 100644 data/cpu/amd/2013/consumer/a4-6300.json create mode 100644 data/cpu/amd/2013/consumer/a6-6400k.json create mode 100644 data/cpu/amd/2013/consumer/a8-6600k.json create mode 100644 data/cpu/amd/2013/consumer/fx-9370.json create mode 100644 data/cpu/amd/2014/consumer/a10-7700k.json create mode 100644 data/cpu/amd/2014/consumer/a10-7800.json create mode 100644 data/cpu/amd/2014/consumer/a6-7400k.json create mode 100644 data/cpu/amd/2014/consumer/a8-7600.json create mode 100644 data/cpu/amd/2015/consumer/a8-7650k.json create mode 100644 data/cpu/amd/2016/consumer/a10-7890k.json create mode 100644 data/cpu/amd/2016/consumer/a12-9800.json create mode 100644 data/cpu/amd/2016/consumer/a8-9600.json create mode 100644 data/cpu/amd/2017/consumer/ryzen-3-1300.json create mode 100644 data/cpu/amd/2017/consumer/ryzen-5-1400.json create mode 100644 data/cpu/amd/2017/enterprise/epyc-7251.json create mode 100644 data/cpu/amd/2017/enterprise/epyc-7281.json create mode 100644 data/cpu/amd/2017/enterprise/epyc-7301.json create mode 100644 data/cpu/amd/2017/enterprise/epyc-7351.json create mode 100644 data/cpu/amd/2017/enterprise/epyc-7351p.json create mode 100644 data/cpu/amd/2017/enterprise/epyc-7401.json create mode 100644 data/cpu/amd/2017/enterprise/epyc-7401p.json create mode 100644 data/cpu/amd/2017/enterprise/epyc-7451.json create mode 100644 data/cpu/amd/2017/enterprise/epyc-7501.json create mode 100644 data/cpu/amd/2017/enterprise/epyc-7551.json create mode 100644 data/cpu/amd/2017/enterprise/epyc-7551p.json create mode 100644 data/cpu/amd/2018/consumer/ryzen-3-2300x.json create mode 100644 data/cpu/amd/2018/consumer/ryzen-5-2500x.json create mode 100644 data/cpu/amd/2018/consumer/ryzen-5-2600e.json create mode 100644 data/cpu/amd/2018/enterprise/epyc-7261.json create mode 100644 data/cpu/amd/2018/enterprise/epyc-7371.json create mode 100644 data/cpu/amd/2019/consumer/ryzen-3-1200-af.json create mode 100644 data/cpu/amd/2019/consumer/ryzen-3-3350u.json create mode 100644 data/cpu/amd/2019/consumer/ryzen-5-3500.json create mode 100644 data/cpu/amd/2019/consumer/ryzen-5-3550h.json create mode 100644 data/cpu/amd/2019/consumer/ryzen-5-3600x.json create mode 100644 data/cpu/amd/2019/consumer/ryzen-7-3750h.json create mode 100644 data/cpu/amd/2019/consumer/ryzen-9-3900.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7232p.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7252.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7262.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7272.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7282.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7302.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7302p.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7352.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7402.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7402p.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7452.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7502.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7502p.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7532.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7542.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7552.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7642.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7662.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7702.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7702p.json create mode 100644 data/cpu/amd/2019/enterprise/epyc-7h12.json create mode 100644 data/cpu/amd/2020/consumer/ryzen-3-3250u.json create mode 100644 data/cpu/amd/2020/consumer/ryzen-3-4300g.json create mode 100644 data/cpu/amd/2020/consumer/ryzen-5-4600g.json create mode 100644 data/cpu/amd/2020/consumer/ryzen-7-4700g.json create mode 100644 data/cpu/amd/2020/consumer/ryzen-7-4750g.json create mode 100644 data/cpu/amd/2020/enterprise/epyc-7f32.json create mode 100644 data/cpu/amd/2020/enterprise/epyc-7f52.json create mode 100644 data/cpu/amd/2020/enterprise/epyc-7f72.json create mode 100644 data/cpu/amd/2020/enterprise/ryzen-threadripper-pro-3945wx.json create mode 100644 data/cpu/amd/2020/enterprise/ryzen-threadripper-pro-3955wx.json create mode 100644 data/cpu/amd/2020/enterprise/ryzen-threadripper-pro-3975wx.json create mode 100644 data/cpu/amd/2020/enterprise/ryzen-threadripper-pro-3995wx.json create mode 100644 data/cpu/amd/2021/consumer/ryzen-7-5800.json create mode 100644 data/cpu/amd/2021/enterprise/epyc-7203.json create mode 100644 data/cpu/amd/2021/enterprise/epyc-7203p.json create mode 100644 data/cpu/amd/2021/enterprise/epyc-7303.json create mode 100644 data/cpu/amd/2021/enterprise/epyc-7303p.json create mode 100644 data/cpu/amd/2021/enterprise/epyc-7313.json create mode 100644 data/cpu/amd/2021/enterprise/epyc-7313p.json create mode 100644 data/cpu/amd/2021/enterprise/epyc-7343.json create mode 100644 data/cpu/amd/2021/enterprise/epyc-7413.json create mode 100644 data/cpu/amd/2021/enterprise/epyc-7443.json create mode 100644 data/cpu/amd/2021/enterprise/epyc-7443p.json create mode 100644 data/cpu/amd/2021/enterprise/epyc-7453.json create mode 100644 data/cpu/amd/2021/enterprise/epyc-7513.json create mode 100644 data/cpu/amd/2021/enterprise/epyc-7543.json create mode 100644 data/cpu/amd/2021/enterprise/epyc-7543p.json create mode 100644 data/cpu/amd/2021/enterprise/epyc-7643.json create mode 100644 data/cpu/amd/2021/enterprise/epyc-7663.json create mode 100644 data/cpu/amd/2021/enterprise/epyc-7713.json create mode 100644 data/cpu/amd/2021/enterprise/epyc-7713p.json create mode 100644 data/cpu/amd/2022/consumer/ryzen-3-4100.json create mode 100644 data/cpu/amd/2022/consumer/ryzen-3-7320u.json create mode 100644 data/cpu/amd/2022/consumer/ryzen-5-4500.json create mode 100644 data/cpu/amd/2022/consumer/ryzen-5-6600u.json create mode 100644 data/cpu/amd/2022/consumer/ryzen-5-7520u.json create mode 100644 data/cpu/amd/2022/consumer/ryzen-7-6800u.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-7373x.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-7473x.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-7573x.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-7773x.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-9124.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-9174f.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-9224.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-9254.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-9274f.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-9334.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-9354.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-9354p.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-9374f.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-9454.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-9454p.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-9474f.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-9534.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-9554p.json create mode 100644 data/cpu/amd/2022/enterprise/epyc-9634.json create mode 100644 data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5945wx.json create mode 100644 data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5955wx.json create mode 100644 data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5965wx.json create mode 100644 data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5975wx.json create mode 100644 data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5985wx.json create mode 100644 data/cpu/amd/2023/consumer/ryzen-5-5600x3d.json create mode 100644 data/cpu/amd/2023/consumer/ryzen-5-7500f.json create mode 100644 data/cpu/amd/2023/consumer/ryzen-7-7720u.json create mode 100644 data/cpu/amd/2023/consumer/ryzen-9-7900x3d.json create mode 100644 data/cpu/amd/2023/enterprise/epyc-9384x.json create mode 100644 data/cpu/amd/2023/enterprise/epyc-9484x.json create mode 100644 data/cpu/amd/2023/enterprise/epyc-9734.json create mode 100644 data/cpu/amd/2024/consumer/ryzen-3-8300g.json create mode 100644 data/cpu/amd/2024/consumer/ryzen-5-5500gt.json create mode 100644 data/cpu/amd/2024/consumer/ryzen-5-5600gt.json create mode 100644 data/cpu/amd/2024/consumer/ryzen-5-8540u.json create mode 100644 data/cpu/amd/2024/consumer/ryzen-7-5700.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9135.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9175f.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9255.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9265.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9275f.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9335.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9355.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9355p.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9375f.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9455.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9455p.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9475f.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9535.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9555.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9555p.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9565.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9575f.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9645.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9655.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9655p.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9745.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9825.json create mode 100644 data/cpu/amd/2024/enterprise/epyc-9845.json create mode 100644 data/cpu/amd/2025/consumer/ryzen-5-9650h.json create mode 100644 data/cpu/amd/2025/consumer/ryzen-7-9750h.json create mode 100644 data/cpu/amd/2025/consumer/ryzen-9-9850h.json create mode 100644 data/cpu/amd/2025/consumer/ryzen-ai-7-pro-360.json create mode 100644 data/cpu/amd/2025/consumer/ryzen-ai-max-380.json create mode 100644 data/cpu/amd/2025/consumer/ryzen-ai-max-390.json create mode 100644 data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9955wx.json create mode 100644 data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9965wx.json create mode 100644 data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9975wx.json create mode 100644 data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9985wx.json create mode 100644 data/cpu/ampere/2020/enterprise/altra-q64-30.json create mode 100644 data/cpu/ampere/2020/enterprise/altra-q80-30.json create mode 100644 data/cpu/ampere/2024/enterprise/ampereone-a176-32.json create mode 100644 data/cpu/cyrix/1995/consumer/cyrix-5x86-100.json create mode 100644 data/cpu/cyrix/1997/consumer/cyrix-6x86mx-pr300.json create mode 100644 data/cpu/cyrix/1998/consumer/mediagx-mmx-300.json create mode 100644 data/cpu/dec/1994/enterprise/alpha-21064a.json create mode 100644 data/cpu/dec/1996/enterprise/alpha-21164a.json create mode 100644 data/cpu/dec/1999/enterprise/alpha-21264a.json create mode 100644 data/cpu/dec/2002/enterprise/alpha-21364.json create mode 100644 data/cpu/hygon/2021/enterprise/dhyana-c86-5380.json create mode 100644 data/cpu/hygon/2023/enterprise/dhyana-c86-7390.json create mode 100644 data/cpu/ibm/1999/enterprise/rs64-iii.json create mode 100644 data/cpu/ibm/2000/enterprise/rs64-iv.json create mode 100644 data/cpu/ibm/2009/enterprise/power6-plus.json create mode 100644 data/cpu/ibm/2021/enterprise/power10-mma.json create mode 100644 data/cpu/intel/1990/consumer/i486-dx-33.json create mode 100644 data/cpu/intel/1991/consumer/i486-dx-50.json create mode 100644 data/cpu/intel/1991/consumer/i486-sx-20.json create mode 100644 data/cpu/intel/1991/consumer/i486-sx-25.json create mode 100644 data/cpu/intel/1992/consumer/i486-dx2-50.json create mode 100644 data/cpu/intel/1993/consumer/pentium-60.json create mode 100644 data/cpu/intel/1994/consumer/i486-dx4-100.json create mode 100644 data/cpu/intel/1994/consumer/pentium-100.json create mode 100644 data/cpu/intel/1994/consumer/pentium-75.json create mode 100644 data/cpu/intel/1994/consumer/pentium-90.json create mode 100644 data/cpu/intel/1995/consumer/pentium-120.json create mode 100644 data/cpu/intel/1995/consumer/pentium-pro-150.json create mode 100644 data/cpu/intel/1995/consumer/pentium-pro-180.json create mode 100644 data/cpu/intel/1996/consumer/pentium-150.json create mode 100644 data/cpu/intel/1996/consumer/pentium-166.json create mode 100644 data/cpu/intel/1997/consumer/pentium-ii-233.json create mode 100644 data/cpu/intel/1997/consumer/pentium-ii-266.json create mode 100644 data/cpu/intel/1997/consumer/pentium-mmx-166.json create mode 100644 data/cpu/intel/1997/consumer/pentium-mmx-233.json create mode 100644 data/cpu/intel/1998/consumer/pentium-ii-333.json create mode 100644 data/cpu/intel/1998/consumer/pentium-ii-400.json create mode 100644 data/cpu/intel/1999/consumer/celeron-466.json create mode 100644 data/cpu/intel/1999/consumer/pentium-iii-450.json create mode 100644 data/cpu/intel/1999/consumer/pentium-iii-600.json create mode 100644 data/cpu/intel/1999/consumer/pentium-iii-733.json create mode 100644 data/cpu/intel/1999/consumer/pentium-iii-800.json create mode 100644 data/cpu/intel/2000/consumer/celeron-700.json create mode 100644 data/cpu/intel/2000/consumer/pentium-4-1300.json create mode 100644 data/cpu/intel/2000/consumer/pentium-iii-866.json create mode 100644 data/cpu/intel/2000/consumer/pentium-iii-933.json create mode 100644 data/cpu/intel/2001/consumer/pentium-4-1700.json create mode 100644 data/cpu/intel/2001/consumer/pentium-iii-1100.json create mode 100644 data/cpu/intel/2001/consumer/pentium-iii-1133.json create mode 100644 data/cpu/intel/2001/consumer/pentium-iii-1200.json create mode 100644 data/cpu/intel/2001/consumer/pentium-iii-1400.json create mode 100644 data/cpu/intel/2001/enterprise/itanium-733.json create mode 100644 data/cpu/intel/2001/enterprise/itanium-800.json create mode 100644 data/cpu/intel/2002/consumer/pentium-4-2400.json create mode 100644 data/cpu/intel/2002/consumer/pentium-4-2800.json create mode 100644 data/cpu/intel/2002/enterprise/itanium-2-1000.json create mode 100644 data/cpu/intel/2002/enterprise/itanium-2-900.json create mode 100644 data/cpu/intel/2003/consumer/pentium-4-3200.json create mode 100644 data/cpu/intel/2003/enterprise/itanium-2-1500.json create mode 100644 data/cpu/intel/2004/consumer/celeron-d-330.json create mode 100644 data/cpu/intel/2004/enterprise/itanium-2-1600.json create mode 100644 data/cpu/intel/2005/consumer/pentium-d-840.json create mode 100644 data/cpu/intel/2006/consumer/pentium-d-940.json create mode 100644 data/cpu/intel/2006/consumer/pentium-d-945.json create mode 100644 data/cpu/intel/2006/enterprise/itanium-9015.json create mode 100644 data/cpu/intel/2006/enterprise/itanium-9050.json create mode 100644 data/cpu/intel/2007/enterprise/itanium-9140m.json create mode 100644 data/cpu/intel/2007/enterprise/itanium-9150m.json create mode 100644 data/cpu/intel/2008/consumer/atom-z520.json create mode 100644 data/cpu/intel/2010/consumer/atom-d525.json create mode 100644 data/cpu/intel/2010/consumer/atom-n450.json create mode 100644 data/cpu/intel/2010/enterprise/core-i7-970.json create mode 100644 data/cpu/intel/2010/enterprise/core-i7-990x.json create mode 100644 data/cpu/intel/2010/enterprise/itanium-9310.json create mode 100644 data/cpu/intel/2010/enterprise/itanium-9350.json create mode 100644 data/cpu/intel/2011/consumer/atom-n2600.json create mode 100644 data/cpu/intel/2011/consumer/core-i5-2300.json create mode 100644 data/cpu/intel/2011/consumer/core-i5-2400.json create mode 100644 data/cpu/intel/2011/consumer/core-i5-2500.json create mode 100644 data/cpu/intel/2011/consumer/core-i7-2600.json create mode 100644 data/cpu/intel/2011/enterprise/core-i7-3820.json create mode 100644 data/cpu/intel/2011/enterprise/core-i7-3930k.json create mode 100644 data/cpu/intel/2011/enterprise/core-i7-3960x.json create mode 100644 data/cpu/intel/2012/consumer/core-i5-3450.json create mode 100644 data/cpu/intel/2012/consumer/core-i5-3470.json create mode 100644 data/cpu/intel/2012/consumer/core-i5-3570.json create mode 100644 data/cpu/intel/2012/consumer/core-i5-3570k.json create mode 100644 data/cpu/intel/2012/consumer/core-i7-3770.json create mode 100644 data/cpu/intel/2012/enterprise/core-i7-3970x.json create mode 100644 data/cpu/intel/2012/enterprise/itanium-9520.json create mode 100644 data/cpu/intel/2012/enterprise/itanium-9560.json create mode 100644 data/cpu/intel/2013/consumer/core-i5-4460.json create mode 100644 data/cpu/intel/2013/consumer/core-i5-4570.json create mode 100644 data/cpu/intel/2013/consumer/core-i5-4670k.json create mode 100644 data/cpu/intel/2013/consumer/quark-x1000.json create mode 100644 data/cpu/intel/2013/enterprise/core-i7-4820k.json create mode 100644 data/cpu/intel/2013/enterprise/core-i7-4930k.json create mode 100644 data/cpu/intel/2013/enterprise/core-i7-4960x.json create mode 100644 data/cpu/intel/2014/consumer/celeron-g1820.json create mode 100644 data/cpu/intel/2014/consumer/core-i5-4690k.json create mode 100644 data/cpu/intel/2014/consumer/core-i7-4790.json create mode 100644 data/cpu/intel/2014/enterprise/core-i7-5820k.json create mode 100644 data/cpu/intel/2014/enterprise/core-i7-5930k.json create mode 100644 data/cpu/intel/2015/consumer/celeron-g3900.json create mode 100644 data/cpu/intel/2015/consumer/core-i5-6500.json create mode 100644 data/cpu/intel/2015/consumer/core-i5-6600.json create mode 100644 data/cpu/intel/2015/consumer/core-i7-6700.json create mode 100644 data/cpu/intel/2016/enterprise/core-i7-6800k.json create mode 100644 data/cpu/intel/2016/enterprise/core-i7-6850k.json create mode 100644 data/cpu/intel/2016/enterprise/core-i7-6900k.json create mode 100644 data/cpu/intel/2016/enterprise/xeon-phi-7210.json create mode 100644 data/cpu/intel/2016/enterprise/xeon-phi-7230.json create mode 100644 data/cpu/intel/2016/enterprise/xeon-phi-7250.json create mode 100644 data/cpu/intel/2016/enterprise/xeon-phi-7290.json create mode 100644 data/cpu/intel/2017/consumer/core-i5-7500.json create mode 100644 data/cpu/intel/2017/consumer/core-i5-7600.json create mode 100644 data/cpu/intel/2017/consumer/core-i7-7700.json create mode 100644 data/cpu/intel/2017/enterprise/core-i7-7800x.json create mode 100644 data/cpu/intel/2017/enterprise/core-i7-7820x.json create mode 100644 data/cpu/intel/2017/enterprise/core-i9-7900x.json create mode 100644 data/cpu/intel/2017/enterprise/core-i9-7920x.json create mode 100644 data/cpu/intel/2017/enterprise/core-i9-7940x.json create mode 100644 data/cpu/intel/2017/enterprise/core-i9-7960x.json create mode 100644 data/cpu/intel/2017/enterprise/core-i9-7980xe.json create mode 100644 data/cpu/intel/2017/enterprise/itanium-9740.json create mode 100644 data/cpu/intel/2017/enterprise/itanium-9760.json create mode 100644 data/cpu/intel/2017/enterprise/xeon-gold-5118.json create mode 100644 data/cpu/intel/2017/enterprise/xeon-gold-5120.json create mode 100644 data/cpu/intel/2017/enterprise/xeon-gold-6126.json create mode 100644 data/cpu/intel/2017/enterprise/xeon-gold-6130.json create mode 100644 data/cpu/intel/2017/enterprise/xeon-gold-6138.json create mode 100644 data/cpu/intel/2017/enterprise/xeon-gold-6150.json create mode 100644 data/cpu/intel/2017/enterprise/xeon-gold-6154.json create mode 100644 data/cpu/intel/2017/enterprise/xeon-platinum-8160.json create mode 100644 data/cpu/intel/2017/enterprise/xeon-platinum-8170.json create mode 100644 data/cpu/intel/2017/enterprise/xeon-platinum-8176.json create mode 100644 data/cpu/intel/2017/enterprise/xeon-silver-4110.json create mode 100644 data/cpu/intel/2017/enterprise/xeon-silver-4116.json create mode 100644 data/cpu/intel/2018/consumer/core-i5-8500.json create mode 100644 data/cpu/intel/2018/consumer/core-i5-8600.json create mode 100644 data/cpu/intel/2018/enterprise/core-i7-9800x.json create mode 100644 data/cpu/intel/2018/enterprise/core-i9-9820x.json create mode 100644 data/cpu/intel/2018/enterprise/core-i9-9900x.json create mode 100644 data/cpu/intel/2018/enterprise/core-i9-9920x.json create mode 100644 data/cpu/intel/2018/enterprise/core-i9-9940x.json create mode 100644 data/cpu/intel/2018/enterprise/core-i9-9960x.json create mode 100644 data/cpu/intel/2018/enterprise/core-i9-9980xe.json create mode 100644 data/cpu/intel/2019/consumer/core-i5-9400.json create mode 100644 data/cpu/intel/2019/consumer/core-i5-9500.json create mode 100644 data/cpu/intel/2019/consumer/core-i5-9600.json create mode 100644 data/cpu/intel/2019/consumer/core-i7-9700f.json create mode 100644 data/cpu/intel/2019/consumer/core-i9-9900.json create mode 100644 data/cpu/intel/2019/enterprise/core-i9-10900x.json create mode 100644 data/cpu/intel/2019/enterprise/core-i9-10920x.json create mode 100644 data/cpu/intel/2019/enterprise/core-i9-10940x.json create mode 100644 data/cpu/intel/2019/enterprise/core-i9-10980xe.json create mode 100644 data/cpu/intel/2019/enterprise/xeon-bronze-3204.json create mode 100644 data/cpu/intel/2019/enterprise/xeon-gold-5218.json create mode 100644 data/cpu/intel/2019/enterprise/xeon-gold-5220.json create mode 100644 data/cpu/intel/2019/enterprise/xeon-gold-6226.json create mode 100644 data/cpu/intel/2019/enterprise/xeon-gold-6230.json create mode 100644 data/cpu/intel/2019/enterprise/xeon-gold-6242.json create mode 100644 data/cpu/intel/2019/enterprise/xeon-gold-6252.json create mode 100644 data/cpu/intel/2019/enterprise/xeon-gold-6258r.json create mode 100644 data/cpu/intel/2019/enterprise/xeon-platinum-8260.json create mode 100644 data/cpu/intel/2019/enterprise/xeon-platinum-8268.json create mode 100644 data/cpu/intel/2019/enterprise/xeon-platinum-8276.json create mode 100644 data/cpu/intel/2019/enterprise/xeon-silver-4210.json create mode 100644 data/cpu/intel/2019/enterprise/xeon-silver-4214.json create mode 100644 data/cpu/intel/2020/consumer/core-i5-10500.json create mode 100644 data/cpu/intel/2020/consumer/core-i5-10600.json create mode 100644 data/cpu/intel/2020/consumer/core-i7-10700f.json create mode 100644 data/cpu/intel/2020/consumer/core-i9-10850k.json create mode 100644 data/cpu/intel/2020/consumer/core-i9-10900f.json create mode 100644 data/cpu/intel/2021/consumer/core-i5-11500.json create mode 100644 data/cpu/intel/2021/consumer/core-i5-11600.json create mode 100644 data/cpu/intel/2021/consumer/core-i7-11700.json create mode 100644 data/cpu/intel/2021/consumer/core-i7-11700f.json create mode 100644 data/cpu/intel/2021/consumer/core-i9-11900f.json create mode 100644 data/cpu/intel/2021/enterprise/xeon-gold-5320.json create mode 100644 data/cpu/intel/2021/enterprise/xeon-gold-6326.json create mode 100644 data/cpu/intel/2021/enterprise/xeon-gold-6330.json create mode 100644 data/cpu/intel/2021/enterprise/xeon-gold-6342.json create mode 100644 data/cpu/intel/2021/enterprise/xeon-gold-6346.json create mode 100644 data/cpu/intel/2021/enterprise/xeon-gold-6348.json create mode 100644 data/cpu/intel/2021/enterprise/xeon-gold-6354.json create mode 100644 data/cpu/intel/2021/enterprise/xeon-platinum-8358.json create mode 100644 data/cpu/intel/2021/enterprise/xeon-platinum-8368.json create mode 100644 data/cpu/intel/2021/enterprise/xeon-silver-4310.json create mode 100644 data/cpu/intel/2021/enterprise/xeon-silver-4316.json create mode 100644 data/cpu/intel/2022/consumer/core-i5-12500.json create mode 100644 data/cpu/intel/2022/consumer/core-i7-12700f.json create mode 100644 data/cpu/intel/2022/consumer/core-i9-12900f.json create mode 100644 data/cpu/intel/2023/consumer/core-i7-13700f.json create mode 100644 data/cpu/intel/2023/consumer/core-i7-14700f.json create mode 100644 data/cpu/intel/2023/consumer/core-i9-13900f.json create mode 100644 data/cpu/intel/2023/consumer/core-i9-13900kf.json create mode 100644 data/cpu/intel/2023/consumer/core-i9-14900f.json create mode 100644 data/cpu/intel/2023/consumer/core-i9-14900kf.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-gold-5418y.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-gold-5420-plus.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-gold-5515-plus.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-gold-5520-plus.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-gold-6414u.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-gold-6430.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-gold-6442y.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-gold-6444y.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-gold-6448y.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-gold-6454s.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-gold-6526y.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-gold-6530.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-gold-6542y.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-gold-6544y.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-gold-6548y-plus.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-platinum-8452y.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-platinum-8460h.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-platinum-8470.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-platinum-8490h.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-platinum-8558.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-platinum-8568y-plus.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-platinum-8580.json create mode 100644 data/cpu/intel/2023/enterprise/xeon-silver-4410y.json create mode 100644 data/cpu/loongson/2021/consumer/loongson-3a5000.json create mode 100644 data/cpu/loongson/2021/enterprise/loongson-3c5000.json create mode 100644 data/cpu/loongson/2022/consumer/loongson-2k2000.json create mode 100644 data/cpu/microsoft/2025/enterprise/cobalt-200.json create mode 100644 data/cpu/motorola/1979/consumer/motorola-68000-8.json create mode 100644 data/cpu/motorola/1982/consumer/motorola-68010-10.json create mode 100644 data/cpu/motorola/1987/consumer/motorola-68020-33.json create mode 100644 data/cpu/motorola/1989/consumer/motorola-68030-40.json create mode 100644 data/cpu/motorola/1990/consumer/motorola-68040-33.json create mode 100644 data/cpu/motorola/1991/consumer/motorola-68040-40.json create mode 100644 data/cpu/motorola/1994/consumer/motorola-68060-50.json create mode 100644 data/cpu/motorola/1995/consumer/motorola-68060-75.json create mode 100644 data/cpu/nvidia/2023/enterprise/grace-hopper-gh200.json create mode 100644 data/cpu/qualcomm/2017/enterprise/centriq-2460.json create mode 100644 data/cpu/qualcomm/2025/consumer/snapdragon-x-x1-26-100.json create mode 100644 data/cpu/transmeta/2000/consumer/crusoe-tm5400.json create mode 100644 data/cpu/transmeta/2000/consumer/crusoe-tm5600.json create mode 100644 data/cpu/transmeta/2003/consumer/efficeon-tm8600.json create mode 100644 data/cpu/via/2005/consumer/via-c7-2000.json create mode 100644 data/cpu/via/2011/consumer/via-eden-x2.json create mode 100644 data/cpu/via/2011/consumer/via-nano-x2-l4350.json create mode 100644 data/cpu/zhaoxin/2017/consumer/kx-5000.json create mode 100644 data/cpu/zhaoxin/2020/consumer/kx-u6580.json diff --git a/data/cpu/amd/2003/consumer/athlon-64-3000.json b/data/cpu/amd/2003/consumer/athlon-64-3000.json new file mode 100644 index 00000000..8321b73b --- /dev/null +++ b/data/cpu/amd/2003/consumer/athlon-64-3000.json @@ -0,0 +1,46 @@ +{ + "slug": "athlon-64-3000", + "name": "AMD Athlon 64 3000+", + "manufacturer": "amd", + "release_date": "2003-12-23", + "segment": "desktop", + "architecture": "K8 (ClawHammer)", + "socket": "Socket 754", + "process_node": "AMD 130nm SOI", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 89, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 623, + "passmark_cpu_mark": 342, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 218, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Athlon_64", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+64+3000%2B" + ] +} diff --git a/data/cpu/amd/2003/consumer/athlon-64-3400.json b/data/cpu/amd/2003/consumer/athlon-64-3400.json new file mode 100644 index 00000000..3af25795 --- /dev/null +++ b/data/cpu/amd/2003/consumer/athlon-64-3400.json @@ -0,0 +1,46 @@ +{ + "slug": "athlon-64-3400", + "name": "AMD Athlon 64 3400+", + "manufacturer": "amd", + "release_date": "2003-12-23", + "segment": "desktop", + "architecture": "K8 (ClawHammer)", + "socket": "Socket 754", + "process_node": "AMD 130nm SOI", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 89, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 547, + "passmark_cpu_mark": 317, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 417, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Athlon_64", + "https://www.cpubenchmark.net/cpu.php?id=69&cpu=AMD+Athlon+64+3400%2B" + ] +} diff --git a/data/cpu/amd/2003/consumer/athlon-64-fx-51.json b/data/cpu/amd/2003/consumer/athlon-64-fx-51.json new file mode 100644 index 00000000..6cc6d561 --- /dev/null +++ b/data/cpu/amd/2003/consumer/athlon-64-fx-51.json @@ -0,0 +1,45 @@ +{ + "slug": "athlon-64-fx-51", + "name": "AMD Athlon 64 FX-51", + "manufacturer": "amd", + "release_date": "2003-09-23", + "segment": "desktop", + "architecture": "K8 (SledgeHammer)", + "socket": "Socket 940", + "process_node": "AMD 130nm SOI", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 89, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 733, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Athlon_64_FX" + ] +} diff --git a/data/cpu/amd/2003/enterprise/opteron-244.json b/data/cpu/amd/2003/enterprise/opteron-244.json new file mode 100644 index 00000000..aa6f356b --- /dev/null +++ b/data/cpu/amd/2003/enterprise/opteron-244.json @@ -0,0 +1,45 @@ +{ + "slug": "opteron-244", + "name": "AMD Opteron 244", + "manufacturer": "amd", + "release_date": "2003-04-22", + "segment": "server", + "architecture": "K8 (SledgeHammer)", + "socket": "Socket 940", + "process_node": "AMD 130nm SOI", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.8, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 89, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 690, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Opteron" + ] +} diff --git a/data/cpu/amd/2003/enterprise/opteron-248.json b/data/cpu/amd/2003/enterprise/opteron-248.json new file mode 100644 index 00000000..fc748e91 --- /dev/null +++ b/data/cpu/amd/2003/enterprise/opteron-248.json @@ -0,0 +1,45 @@ +{ + "slug": "opteron-248", + "name": "AMD Opteron 248", + "manufacturer": "amd", + "release_date": "2003-08-25", + "segment": "server", + "architecture": "K8 (SledgeHammer)", + "socket": "Socket 940", + "process_node": "AMD 130nm SOI", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 89, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 794, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Opteron" + ] +} diff --git a/data/cpu/amd/2004/consumer/athlon-64-3500.json b/data/cpu/amd/2004/consumer/athlon-64-3500.json new file mode 100644 index 00000000..0f8b4bf8 --- /dev/null +++ b/data/cpu/amd/2004/consumer/athlon-64-3500.json @@ -0,0 +1,46 @@ +{ + "slug": "athlon-64-3500", + "name": "AMD Athlon 64 3500+", + "manufacturer": "amd", + "release_date": "2004-06-01", + "segment": "desktop", + "architecture": "K8 (Newcastle)", + "socket": "Socket 939", + "process_node": "AMD 130nm SOI", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 89, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 606, + "passmark_cpu_mark": 367, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 500, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Athlon_64", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+64+3500%2B" + ] +} diff --git a/data/cpu/amd/2004/consumer/athlon-64-4000.json b/data/cpu/amd/2004/consumer/athlon-64-4000.json new file mode 100644 index 00000000..65dfc2fa --- /dev/null +++ b/data/cpu/amd/2004/consumer/athlon-64-4000.json @@ -0,0 +1,46 @@ +{ + "slug": "athlon-64-4000", + "name": "AMD Athlon 64 4000+", + "manufacturer": "amd", + "release_date": "2004-10-19", + "segment": "desktop", + "architecture": "K8 (San Diego)", + "socket": "Socket 939", + "process_node": "AMD 90nm SOI", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.4, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 89, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 565, + "passmark_cpu_mark": 340, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 729, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Athlon_64", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+64+4000%2B" + ] +} diff --git a/data/cpu/amd/2004/consumer/athlon-64-fx-53.json b/data/cpu/amd/2004/consumer/athlon-64-fx-53.json new file mode 100644 index 00000000..1df63c09 --- /dev/null +++ b/data/cpu/amd/2004/consumer/athlon-64-fx-53.json @@ -0,0 +1,45 @@ +{ + "slug": "athlon-64-fx-53", + "name": "AMD Athlon 64 FX-53", + "manufacturer": "amd", + "release_date": "2004-03-18", + "segment": "desktop", + "architecture": "K8 (SledgeHammer)", + "socket": "Socket 940", + "process_node": "AMD 130nm SOI", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.4, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 89, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 799, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Athlon_64_FX" + ] +} diff --git a/data/cpu/amd/2004/consumer/athlon-64-fx-55.json b/data/cpu/amd/2004/consumer/athlon-64-fx-55.json new file mode 100644 index 00000000..518a4b7c --- /dev/null +++ b/data/cpu/amd/2004/consumer/athlon-64-fx-55.json @@ -0,0 +1,46 @@ +{ + "slug": "athlon-64-fx-55", + "name": "AMD Athlon 64 FX-55", + "manufacturer": "amd", + "release_date": "2004-10-19", + "segment": "desktop", + "architecture": "K8 (San Diego)", + "socket": "Socket 939", + "process_node": "AMD 130nm SOI", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.6, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 104, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 505, + "passmark_cpu_mark": 404, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 827, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Athlon_64_FX", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+64+FX-55" + ] +} diff --git a/data/cpu/amd/2004/consumer/sempron-2600.json b/data/cpu/amd/2004/consumer/sempron-2600.json new file mode 100644 index 00000000..88afe8f5 --- /dev/null +++ b/data/cpu/amd/2004/consumer/sempron-2600.json @@ -0,0 +1,46 @@ +{ + "slug": "sempron-2600", + "name": "AMD Sempron 2600+", + "manufacturer": "amd", + "release_date": "2004-08-15", + "segment": "desktop", + "architecture": "K7 (Thoroughbred)", + "socket": "Socket A", + "process_node": "AMD 130nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.833, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 62, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 325, + "passmark_cpu_mark": 253, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 79, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Sempron", + "https://www.cpubenchmark.net/cpu.php?id=409&cpu=AMD+Sempron+2600%2B" + ] +} diff --git a/data/cpu/amd/2004/consumer/sempron-3000.json b/data/cpu/amd/2004/consumer/sempron-3000.json new file mode 100644 index 00000000..3574f794 --- /dev/null +++ b/data/cpu/amd/2004/consumer/sempron-3000.json @@ -0,0 +1,46 @@ +{ + "slug": "sempron-3000", + "name": "AMD Sempron 3000+", + "manufacturer": "amd", + "release_date": "2004-10-20", + "segment": "desktop", + "architecture": "K8 (Paris)", + "socket": "Socket 754", + "process_node": "AMD 130nm SOI", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.8, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 62, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 530, + "passmark_cpu_mark": 299, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 109, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Sempron", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Sempron+3000%2B" + ] +} diff --git a/data/cpu/amd/2005/consumer/athlon-64-3800.json b/data/cpu/amd/2005/consumer/athlon-64-3800.json new file mode 100644 index 00000000..b310ba95 --- /dev/null +++ b/data/cpu/amd/2005/consumer/athlon-64-3800.json @@ -0,0 +1,46 @@ +{ + "slug": "athlon-64-3800", + "name": "AMD Athlon 64 3800+", + "manufacturer": "amd", + "release_date": "2005-06-01", + "segment": "desktop", + "architecture": "K8 (Venice)", + "socket": "Socket 939", + "process_node": "AMD 90nm SOI", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.4, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 89, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 658, + "passmark_cpu_mark": 350, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 643, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Athlon_64", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+64+3800%2B" + ] +} diff --git a/data/cpu/amd/2005/consumer/athlon-64-x2-3800.json b/data/cpu/amd/2005/consumer/athlon-64-x2-3800.json new file mode 100644 index 00000000..0aae9ba2 --- /dev/null +++ b/data/cpu/amd/2005/consumer/athlon-64-x2-3800.json @@ -0,0 +1,45 @@ +{ + "slug": "athlon-64-x2-3800", + "name": "AMD Athlon 64 X2 3800+", + "manufacturer": "amd", + "release_date": "2005-08-01", + "segment": "desktop", + "architecture": "K8 (Manchester)", + "socket": "Socket 939", + "process_node": "AMD 90nm SOI", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 89, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 354, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Athlon_64" + ] +} diff --git a/data/cpu/amd/2005/consumer/athlon-64-x2-4200.json b/data/cpu/amd/2005/consumer/athlon-64-x2-4200.json new file mode 100644 index 00000000..92f0d56e --- /dev/null +++ b/data/cpu/amd/2005/consumer/athlon-64-x2-4200.json @@ -0,0 +1,45 @@ +{ + "slug": "athlon-64-x2-4200", + "name": "AMD Athlon 64 X2 4200+", + "manufacturer": "amd", + "release_date": "2005-05-31", + "segment": "desktop", + "architecture": "K8 (Manchester)", + "socket": "Socket 939", + "process_node": "AMD 90nm SOI", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 89, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 537, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Athlon_64" + ] +} diff --git a/data/cpu/amd/2005/consumer/sempron-3400.json b/data/cpu/amd/2005/consumer/sempron-3400.json new file mode 100644 index 00000000..406026fd --- /dev/null +++ b/data/cpu/amd/2005/consumer/sempron-3400.json @@ -0,0 +1,46 @@ +{ + "slug": "sempron-3400", + "name": "AMD Sempron 3400+", + "manufacturer": "amd", + "release_date": "2005-11-29", + "segment": "desktop", + "architecture": "K8 (Palermo)", + "socket": "Socket 754", + "process_node": "AMD 90nm SOI", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 62, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 346, + "passmark_cpu_mark": 292, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 117, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Sempron", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Sempron+3400%2B" + ] +} diff --git a/data/cpu/amd/2005/enterprise/opteron-275.json b/data/cpu/amd/2005/enterprise/opteron-275.json new file mode 100644 index 00000000..ef0ae249 --- /dev/null +++ b/data/cpu/amd/2005/enterprise/opteron-275.json @@ -0,0 +1,46 @@ +{ + "slug": "opteron-275", + "name": "AMD Opteron 275", + "manufacturer": "amd", + "release_date": "2005-04-21", + "segment": "server", + "architecture": "K8 (Italy)", + "socket": "Socket 940", + "process_node": "AMD 90nm SOI", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 445, + "passmark_cpu_mark": 839, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1051, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Opteron", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Opteron+275" + ] +} diff --git a/data/cpu/amd/2006/consumer/athlon-64-fx-60.json b/data/cpu/amd/2006/consumer/athlon-64-fx-60.json new file mode 100644 index 00000000..367f2368 --- /dev/null +++ b/data/cpu/amd/2006/consumer/athlon-64-fx-60.json @@ -0,0 +1,47 @@ +{ + "slug": "athlon-64-fx-60", + "name": "AMD Athlon 64 FX-60", + "manufacturer": "amd", + "release_date": "2006-01-10", + "segment": "desktop", + "architecture": "K8 (Toledo)", + "socket": "Socket 939", + "process_node": "AMD 90nm SOI", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.6, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 110, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 912, + "passmark_cpu_mark": 709, + "specint2006": 10.1, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1031, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Athlon_64_FX", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+64+FX-60", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/amd/2006/consumer/athlon-64-fx-62.json b/data/cpu/amd/2006/consumer/athlon-64-fx-62.json new file mode 100644 index 00000000..1b021022 --- /dev/null +++ b/data/cpu/amd/2006/consumer/athlon-64-fx-62.json @@ -0,0 +1,47 @@ +{ + "slug": "athlon-64-fx-62", + "name": "AMD Athlon 64 FX-62", + "manufacturer": "amd", + "release_date": "2006-05-23", + "segment": "desktop", + "architecture": "K8 (Windsor)", + "socket": "Socket AM2", + "process_node": "AMD 90nm SOI", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 125, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1022, + "passmark_cpu_mark": 993, + "specint2006": 11.4, + "specfp2006": 10.3, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1031, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Athlon_64_FX", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+64+FX-62", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/amd/2006/consumer/athlon-64-x2-5000.json b/data/cpu/amd/2006/consumer/athlon-64-x2-5000.json new file mode 100644 index 00000000..7f5f1c94 --- /dev/null +++ b/data/cpu/amd/2006/consumer/athlon-64-x2-5000.json @@ -0,0 +1,46 @@ +{ + "slug": "athlon-64-x2-5000", + "name": "AMD Athlon 64 X2 5000+", + "manufacturer": "amd", + "release_date": "2006-08-01", + "segment": "desktop", + "architecture": "K8 (Brisbane)", + "socket": "Socket AM2", + "process_node": "AMD 65nm SOI", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.6, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 89, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 910, + "passmark_cpu_mark": 807, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 301, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Athlon_64", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+64+X2+Dual+Core+5000%2B&id=83" + ] +} diff --git a/data/cpu/amd/2007/consumer/athlon-64-x2-5400.json b/data/cpu/amd/2007/consumer/athlon-64-x2-5400.json new file mode 100644 index 00000000..fdea9e7d --- /dev/null +++ b/data/cpu/amd/2007/consumer/athlon-64-x2-5400.json @@ -0,0 +1,46 @@ +{ + "slug": "athlon-64-x2-5400", + "name": "AMD Athlon 64 X2 5400+", + "manufacturer": "amd", + "release_date": "2007-08-20", + "segment": "desktop", + "architecture": "K8 (Brisbane)", + "socket": "Socket AM2", + "process_node": "AMD 65nm SOI", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 999, + "passmark_cpu_mark": 907, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 188, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Athlon_64", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+64+X2+Dual+Core+5400%2B&id=85" + ] +} diff --git a/data/cpu/amd/2007/consumer/athlon-64-x2-6000.json b/data/cpu/amd/2007/consumer/athlon-64-x2-6000.json new file mode 100644 index 00000000..a7e53c11 --- /dev/null +++ b/data/cpu/amd/2007/consumer/athlon-64-x2-6000.json @@ -0,0 +1,46 @@ +{ + "slug": "athlon-64-x2-6000", + "name": "AMD Athlon 64 X2 6000+", + "manufacturer": "amd", + "release_date": "2007-02-20", + "segment": "desktop", + "architecture": "K8 (Windsor)", + "socket": "Socket AM2", + "process_node": "AMD 90nm SOI", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 125, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1050, + "passmark_cpu_mark": 945, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 459, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Athlon_64", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+64+X2+Dual+Core+6000%2B&id=88" + ] +} diff --git a/data/cpu/amd/2007/consumer/phenom-x4-9500.json b/data/cpu/amd/2007/consumer/phenom-x4-9500.json new file mode 100644 index 00000000..5565b740 --- /dev/null +++ b/data/cpu/amd/2007/consumer/phenom-x4-9500.json @@ -0,0 +1,46 @@ +{ + "slug": "phenom-x4-9500", + "name": "AMD Phenom X4 9500", + "manufacturer": "amd", + "release_date": "2007-11-19", + "segment": "desktop", + "architecture": "K10 (Agena)", + "socket": "Socket AM2+", + "process_node": "AMD 65nm SOI", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": null, + "l3_cache_mb": 2.0, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 711, + "passmark_cpu_mark": 1297, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 229, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Phenom_(processor)", + "https://www.cpubenchmark.net/cpu.php?cpu=Phenom+X4+9500" + ] +} diff --git a/data/cpu/amd/2007/enterprise/opteron-2356.json b/data/cpu/amd/2007/enterprise/opteron-2356.json new file mode 100644 index 00000000..c209e532 --- /dev/null +++ b/data/cpu/amd/2007/enterprise/opteron-2356.json @@ -0,0 +1,47 @@ +{ + "slug": "opteron-2356", + "name": "AMD Opteron 2356 (Barcelona)", + "manufacturer": "amd", + "release_date": "2007-09-10", + "segment": "server", + "architecture": "K10 (Barcelona)", + "socket": "Socket F", + "process_node": "AMD 65nm SOI", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.3, + "boost_clock_ghz": null, + "l3_cache_mb": 2.0, + "tdp_w": 75, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1829, + "specint2006": 13.5, + "specfp2006": 18.2, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 698, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Opteron", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Opteron+2356", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/amd/2008/consumer/phenom-x3-8450.json b/data/cpu/amd/2008/consumer/phenom-x3-8450.json new file mode 100644 index 00000000..ea0794bb --- /dev/null +++ b/data/cpu/amd/2008/consumer/phenom-x3-8450.json @@ -0,0 +1,45 @@ +{ + "slug": "phenom-x3-8450", + "name": "AMD Phenom X3 8450", + "manufacturer": "amd", + "release_date": "2008-03-27", + "segment": "desktop", + "architecture": "K10 (Toliman)", + "socket": "Socket AM2+", + "process_node": "AMD 65nm SOI", + "cores": 3, + "threads": 3, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": null, + "l3_cache_mb": 2.0, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 145, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Phenom_(processor)" + ] +} diff --git a/data/cpu/amd/2008/consumer/phenom-x3-8750.json b/data/cpu/amd/2008/consumer/phenom-x3-8750.json new file mode 100644 index 00000000..70f53b7d --- /dev/null +++ b/data/cpu/amd/2008/consumer/phenom-x3-8750.json @@ -0,0 +1,46 @@ +{ + "slug": "phenom-x3-8750", + "name": "AMD Phenom X3 8750", + "manufacturer": "amd", + "release_date": "2008-04-23", + "segment": "desktop", + "architecture": "K10 (Toliman)", + "socket": "Socket AM2+", + "process_node": "AMD 65nm SOI", + "cores": 3, + "threads": 3, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.4, + "boost_clock_ghz": null, + "l3_cache_mb": 2.0, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 12.7, + "specfp2006": 14.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 195, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Phenom_(processor)", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/amd/2008/consumer/phenom-x4-9550.json b/data/cpu/amd/2008/consumer/phenom-x4-9550.json new file mode 100644 index 00000000..85776a54 --- /dev/null +++ b/data/cpu/amd/2008/consumer/phenom-x4-9550.json @@ -0,0 +1,45 @@ +{ + "slug": "phenom-x4-9550", + "name": "AMD Phenom X4 9550", + "manufacturer": "amd", + "release_date": "2008-03-27", + "segment": "desktop", + "architecture": "K10 (Agena)", + "socket": "Socket AM2+", + "process_node": "AMD 65nm SOI", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": null, + "l3_cache_mb": 2.0, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 195, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Phenom_(processor)" + ] +} diff --git a/data/cpu/amd/2008/consumer/phenom-x4-9750.json b/data/cpu/amd/2008/consumer/phenom-x4-9750.json new file mode 100644 index 00000000..d74683d8 --- /dev/null +++ b/data/cpu/amd/2008/consumer/phenom-x4-9750.json @@ -0,0 +1,46 @@ +{ + "slug": "phenom-x4-9750", + "name": "AMD Phenom X4 9750", + "manufacturer": "amd", + "release_date": "2008-03-27", + "segment": "desktop", + "architecture": "K10 (Agena)", + "socket": "Socket AM2+", + "process_node": "AMD 65nm SOI", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.4, + "boost_clock_ghz": null, + "l3_cache_mb": 2.0, + "tdp_w": 125, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 12.6, + "specfp2006": 14.2, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 215, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Phenom_(processor)", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/amd/2008/consumer/phenom-x4-9850.json b/data/cpu/amd/2008/consumer/phenom-x4-9850.json new file mode 100644 index 00000000..c0d6d453 --- /dev/null +++ b/data/cpu/amd/2008/consumer/phenom-x4-9850.json @@ -0,0 +1,46 @@ +{ + "slug": "phenom-x4-9850", + "name": "AMD Phenom X4 9850", + "manufacturer": "amd", + "release_date": "2008-03-27", + "segment": "desktop", + "architecture": "K10 (Agena)", + "socket": "Socket AM2+", + "process_node": "AMD 65nm SOI", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.5, + "boost_clock_ghz": null, + "l3_cache_mb": 2.0, + "tdp_w": 125, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 13.2, + "specfp2006": 14.8, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 235, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Phenom_(processor)", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/amd/2008/consumer/sempron-le-1300.json b/data/cpu/amd/2008/consumer/sempron-le-1300.json new file mode 100644 index 00000000..ae7f8f18 --- /dev/null +++ b/data/cpu/amd/2008/consumer/sempron-le-1300.json @@ -0,0 +1,46 @@ +{ + "slug": "sempron-le-1300", + "name": "AMD Sempron LE-1300", + "manufacturer": "amd", + "release_date": "2008-02-19", + "segment": "desktop", + "architecture": "K8 (Sparta)", + "socket": "Socket AM2", + "process_node": "AMD 65nm SOI", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.3, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 45, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 614, + "passmark_cpu_mark": 417, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 41, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Sempron", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Sempron+LE-1300" + ] +} diff --git a/data/cpu/amd/2009/consumer/athlon-ii-x2-250.json b/data/cpu/amd/2009/consumer/athlon-ii-x2-250.json new file mode 100644 index 00000000..b81e7049 --- /dev/null +++ b/data/cpu/amd/2009/consumer/athlon-ii-x2-250.json @@ -0,0 +1,46 @@ +{ + "slug": "athlon-ii-x2-250", + "name": "AMD Athlon II X2 250", + "manufacturer": "amd", + "release_date": "2009-06-02", + "segment": "desktop", + "architecture": "K10 (Regor)", + "socket": "Socket AM3", + "process_node": "AMD 45nm SOI", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1197, + "passmark_cpu_mark": 1187, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 87, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Phenom_II", + "https://www.cpubenchmark.net/cpu.php?id=136&cpu=AMD+Athlon+II+X2+250" + ] +} diff --git a/data/cpu/amd/2009/consumer/athlon-ii-x4-620.json b/data/cpu/amd/2009/consumer/athlon-ii-x4-620.json new file mode 100644 index 00000000..532c6b24 --- /dev/null +++ b/data/cpu/amd/2009/consumer/athlon-ii-x4-620.json @@ -0,0 +1,46 @@ +{ + "slug": "athlon-ii-x4-620", + "name": "AMD Athlon II X4 620", + "manufacturer": "amd", + "release_date": "2009-09-15", + "segment": "desktop", + "architecture": "K10 (Propus)", + "socket": "Socket AM3", + "process_node": "AMD 45nm SOI", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.6, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1046, + "passmark_cpu_mark": 2002, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 99, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Phenom_II", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+II+X4+620" + ] +} diff --git a/data/cpu/amd/2009/consumer/athlon-ii-x4-630.json b/data/cpu/amd/2009/consumer/athlon-ii-x4-630.json new file mode 100644 index 00000000..701a42d6 --- /dev/null +++ b/data/cpu/amd/2009/consumer/athlon-ii-x4-630.json @@ -0,0 +1,46 @@ +{ + "slug": "athlon-ii-x4-630", + "name": "AMD Athlon II X4 630", + "manufacturer": "amd", + "release_date": "2009-09-15", + "segment": "desktop", + "architecture": "K10 (Propus)", + "socket": "Socket AM3", + "process_node": "AMD 45nm SOI", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1132, + "passmark_cpu_mark": 2173, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 122, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Phenom_II", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+II+X4+630" + ] +} diff --git a/data/cpu/amd/2010/consumer/athlon-ii-x2-260.json b/data/cpu/amd/2010/consumer/athlon-ii-x2-260.json new file mode 100644 index 00000000..0b3e895c --- /dev/null +++ b/data/cpu/amd/2010/consumer/athlon-ii-x2-260.json @@ -0,0 +1,46 @@ +{ + "slug": "athlon-ii-x2-260", + "name": "AMD Athlon II X2 260", + "manufacturer": "amd", + "release_date": "2010-05-10", + "segment": "desktop", + "architecture": "K10 (Regor)", + "socket": "Socket AM3", + "process_node": "AMD 45nm SOI", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1288, + "passmark_cpu_mark": 1255, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 76, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Phenom_II", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+II+X2+260" + ] +} diff --git a/data/cpu/amd/2010/consumer/athlon-ii-x3-440.json b/data/cpu/amd/2010/consumer/athlon-ii-x3-440.json new file mode 100644 index 00000000..41ddb651 --- /dev/null +++ b/data/cpu/amd/2010/consumer/athlon-ii-x3-440.json @@ -0,0 +1,46 @@ +{ + "slug": "athlon-ii-x3-440", + "name": "AMD Athlon II X3 440", + "manufacturer": "amd", + "release_date": "2010-05-10", + "segment": "desktop", + "architecture": "K10 (Rana)", + "socket": "Socket AM3", + "process_node": "AMD 45nm SOI", + "cores": 3, + "threads": 3, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1204, + "passmark_cpu_mark": 1743, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 84, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Phenom_II", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+II+X3+440" + ] +} diff --git a/data/cpu/amd/2011/consumer/a4-3400.json b/data/cpu/amd/2011/consumer/a4-3400.json new file mode 100644 index 00000000..9e0cfe46 --- /dev/null +++ b/data/cpu/amd/2011/consumer/a4-3400.json @@ -0,0 +1,46 @@ +{ + "slug": "a4-3400", + "name": "AMD A4-3400", + "manufacturer": "amd", + "release_date": "2011-09-07", + "segment": "desktop", + "architecture": "Llano (K10 + Radeon HD)", + "socket": "Socket FM1", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.7, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon HD 6410D", + "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": 1068, + "passmark_cpu_mark": 1075, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 71, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://www.cpubenchmark.net/cpu.php?cpu=A4-3400" + ] +} diff --git a/data/cpu/amd/2011/consumer/a6-3650.json b/data/cpu/amd/2011/consumer/a6-3650.json new file mode 100644 index 00000000..7e4fb98e --- /dev/null +++ b/data/cpu/amd/2011/consumer/a6-3650.json @@ -0,0 +1,46 @@ +{ + "slug": "a6-3650", + "name": "AMD A6-3650", + "manufacturer": "amd", + "release_date": "2011-07-07", + "segment": "desktop", + "architecture": "Llano (K10 + Radeon HD)", + "socket": "Socket FM1", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.6, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 100, + "max_tdp_w": null, + "integrated_graphics": "Radeon HD 6530D", + "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": 1046, + "passmark_cpu_mark": 2092, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 115, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://www.cpubenchmark.net/cpu.php?cpu=A6-3650" + ] +} diff --git a/data/cpu/amd/2011/consumer/a8-3850.json b/data/cpu/amd/2011/consumer/a8-3850.json new file mode 100644 index 00000000..030d0b53 --- /dev/null +++ b/data/cpu/amd/2011/consumer/a8-3850.json @@ -0,0 +1,46 @@ +{ + "slug": "a8-3850", + "name": "AMD A8-3850", + "manufacturer": "amd", + "release_date": "2011-06-30", + "segment": "desktop", + "architecture": "Llano (K10 + Radeon HD)", + "socket": "Socket FM1", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.9, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 100, + "max_tdp_w": null, + "integrated_graphics": "Radeon HD 6550D", + "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": 2649, + "cinebench_r10_multi": 9534, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 135, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://technical.city/en/cpu/A8-3850" + ] +} diff --git a/data/cpu/amd/2011/consumer/a8-3870k.json b/data/cpu/amd/2011/consumer/a8-3870k.json new file mode 100644 index 00000000..f0b3900d --- /dev/null +++ b/data/cpu/amd/2011/consumer/a8-3870k.json @@ -0,0 +1,46 @@ +{ + "slug": "a8-3870k", + "name": "AMD A8-3870K", + "manufacturer": "amd", + "release_date": "2011-12-20", + "segment": "desktop", + "architecture": "Llano (K10 + Radeon HD)", + "socket": "Socket FM1", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 100, + "max_tdp_w": null, + "integrated_graphics": "Radeon HD 6550D", + "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": 1229, + "passmark_cpu_mark": 2397, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 135, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://www.cpubenchmark.net/cpu.php?cpu=A8-3870K" + ] +} diff --git a/data/cpu/amd/2011/consumer/fx-4100.json b/data/cpu/amd/2011/consumer/fx-4100.json new file mode 100644 index 00000000..b56fb0c3 --- /dev/null +++ b/data/cpu/amd/2011/consumer/fx-4100.json @@ -0,0 +1,46 @@ +{ + "slug": "fx-4100", + "name": "AMD FX-4100", + "manufacturer": "amd", + "release_date": "2011-10-12", + "segment": "desktop", + "architecture": "Bulldozer (Zambezi)", + "socket": "Socket AM3+", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 8.0, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1285, + "passmark_cpu_mark": 2629, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 115, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Bulldozer_(microarchitecture)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+FX-4100" + ] +} diff --git a/data/cpu/amd/2011/consumer/fx-6100.json b/data/cpu/amd/2011/consumer/fx-6100.json new file mode 100644 index 00000000..38c47747 --- /dev/null +++ b/data/cpu/amd/2011/consumer/fx-6100.json @@ -0,0 +1,46 @@ +{ + "slug": "fx-6100", + "name": "AMD FX-6100", + "manufacturer": "amd", + "release_date": "2011-10-12", + "segment": "desktop", + "architecture": "Bulldozer (Zambezi)", + "socket": "Socket AM3+", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 6, + "threads": 6, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.3, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 8.0, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1313, + "passmark_cpu_mark": 3701, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 165, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Bulldozer_(microarchitecture)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+FX-6100" + ] +} diff --git a/data/cpu/amd/2011/consumer/fx-8100.json b/data/cpu/amd/2011/consumer/fx-8100.json new file mode 100644 index 00000000..179ad262 --- /dev/null +++ b/data/cpu/amd/2011/consumer/fx-8100.json @@ -0,0 +1,46 @@ +{ + "slug": "fx-8100", + "name": "AMD FX-8100", + "manufacturer": "amd", + "release_date": "2011-10-12", + "segment": "desktop", + "architecture": "Bulldozer (Zambezi)", + "socket": "Socket AM3+", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 8, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 8.0, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1170, + "passmark_cpu_mark": 4095, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 200, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Bulldozer_(microarchitecture)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+FX-8100" + ] +} diff --git a/data/cpu/amd/2011/consumer/fx-8120.json b/data/cpu/amd/2011/consumer/fx-8120.json new file mode 100644 index 00000000..fd07e6e1 --- /dev/null +++ b/data/cpu/amd/2011/consumer/fx-8120.json @@ -0,0 +1,46 @@ +{ + "slug": "fx-8120", + "name": "AMD FX-8120", + "manufacturer": "amd", + "release_date": "2011-10-12", + "segment": "desktop", + "architecture": "Bulldozer (Zambezi)", + "socket": "Socket AM3+", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 8, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 8.0, + "tdp_w": 125, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1335, + "passmark_cpu_mark": 4635, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 205, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Bulldozer_(microarchitecture)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+FX-8120" + ] +} diff --git a/data/cpu/amd/2011/enterprise/opteron-6276.json b/data/cpu/amd/2011/enterprise/opteron-6276.json new file mode 100644 index 00000000..4fcac6f1 --- /dev/null +++ b/data/cpu/amd/2011/enterprise/opteron-6276.json @@ -0,0 +1,46 @@ +{ + "slug": "opteron-6276", + "name": "AMD Opteron 6276 (Interlagos)", + "manufacturer": "amd", + "release_date": "2011-11-14", + "segment": "server", + "architecture": "Bulldozer (Interlagos)", + "socket": "Socket G34", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 16, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.3, + "boost_clock_ghz": 3.2, + "l3_cache_mb": 16.0, + "tdp_w": 115, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1033, + "passmark_cpu_mark": 6348, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 788, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Opteron", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Opteron+6276" + ] +} diff --git a/data/cpu/amd/2012/consumer/a10-5700.json b/data/cpu/amd/2012/consumer/a10-5700.json new file mode 100644 index 00000000..03580123 --- /dev/null +++ b/data/cpu/amd/2012/consumer/a10-5700.json @@ -0,0 +1,46 @@ +{ + "slug": "a10-5700", + "name": "AMD A10-5700", + "manufacturer": "amd", + "release_date": "2012-10-02", + "segment": "desktop", + "architecture": "Trinity (Piledriver + Radeon HD)", + "socket": "Socket FM2", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.4, + "boost_clock_ghz": 4.0, + "l3_cache_mb": null, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon HD 7660D", + "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": 1433, + "passmark_cpu_mark": 2757, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 129, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://www.cpubenchmark.net/cpu.php?cpu=A10-5700" + ] +} diff --git a/data/cpu/amd/2012/consumer/a10-5800k.json b/data/cpu/amd/2012/consumer/a10-5800k.json new file mode 100644 index 00000000..aa1cf9aa --- /dev/null +++ b/data/cpu/amd/2012/consumer/a10-5800k.json @@ -0,0 +1,46 @@ +{ + "slug": "a10-5800k", + "name": "AMD A10-5800K", + "manufacturer": "amd", + "release_date": "2012-10-02", + "segment": "desktop", + "architecture": "Trinity (Piledriver + Radeon HD)", + "socket": "Socket FM2", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.8, + "boost_clock_ghz": 4.2, + "l3_cache_mb": null, + "tdp_w": 100, + "max_tdp_w": null, + "integrated_graphics": "Radeon HD 7660D", + "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": 1.03, + "cinebench_r11_5_multi": 3.0, + "cinebench_r10_single": 3094, + "cinebench_r10_multi": 9276, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 122, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://technical.city/en/cpu/A10-5800K" + ] +} diff --git a/data/cpu/amd/2012/consumer/a4-5300.json b/data/cpu/amd/2012/consumer/a4-5300.json new file mode 100644 index 00000000..60caab6a --- /dev/null +++ b/data/cpu/amd/2012/consumer/a4-5300.json @@ -0,0 +1,46 @@ +{ + "slug": "a4-5300", + "name": "AMD A4-5300", + "manufacturer": "amd", + "release_date": "2012-10-02", + "segment": "desktop", + "architecture": "Trinity (Piledriver + Radeon HD)", + "socket": "Socket FM2", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.4, + "boost_clock_ghz": 3.6, + "l3_cache_mb": null, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon HD 7480D", + "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": 67, + "cinebench_r15_multi": 107, + "cinebench_r11_5_single": 0.91, + "cinebench_r11_5_multi": 1.0, + "cinebench_r10_single": 2734, + "cinebench_r10_multi": 4345, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 53, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://technical.city/en/cpu/A4-5300" + ] +} diff --git a/data/cpu/amd/2012/consumer/a6-5400k.json b/data/cpu/amd/2012/consumer/a6-5400k.json new file mode 100644 index 00000000..0b44b715 --- /dev/null +++ b/data/cpu/amd/2012/consumer/a6-5400k.json @@ -0,0 +1,46 @@ +{ + "slug": "a6-5400k", + "name": "AMD A6-5400K", + "manufacturer": "amd", + "release_date": "2012-10-02", + "segment": "desktop", + "architecture": "Trinity (Piledriver + Radeon HD)", + "socket": "Socket FM2", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 3.8, + "l3_cache_mb": null, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon HD 7540D", + "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": 1273, + "passmark_cpu_mark": 1287, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 67, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://www.cpubenchmark.net/cpu.php?cpu=A6-5400K" + ] +} diff --git a/data/cpu/amd/2012/consumer/a8-5600k.json b/data/cpu/amd/2012/consumer/a8-5600k.json new file mode 100644 index 00000000..58999313 --- /dev/null +++ b/data/cpu/amd/2012/consumer/a8-5600k.json @@ -0,0 +1,46 @@ +{ + "slug": "a8-5600k", + "name": "AMD A8-5600K", + "manufacturer": "amd", + "release_date": "2012-10-02", + "segment": "desktop", + "architecture": "Trinity (Piledriver + Radeon HD)", + "socket": "Socket FM2", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 3.9, + "l3_cache_mb": null, + "tdp_w": 100, + "max_tdp_w": null, + "integrated_graphics": "Radeon HD 7560D", + "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": 87, + "cinebench_r15_multi": 292, + "cinebench_r11_5_single": 0.98, + "cinebench_r11_5_multi": 3.0, + "cinebench_r10_single": 2941, + "cinebench_r10_multi": 8838, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 109, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://technical.city/en/cpu/A8-5600K" + ] +} diff --git a/data/cpu/amd/2012/consumer/fx-8320.json b/data/cpu/amd/2012/consumer/fx-8320.json new file mode 100644 index 00000000..70ef2d74 --- /dev/null +++ b/data/cpu/amd/2012/consumer/fx-8320.json @@ -0,0 +1,46 @@ +{ + "slug": "fx-8320", + "name": "AMD FX-8320", + "manufacturer": "amd", + "release_date": "2012-10-23", + "segment": "desktop", + "architecture": "Piledriver (Vishera)", + "socket": "Socket AM3+", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 8, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.5, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 8.0, + "tdp_w": 125, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1465, + "passmark_cpu_mark": 5477, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 169, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Bulldozer_(microarchitecture)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+FX-8320" + ] +} diff --git a/data/cpu/amd/2013/consumer/a10-6700.json b/data/cpu/amd/2013/consumer/a10-6700.json new file mode 100644 index 00000000..11baeffd --- /dev/null +++ b/data/cpu/amd/2013/consumer/a10-6700.json @@ -0,0 +1,46 @@ +{ + "slug": "a10-6700", + "name": "AMD A10-6700", + "manufacturer": "amd", + "release_date": "2013-06-04", + "segment": "desktop", + "architecture": "Richland (Piledriver + Radeon HD)", + "socket": "Socket FM2", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.7, + "boost_clock_ghz": 4.3, + "l3_cache_mb": null, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon HD 8670D", + "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": 1600, + "passmark_cpu_mark": 3109, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 142, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://www.cpubenchmark.net/cpu.php?cpu=A10-6700" + ] +} diff --git a/data/cpu/amd/2013/consumer/a10-6800k.json b/data/cpu/amd/2013/consumer/a10-6800k.json new file mode 100644 index 00000000..7defc128 --- /dev/null +++ b/data/cpu/amd/2013/consumer/a10-6800k.json @@ -0,0 +1,46 @@ +{ + "slug": "a10-6800k", + "name": "AMD A10-6800K", + "manufacturer": "amd", + "release_date": "2013-06-04", + "segment": "desktop", + "architecture": "Richland (Piledriver + Radeon HD)", + "socket": "Socket FM2", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 4.1, + "boost_clock_ghz": 4.4, + "l3_cache_mb": null, + "tdp_w": 100, + "max_tdp_w": null, + "integrated_graphics": "Radeon HD 8670D", + "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": 100, + "cinebench_r15_multi": 326, + "cinebench_r11_5_single": 1.14, + "cinebench_r11_5_multi": 4.0, + "cinebench_r10_single": 3428, + "cinebench_r10_multi": 10077, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 142, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://technical.city/en/cpu/A10-6800K" + ] +} diff --git a/data/cpu/amd/2013/consumer/a4-6300.json b/data/cpu/amd/2013/consumer/a4-6300.json new file mode 100644 index 00000000..c658d910 --- /dev/null +++ b/data/cpu/amd/2013/consumer/a4-6300.json @@ -0,0 +1,46 @@ +{ + "slug": "a4-6300", + "name": "AMD A4-6300", + "manufacturer": "amd", + "release_date": "2013-06-04", + "segment": "desktop", + "architecture": "Richland (Piledriver + Radeon HD)", + "socket": "Socket FM2", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.7, + "boost_clock_ghz": 3.9, + "l3_cache_mb": null, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon HD 8370D", + "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": 1399, + "passmark_cpu_mark": 1439, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 53, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://www.cpubenchmark.net/cpu.php?cpu=A4-6300" + ] +} diff --git a/data/cpu/amd/2013/consumer/a6-6400k.json b/data/cpu/amd/2013/consumer/a6-6400k.json new file mode 100644 index 00000000..5ec82fc9 --- /dev/null +++ b/data/cpu/amd/2013/consumer/a6-6400k.json @@ -0,0 +1,46 @@ +{ + "slug": "a6-6400k", + "name": "AMD A6-6400K", + "manufacturer": "amd", + "release_date": "2013-06-04", + "segment": "desktop", + "architecture": "Richland (Piledriver + Radeon HD)", + "socket": "Socket FM2", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.9, + "boost_clock_ghz": 4.1, + "l3_cache_mb": null, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon HD 8470D", + "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": 88, + "cinebench_r15_multi": 149, + "cinebench_r11_5_single": 0.83, + "cinebench_r11_5_multi": 2.0, + "cinebench_r10_single": 3068, + "cinebench_r10_multi": 5079, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 71, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://technical.city/en/cpu/A6-6400K" + ] +} diff --git a/data/cpu/amd/2013/consumer/a8-6600k.json b/data/cpu/amd/2013/consumer/a8-6600k.json new file mode 100644 index 00000000..d26f31fb --- /dev/null +++ b/data/cpu/amd/2013/consumer/a8-6600k.json @@ -0,0 +1,46 @@ +{ + "slug": "a8-6600k", + "name": "AMD A8-6600K", + "manufacturer": "amd", + "release_date": "2013-06-04", + "segment": "desktop", + "architecture": "Richland (Piledriver + Radeon HD)", + "socket": "Socket FM2", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.9, + "boost_clock_ghz": 4.2, + "l3_cache_mb": null, + "tdp_w": 100, + "max_tdp_w": null, + "integrated_graphics": "Radeon HD 8570D", + "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": 0.96, + "cinebench_r11_5_multi": 3.0, + "cinebench_r10_single": 3230, + "cinebench_r10_multi": 8040, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 112, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://technical.city/en/cpu/A8-6600K" + ] +} diff --git a/data/cpu/amd/2013/consumer/fx-9370.json b/data/cpu/amd/2013/consumer/fx-9370.json new file mode 100644 index 00000000..4cb84e5e --- /dev/null +++ b/data/cpu/amd/2013/consumer/fx-9370.json @@ -0,0 +1,46 @@ +{ + "slug": "fx-9370", + "name": "AMD FX-9370", + "manufacturer": "amd", + "release_date": "2013-06-11", + "segment": "desktop", + "architecture": "Piledriver (Vishera)", + "socket": "Socket AM3+", + "process_node": "GlobalFoundries 32nm SOI", + "cores": 8, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 4.4, + "boost_clock_ghz": 4.7, + "l3_cache_mb": 8.0, + "tdp_w": 220, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1695, + "passmark_cpu_mark": 6368, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 199, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Bulldozer_(microarchitecture)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+FX-9370" + ] +} diff --git a/data/cpu/amd/2014/consumer/a10-7700k.json b/data/cpu/amd/2014/consumer/a10-7700k.json new file mode 100644 index 00000000..35eb45dc --- /dev/null +++ b/data/cpu/amd/2014/consumer/a10-7700k.json @@ -0,0 +1,47 @@ +{ + "slug": "a10-7700k", + "name": "AMD A10-7700K", + "manufacturer": "amd", + "release_date": "2014-01-14", + "segment": "desktop", + "architecture": "Kaveri (Steamroller + GCN 1.1)", + "socket": "Socket FM2+", + "process_node": "GlobalFoundries 28nm SHP", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.4, + "boost_clock_ghz": 3.8, + "l3_cache_mb": null, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": "Radeon R7 Graphics", + "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": 83, + "cinebench_r15_multi": 285, + "cinebench_r11_5_single": 0.94, + "cinebench_r11_5_multi": 3.0, + "cinebench_r10_single": 3004, + "cinebench_r10_multi": 9821, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": 29.4, + "specfp2006": 34.7, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 152, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://technical.city/en/cpu/A10-7700K", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/amd/2014/consumer/a10-7800.json b/data/cpu/amd/2014/consumer/a10-7800.json new file mode 100644 index 00000000..aa356d4d --- /dev/null +++ b/data/cpu/amd/2014/consumer/a10-7800.json @@ -0,0 +1,46 @@ +{ + "slug": "a10-7800", + "name": "AMD A10-7800", + "manufacturer": "amd", + "release_date": "2014-07-31", + "segment": "desktop", + "architecture": "Kaveri (Steamroller + GCN 1.1)", + "socket": "Socket FM2+", + "process_node": "GlobalFoundries 28nm SHP", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.5, + "boost_clock_ghz": 3.9, + "l3_cache_mb": null, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon R7 Graphics", + "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": 29.8, + "specfp2006": 34.8, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 155, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/amd/2014/consumer/a6-7400k.json b/data/cpu/amd/2014/consumer/a6-7400k.json new file mode 100644 index 00000000..c45a75bb --- /dev/null +++ b/data/cpu/amd/2014/consumer/a6-7400k.json @@ -0,0 +1,46 @@ +{ + "slug": "a6-7400k", + "name": "AMD A6-7400K", + "manufacturer": "amd", + "release_date": "2014-07-31", + "segment": "desktop", + "architecture": "Kaveri (Steamroller + GCN 1.1)", + "socket": "Socket FM2+", + "process_node": "GlobalFoundries 28nm SHP", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.5, + "boost_clock_ghz": 3.9, + "l3_cache_mb": null, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon R5 Graphics", + "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": 26.7, + "specfp2006": 28.9, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 77, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/amd/2014/consumer/a8-7600.json b/data/cpu/amd/2014/consumer/a8-7600.json new file mode 100644 index 00000000..3366dd56 --- /dev/null +++ b/data/cpu/amd/2014/consumer/a8-7600.json @@ -0,0 +1,46 @@ +{ + "slug": "a8-7600", + "name": "AMD A8-7600", + "manufacturer": "amd", + "release_date": "2014-01-14", + "segment": "desktop", + "architecture": "Kaveri (Steamroller + GCN 1.1)", + "socket": "Socket FM2+", + "process_node": "GlobalFoundries 28nm SHP", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 3.8, + "l3_cache_mb": null, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon R7 Graphics", + "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": 29.4, + "specfp2006": 34.3, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 119, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/amd/2015/consumer/a8-7650k.json b/data/cpu/amd/2015/consumer/a8-7650k.json new file mode 100644 index 00000000..c921b8b1 --- /dev/null +++ b/data/cpu/amd/2015/consumer/a8-7650k.json @@ -0,0 +1,47 @@ +{ + "slug": "a8-7650k", + "name": "AMD A8-7650K", + "manufacturer": "amd", + "release_date": "2015-02-02", + "segment": "desktop", + "architecture": "Kaveri (Steamroller + GCN 1.1)", + "socket": "Socket FM2+", + "process_node": "GlobalFoundries 28nm SHP", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.3, + "boost_clock_ghz": 3.8, + "l3_cache_mb": null, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": "Radeon R7 Graphics", + "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": 84, + "cinebench_r15_multi": 296, + "cinebench_r11_5_single": 0.96, + "cinebench_r11_5_multi": 3.0, + "cinebench_r10_single": 2904, + "cinebench_r10_multi": 9456, + "passmark_single": 1391, + "passmark_cpu_mark": 3112, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 105, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+A8-7650K", + "https://technical.city/en/cpu/A8-7650K" + ] +} diff --git a/data/cpu/amd/2016/consumer/a10-7890k.json b/data/cpu/amd/2016/consumer/a10-7890k.json new file mode 100644 index 00000000..3b5aeeee --- /dev/null +++ b/data/cpu/amd/2016/consumer/a10-7890k.json @@ -0,0 +1,46 @@ +{ + "slug": "a10-7890k", + "name": "AMD A10-7890K", + "manufacturer": "amd", + "release_date": "2016-03-01", + "segment": "desktop", + "architecture": "Godavari (Steamroller + GCN 1.1)", + "socket": "Socket FM2+", + "process_node": "GlobalFoundries 28nm SHP", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 4.1, + "boost_clock_ghz": 4.3, + "l3_cache_mb": null, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": "Radeon R7 Graphics", + "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": 1605, + "passmark_cpu_mark": 3571, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 165, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+A10-7890K" + ] +} diff --git a/data/cpu/amd/2016/consumer/a12-9800.json b/data/cpu/amd/2016/consumer/a12-9800.json new file mode 100644 index 00000000..e1d43071 --- /dev/null +++ b/data/cpu/amd/2016/consumer/a12-9800.json @@ -0,0 +1,46 @@ +{ + "slug": "a12-9800", + "name": "AMD A12-9800", + "manufacturer": "amd", + "release_date": "2016-09-05", + "segment": "desktop", + "architecture": "Bristol Ridge (Excavator + GCN 1.3)", + "socket": "Socket AM4", + "process_node": "GlobalFoundries 28nm SHP", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.8, + "boost_clock_ghz": 4.2, + "l3_cache_mb": null, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon R7 Graphics", + "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": 1718, + "passmark_cpu_mark": 3724, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 119, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+A12-9800" + ] +} diff --git a/data/cpu/amd/2016/consumer/a8-9600.json b/data/cpu/amd/2016/consumer/a8-9600.json new file mode 100644 index 00000000..9c82ebd8 --- /dev/null +++ b/data/cpu/amd/2016/consumer/a8-9600.json @@ -0,0 +1,46 @@ +{ + "slug": "a8-9600", + "name": "AMD A8-9600", + "manufacturer": "amd", + "release_date": "2016-09-05", + "segment": "desktop", + "architecture": "Bristol Ridge (Excavator + GCN 1.3)", + "socket": "Socket AM4", + "process_node": "GlobalFoundries 28nm SHP", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 3.4, + "l3_cache_mb": null, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon R7 Graphics", + "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": 1477, + "passmark_cpu_mark": 3281, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 79, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/AMD_Accelerated_Processing_Unit", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+A8-9600" + ] +} diff --git a/data/cpu/amd/2017/consumer/ryzen-3-1300.json b/data/cpu/amd/2017/consumer/ryzen-3-1300.json new file mode 100644 index 00000000..603645cf --- /dev/null +++ b/data/cpu/amd/2017/consumer/ryzen-3-1300.json @@ -0,0 +1,45 @@ +{ + "slug": "ryzen-3-1300", + "name": "AMD Ryzen 3 1300", + "manufacturer": "amd", + "release_date": "2017-07-27", + "segment": "desktop", + "architecture": "Zen", + "socket": "AM4", + "process_node": "GlobalFoundries 14nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.4, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 8.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 dual-channel", + "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": 109, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen" + ] +} diff --git a/data/cpu/amd/2017/consumer/ryzen-5-1400.json b/data/cpu/amd/2017/consumer/ryzen-5-1400.json new file mode 100644 index 00000000..96c2c28f --- /dev/null +++ b/data/cpu/amd/2017/consumer/ryzen-5-1400.json @@ -0,0 +1,48 @@ +{ + "slug": "ryzen-5-1400", + "name": "AMD Ryzen 5 1400", + "manufacturer": "amd", + "release_date": "2017-04-11", + "segment": "desktop", + "architecture": "Zen", + "socket": "AM4", + "process_node": "GlobalFoundries 14nm", + "cores": 4, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 8.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 dual-channel", + "cinebench_r23_single": 832, + "cinebench_r23_multi": 3985, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": null, + "geekbench_multi": null, + "cinebench_r15_single": 134, + "cinebench_r15_multi": 688, + "cinebench_r11_5_single": 1.53, + "cinebench_r11_5_multi": 8.0, + "cinebench_r10_single": 4205, + "cinebench_r10_multi": 17557, + "passmark_single": 1889, + "passmark_cpu_mark": 7738, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 169, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+1400", + "https://technical.city/en/cpu/Ryzen-5-1400", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html" + ] +} diff --git a/data/cpu/amd/2017/enterprise/epyc-7251.json b/data/cpu/amd/2017/enterprise/epyc-7251.json new file mode 100644 index 00000000..4c8b133a --- /dev/null +++ b/data/cpu/amd/2017/enterprise/epyc-7251.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7251", + "name": "AMD EPYC 7251", + "manufacturer": "amd", + "release_date": "2017-06-20", + "segment": "server", + "architecture": "Zen", + "socket": "SP3", + "process_node": "GlobalFoundries 14nm", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 2.9, + "l3_cache_mb": 32.0, + "tdp_w": 120, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2400 8-channel ECC", + "cinebench_r23_single": 750, + "cinebench_r23_multi": 5800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 720, + "geekbench_multi": 4900, + "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": 1671, + "passmark_cpu_mark": 14935, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 475, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7251", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7251" + ] +} diff --git a/data/cpu/amd/2017/enterprise/epyc-7281.json b/data/cpu/amd/2017/enterprise/epyc-7281.json new file mode 100644 index 00000000..16d934c1 --- /dev/null +++ b/data/cpu/amd/2017/enterprise/epyc-7281.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7281", + "name": "AMD EPYC 7281", + "manufacturer": "amd", + "release_date": "2017-06-20", + "segment": "server", + "architecture": "Zen", + "socket": "SP3", + "process_node": "GlobalFoundries 14nm", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 2.7, + "l3_cache_mb": 32.0, + "tdp_w": 170, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 8-channel ECC", + "cinebench_r23_single": 760, + "cinebench_r23_multi": 11200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 740, + "geekbench_multi": 9500, + "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": 1621, + "passmark_cpu_mark": 21653, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 650, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7281", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7281" + ] +} diff --git a/data/cpu/amd/2017/enterprise/epyc-7301.json b/data/cpu/amd/2017/enterprise/epyc-7301.json new file mode 100644 index 00000000..9349630a --- /dev/null +++ b/data/cpu/amd/2017/enterprise/epyc-7301.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7301", + "name": "AMD EPYC 7301", + "manufacturer": "amd", + "release_date": "2017-06-20", + "segment": "server", + "architecture": "Zen", + "socket": "SP3", + "process_node": "GlobalFoundries 14nm", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": 2.7, + "l3_cache_mb": 64.0, + "tdp_w": 170, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 8-channel ECC", + "cinebench_r23_single": 770, + "cinebench_r23_multi": 11600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 750, + "geekbench_multi": 9800, + "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": 1363, + "passmark_cpu_mark": 14991, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 825, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7301", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7301" + ] +} diff --git a/data/cpu/amd/2017/enterprise/epyc-7351.json b/data/cpu/amd/2017/enterprise/epyc-7351.json new file mode 100644 index 00000000..b62bd10e --- /dev/null +++ b/data/cpu/amd/2017/enterprise/epyc-7351.json @@ -0,0 +1,46 @@ +{ + "slug": "epyc-7351", + "name": "AMD EPYC 7351", + "manufacturer": "amd", + "release_date": "2017-06-20", + "segment": "server", + "architecture": "Zen", + "socket": "SP3", + "process_node": "GlobalFoundries 14nm", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.4, + "boost_clock_ghz": 2.9, + "l3_cache_mb": 64.0, + "tdp_w": 170, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 8-channel ECC", + "cinebench_r23_single": 810, + "cinebench_r23_multi": 12400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 790, + "geekbench_multi": 10500, + "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": 1100, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7351", + "https://en.wikipedia.org/wiki/Epyc" + ] +} diff --git a/data/cpu/amd/2017/enterprise/epyc-7351p.json b/data/cpu/amd/2017/enterprise/epyc-7351p.json new file mode 100644 index 00000000..731bf42b --- /dev/null +++ b/data/cpu/amd/2017/enterprise/epyc-7351p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7351p", + "name": "AMD EPYC 7351P", + "manufacturer": "amd", + "release_date": "2017-06-20", + "segment": "server", + "architecture": "Zen", + "socket": "SP3", + "process_node": "GlobalFoundries 14nm", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.4, + "boost_clock_ghz": 2.9, + "l3_cache_mb": 64.0, + "tdp_w": 170, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 8-channel ECC", + "cinebench_r23_single": 810, + "cinebench_r23_multi": 12400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 790, + "geekbench_multi": 10500, + "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": 1735, + "passmark_cpu_mark": 25532, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 750, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7351p", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7351P" + ] +} diff --git a/data/cpu/amd/2017/enterprise/epyc-7401.json b/data/cpu/amd/2017/enterprise/epyc-7401.json new file mode 100644 index 00000000..4e602254 --- /dev/null +++ b/data/cpu/amd/2017/enterprise/epyc-7401.json @@ -0,0 +1,46 @@ +{ + "slug": "epyc-7401", + "name": "AMD EPYC 7401", + "manufacturer": "amd", + "release_date": "2017-06-20", + "segment": "server", + "architecture": "Zen", + "socket": "SP3", + "process_node": "GlobalFoundries 14nm", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 3.0, + "l3_cache_mb": 64.0, + "tdp_w": 170, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 8-channel ECC", + "cinebench_r23_single": 820, + "cinebench_r23_multi": 17400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 800, + "geekbench_multi": 14000, + "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": 1700, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7401", + "https://en.wikipedia.org/wiki/Epyc" + ] +} diff --git a/data/cpu/amd/2017/enterprise/epyc-7401p.json b/data/cpu/amd/2017/enterprise/epyc-7401p.json new file mode 100644 index 00000000..1af84e39 --- /dev/null +++ b/data/cpu/amd/2017/enterprise/epyc-7401p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7401p", + "name": "AMD EPYC 7401P", + "manufacturer": "amd", + "release_date": "2017-06-20", + "segment": "server", + "architecture": "Zen", + "socket": "SP3", + "process_node": "GlobalFoundries 14nm", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 3.0, + "l3_cache_mb": 64.0, + "tdp_w": 170, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 8-channel ECC", + "cinebench_r23_single": 820, + "cinebench_r23_multi": 17400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 800, + "geekbench_multi": 14000, + "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": 1680, + "passmark_cpu_mark": 27836, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1075, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7401p", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7401P" + ] +} diff --git a/data/cpu/amd/2017/enterprise/epyc-7451.json b/data/cpu/amd/2017/enterprise/epyc-7451.json new file mode 100644 index 00000000..3ecc0d17 --- /dev/null +++ b/data/cpu/amd/2017/enterprise/epyc-7451.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7451", + "name": "AMD EPYC 7451", + "manufacturer": "amd", + "release_date": "2017-06-20", + "segment": "server", + "architecture": "Zen", + "socket": "SP3", + "process_node": "GlobalFoundries 14nm", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.3, + "boost_clock_ghz": 3.2, + "l3_cache_mb": 64.0, + "tdp_w": 180, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 8-channel ECC", + "cinebench_r23_single": 870, + "cinebench_r23_multi": 19800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 850, + "geekbench_multi": 15800, + "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": 1947, + "passmark_cpu_mark": 26639, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2400, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7451", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7451" + ] +} diff --git a/data/cpu/amd/2017/enterprise/epyc-7501.json b/data/cpu/amd/2017/enterprise/epyc-7501.json new file mode 100644 index 00000000..2373e985 --- /dev/null +++ b/data/cpu/amd/2017/enterprise/epyc-7501.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7501", + "name": "AMD EPYC 7501", + "manufacturer": "amd", + "release_date": "2017-06-20", + "segment": "server", + "architecture": "Zen", + "socket": "SP3", + "process_node": "GlobalFoundries 14nm", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 3.0, + "l3_cache_mb": 64.0, + "tdp_w": 170, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 8-channel ECC", + "cinebench_r23_single": 820, + "cinebench_r23_multi": 22400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 800, + "geekbench_multi": 17500, + "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": 1925, + "passmark_cpu_mark": 24925, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3400, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7501", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7501" + ] +} diff --git a/data/cpu/amd/2017/enterprise/epyc-7551.json b/data/cpu/amd/2017/enterprise/epyc-7551.json new file mode 100644 index 00000000..507d5678 --- /dev/null +++ b/data/cpu/amd/2017/enterprise/epyc-7551.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7551", + "name": "AMD EPYC 7551", + "manufacturer": "amd", + "release_date": "2017-06-20", + "segment": "server", + "architecture": "Zen", + "socket": "SP3", + "process_node": "GlobalFoundries 14nm", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 3.0, + "l3_cache_mb": 64.0, + "tdp_w": 180, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 8-channel ECC", + "cinebench_r23_single": 830, + "cinebench_r23_multi": 22800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 810, + "geekbench_multi": 17800, + "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": 1714, + "passmark_cpu_mark": 26078, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3200, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7551", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?id=3089&cpu=AMD+EPYC+7551" + ] +} diff --git a/data/cpu/amd/2017/enterprise/epyc-7551p.json b/data/cpu/amd/2017/enterprise/epyc-7551p.json new file mode 100644 index 00000000..443dec04 --- /dev/null +++ b/data/cpu/amd/2017/enterprise/epyc-7551p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7551p", + "name": "AMD EPYC 7551P", + "manufacturer": "amd", + "release_date": "2017-06-20", + "segment": "server", + "architecture": "Zen", + "socket": "SP3", + "process_node": "GlobalFoundries 14nm", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 3.0, + "l3_cache_mb": 64.0, + "tdp_w": 180, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 8-channel ECC", + "cinebench_r23_single": 830, + "cinebench_r23_multi": 22800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 810, + "geekbench_multi": 17800, + "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": 1772, + "passmark_cpu_mark": 38111, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2100, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7551p", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7551P" + ] +} diff --git a/data/cpu/amd/2018/consumer/ryzen-3-2300x.json b/data/cpu/amd/2018/consumer/ryzen-3-2300x.json new file mode 100644 index 00000000..a588aed7 --- /dev/null +++ b/data/cpu/amd/2018/consumer/ryzen-3-2300x.json @@ -0,0 +1,46 @@ +{ + "slug": "ryzen-3-2300x", + "name": "AMD Ryzen 3 2300X", + "manufacturer": "amd", + "release_date": "2018-09-10", + "segment": "desktop", + "architecture": "Zen+", + "socket": "AM4", + "process_node": "GlobalFoundries 12nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.5, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 8.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 dual-channel", + "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": 2333, + "passmark_cpu_mark": 7574, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 129, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+2300X" + ] +} diff --git a/data/cpu/amd/2018/consumer/ryzen-5-2500x.json b/data/cpu/amd/2018/consumer/ryzen-5-2500x.json new file mode 100644 index 00000000..65f79fd6 --- /dev/null +++ b/data/cpu/amd/2018/consumer/ryzen-5-2500x.json @@ -0,0 +1,46 @@ +{ + "slug": "ryzen-5-2500x", + "name": "AMD Ryzen 5 2500X", + "manufacturer": "amd", + "release_date": "2018-09-10", + "segment": "desktop", + "architecture": "Zen+", + "socket": "AM4", + "process_node": "GlobalFoundries 12nm", + "cores": 4, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 8.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 dual-channel", + "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": 2315, + "passmark_cpu_mark": 9365, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 159, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+2500X" + ] +} diff --git a/data/cpu/amd/2018/consumer/ryzen-5-2600e.json b/data/cpu/amd/2018/consumer/ryzen-5-2600e.json new file mode 100644 index 00000000..cf587e12 --- /dev/null +++ b/data/cpu/amd/2018/consumer/ryzen-5-2600e.json @@ -0,0 +1,46 @@ +{ + "slug": "ryzen-5-2600e", + "name": "AMD Ryzen 5 2600E", + "manufacturer": "amd", + "release_date": "2018-09-10", + "segment": "desktop", + "architecture": "Zen+", + "socket": "AM4", + "process_node": "GlobalFoundries 12nm", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 16.0, + "tdp_w": 45, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 dual-channel", + "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": 2297, + "passmark_cpu_mark": 12346, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 159, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+2600E" + ] +} diff --git a/data/cpu/amd/2018/enterprise/epyc-7261.json b/data/cpu/amd/2018/enterprise/epyc-7261.json new file mode 100644 index 00000000..1d1296bb --- /dev/null +++ b/data/cpu/amd/2018/enterprise/epyc-7261.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7261", + "name": "AMD EPYC 7261", + "manufacturer": "amd", + "release_date": "2018-04-19", + "segment": "server", + "architecture": "Zen", + "socket": "SP3", + "process_node": "GlobalFoundries 14nm", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.5, + "boost_clock_ghz": 2.9, + "l3_cache_mb": 64.0, + "tdp_w": 170, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 8-channel ECC", + "cinebench_r23_single": 790, + "cinebench_r23_multi": 6100, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 760, + "geekbench_multi": 5200, + "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": 1005, + "passmark_cpu_mark": 11149, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 575, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7261", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7261" + ] +} diff --git a/data/cpu/amd/2018/enterprise/epyc-7371.json b/data/cpu/amd/2018/enterprise/epyc-7371.json new file mode 100644 index 00000000..2e358ad0 --- /dev/null +++ b/data/cpu/amd/2018/enterprise/epyc-7371.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7371", + "name": "AMD EPYC 7371", + "manufacturer": "amd", + "release_date": "2018-11-06", + "segment": "server", + "architecture": "Zen", + "socket": "SP3", + "process_node": "GlobalFoundries 14nm", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 64.0, + "tdp_w": 200, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 8-channel ECC", + "cinebench_r23_single": 970, + "cinebench_r23_multi": 15400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 950, + "geekbench_multi": 12600, + "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": 2312, + "passmark_cpu_mark": 30830, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1550, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7371", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7371" + ] +} diff --git a/data/cpu/amd/2019/consumer/ryzen-3-1200-af.json b/data/cpu/amd/2019/consumer/ryzen-3-1200-af.json new file mode 100644 index 00000000..2e0ab152 --- /dev/null +++ b/data/cpu/amd/2019/consumer/ryzen-3-1200-af.json @@ -0,0 +1,46 @@ +{ + "slug": "ryzen-3-1200-af", + "name": "AMD Ryzen 3 1200 AF", + "manufacturer": "amd", + "release_date": "2019-10-11", + "segment": "desktop", + "architecture": "Zen+", + "socket": "AM4", + "process_node": "GlobalFoundries 12nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 8.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 dual-channel", + "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": 1924, + "passmark_cpu_mark": 6263, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 99, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+1200" + ] +} diff --git a/data/cpu/amd/2019/consumer/ryzen-3-3350u.json b/data/cpu/amd/2019/consumer/ryzen-3-3350u.json new file mode 100644 index 00000000..66f47db2 --- /dev/null +++ b/data/cpu/amd/2019/consumer/ryzen-3-3350u.json @@ -0,0 +1,46 @@ +{ + "slug": "ryzen-3-3350u", + "name": "AMD Ryzen 3 3350U", + "manufacturer": "amd", + "release_date": "2019-01-06", + "segment": "laptop", + "architecture": "Zen+ (Picasso)", + "socket": "FP5", + "process_node": "GlobalFoundries 12nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 3.5, + "l3_cache_mb": 4.0, + "tdp_w": 15, + "max_tdp_w": null, + "integrated_graphics": "Radeon Vega 6 Graphics", + "memory_support": "DDR4-2400 dual-channel", + "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": 1895, + "passmark_cpu_mark": 5705, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": null, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+3350U" + ] +} diff --git a/data/cpu/amd/2019/consumer/ryzen-5-3500.json b/data/cpu/amd/2019/consumer/ryzen-5-3500.json new file mode 100644 index 00000000..fa90c0b0 --- /dev/null +++ b/data/cpu/amd/2019/consumer/ryzen-5-3500.json @@ -0,0 +1,46 @@ +{ + "slug": "ryzen-5-3500", + "name": "AMD Ryzen 5 3500", + "manufacturer": "amd", + "release_date": "2019-09-24", + "segment": "desktop", + "architecture": "Zen 2", + "socket": "AM4", + "process_node": "TSMC N7", + "cores": 6, + "threads": 6, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 4.1, + "l3_cache_mb": 16.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 dual-channel", + "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": 2494, + "passmark_cpu_mark": 12772, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 159, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?id=3588&cpu=AMD+Ryzen+5+3500" + ] +} diff --git a/data/cpu/amd/2019/consumer/ryzen-5-3550h.json b/data/cpu/amd/2019/consumer/ryzen-5-3550h.json new file mode 100644 index 00000000..fe1035a6 --- /dev/null +++ b/data/cpu/amd/2019/consumer/ryzen-5-3550h.json @@ -0,0 +1,48 @@ +{ + "slug": "ryzen-5-3550h", + "name": "AMD Ryzen 5 3550H", + "manufacturer": "amd", + "release_date": "2019-01-06", + "segment": "laptop", + "architecture": "Zen+ (Picasso)", + "socket": "FP5", + "process_node": "GlobalFoundries 12nm", + "cores": 4, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 4.0, + "tdp_w": 35, + "max_tdp_w": null, + "integrated_graphics": "Radeon Vega 8 Graphics", + "memory_support": "DDR4-2400 dual-channel", + "cinebench_r23_single": 886, + "cinebench_r23_multi": 3930, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": null, + "geekbench_multi": null, + "cinebench_r15_single": 144, + "cinebench_r15_multi": 742, + "cinebench_r11_5_single": 1.65, + "cinebench_r11_5_multi": 9.0, + "cinebench_r10_single": 4592, + "cinebench_r10_multi": 19521, + "passmark_single": 2002, + "passmark_cpu_mark": 7635, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": null, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+3550H", + "https://technical.city/en/cpu/Ryzen-5-3550H", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html" + ] +} diff --git a/data/cpu/amd/2019/consumer/ryzen-5-3600x.json b/data/cpu/amd/2019/consumer/ryzen-5-3600x.json new file mode 100644 index 00000000..0a563d8e --- /dev/null +++ b/data/cpu/amd/2019/consumer/ryzen-5-3600x.json @@ -0,0 +1,48 @@ +{ + "slug": "ryzen-5-3600x", + "name": "AMD Ryzen 5 3600X", + "manufacturer": "amd", + "release_date": "2019-07-07", + "segment": "desktop", + "architecture": "Zen 2", + "socket": "AM4", + "process_node": "TSMC N7", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.8, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 32.0, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 dual-channel", + "cinebench_r23_single": 1323, + "cinebench_r23_multi": 9526, + "cinebench_2024_single": 91, + "cinebench_2024_multi": 536, + "geekbench_single": 1798, + "geekbench_multi": 7676, + "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": 2646, + "passmark_cpu_mark": 18125, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 249, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?id=3494&cpu=AMD+Ryzen+5+3600X", + "https://www.cgdirector.com/cinebench-r23-scores-updated-results/", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2019/consumer/ryzen-7-3750h.json b/data/cpu/amd/2019/consumer/ryzen-7-3750h.json new file mode 100644 index 00000000..3b0a105d --- /dev/null +++ b/data/cpu/amd/2019/consumer/ryzen-7-3750h.json @@ -0,0 +1,48 @@ +{ + "slug": "ryzen-7-3750h", + "name": "AMD Ryzen 7 3750H", + "manufacturer": "amd", + "release_date": "2019-01-06", + "segment": "laptop", + "architecture": "Zen+ (Picasso)", + "socket": "FP5", + "process_node": "GlobalFoundries 12nm", + "cores": 4, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.3, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 4.0, + "tdp_w": 35, + "max_tdp_w": null, + "integrated_graphics": "Radeon RX Vega 10 Graphics", + "memory_support": "DDR4-2400 dual-channel", + "cinebench_r23_single": 971, + "cinebench_r23_multi": 3897, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": null, + "geekbench_multi": null, + "cinebench_r15_single": 144, + "cinebench_r15_multi": 734, + "cinebench_r11_5_single": 1.64, + "cinebench_r11_5_multi": 9.0, + "cinebench_r10_single": 4770, + "cinebench_r10_multi": 20687, + "passmark_single": 2054, + "passmark_cpu_mark": 7939, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": null, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+3750H", + "https://technical.city/en/cpu/Ryzen-7-3750H", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html" + ] +} diff --git a/data/cpu/amd/2019/consumer/ryzen-9-3900.json b/data/cpu/amd/2019/consumer/ryzen-9-3900.json new file mode 100644 index 00000000..13b8ad54 --- /dev/null +++ b/data/cpu/amd/2019/consumer/ryzen-9-3900.json @@ -0,0 +1,48 @@ +{ + "slug": "ryzen-9-3900", + "name": "AMD Ryzen 9 3900", + "manufacturer": "amd", + "release_date": "2019-09-30", + "segment": "desktop", + "architecture": "Zen 2", + "socket": "AM4", + "process_node": "TSMC N7", + "cores": 12, + "threads": 24, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 4.3, + "l3_cache_mb": 64.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 dual-channel", + "cinebench_r23_single": null, + "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1735, + "geekbench_multi": 9504, + "cinebench_r15_single": 197, + "cinebench_r15_multi": 2804, + "cinebench_r11_5_single": 2.22, + "cinebench_r11_5_multi": 31.0, + "cinebench_r10_single": 5700, + "cinebench_r10_multi": 44191, + "passmark_single": 2604, + "passmark_cpu_mark": 30582, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 499, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?id=3575&cpu=AMD+Ryzen+9+3900", + "https://technical.city/en/cpu/Ryzen-9-3900", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7232p.json b/data/cpu/amd/2019/enterprise/epyc-7232p.json new file mode 100644 index 00000000..b650c495 --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7232p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7232p", + "name": "AMD EPYC 7232P", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 3.2, + "l3_cache_mb": 32.0, + "tdp_w": 120, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 8-channel ECC", + "cinebench_r23_single": 980, + "cinebench_r23_multi": 7300, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 950, + "geekbench_multi": 6200, + "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": 1782, + "passmark_cpu_mark": 17712, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 450, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7232p", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7232P" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7252.json b/data/cpu/amd/2019/enterprise/epyc-7252.json new file mode 100644 index 00000000..af9688a6 --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7252.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7252", + "name": "AMD EPYC 7252", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 3.2, + "l3_cache_mb": 64.0, + "tdp_w": 120, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 990, + "cinebench_r23_multi": 7400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 960, + "geekbench_multi": 6300, + "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": 1772, + "passmark_cpu_mark": 18414, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 475, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7252", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7252" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7262.json b/data/cpu/amd/2019/enterprise/epyc-7262.json new file mode 100644 index 00000000..90287f00 --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7262.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7262", + "name": "AMD EPYC 7262", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 128.0, + "tdp_w": 155, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1050, + "cinebench_r23_multi": 7700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1020, + "geekbench_multi": 6500, + "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": 2041, + "passmark_cpu_mark": 20779, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 575, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7262", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7262" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7272.json b/data/cpu/amd/2019/enterprise/epyc-7272.json new file mode 100644 index 00000000..9e860d14 --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7272.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7272", + "name": "AMD EPYC 7272", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 12, + "threads": 24, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.9, + "boost_clock_ghz": 3.2, + "l3_cache_mb": 64.0, + "tdp_w": 120, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 970, + "cinebench_r23_multi": 10600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 940, + "geekbench_multi": 8800, + "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": 1925, + "passmark_cpu_mark": 25771, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 625, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7272", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7272" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7282.json b/data/cpu/amd/2019/enterprise/epyc-7282.json new file mode 100644 index 00000000..a0a91116 --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7282.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7282", + "name": "AMD EPYC 7282", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 3.2, + "l3_cache_mb": 64.0, + "tdp_w": 120, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2667 8-channel ECC", + "cinebench_r23_single": 950, + "cinebench_r23_multi": 13800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 920, + "geekbench_multi": 11200, + "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": 1959, + "passmark_cpu_mark": 30289, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 650, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7282", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7282" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7302.json b/data/cpu/amd/2019/enterprise/epyc-7302.json new file mode 100644 index 00000000..45fc9b0b --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7302.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7302", + "name": "AMD EPYC 7302", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": 3.3, + "l3_cache_mb": 128.0, + "tdp_w": 155, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1010, + "cinebench_r23_multi": 15200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 980, + "geekbench_multi": 12500, + "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": 2024, + "passmark_cpu_mark": 33499, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 978, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7302", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7302" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7302p.json b/data/cpu/amd/2019/enterprise/epyc-7302p.json new file mode 100644 index 00000000..225a8b92 --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7302p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7302p", + "name": "AMD EPYC 7302P", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": 3.3, + "l3_cache_mb": 128.0, + "tdp_w": 155, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1010, + "cinebench_r23_multi": 15200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 980, + "geekbench_multi": 12500, + "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": 1898, + "passmark_cpu_mark": 32114, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 825, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7302p", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7302P" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7352.json b/data/cpu/amd/2019/enterprise/epyc-7352.json new file mode 100644 index 00000000..5bebe092 --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7352.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7352", + "name": "AMD EPYC 7352", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.3, + "boost_clock_ghz": 3.2, + "l3_cache_mb": 128.0, + "tdp_w": 155, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 970, + "cinebench_r23_multi": 20800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 940, + "geekbench_multi": 16500, + "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": 1976, + "passmark_cpu_mark": 39906, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1350, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7352", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7352" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7402.json b/data/cpu/amd/2019/enterprise/epyc-7402.json new file mode 100644 index 00000000..a09dcae1 --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7402.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7402", + "name": "AMD EPYC 7402", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 3.35, + "l3_cache_mb": 128.0, + "tdp_w": 180, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1020, + "cinebench_r23_multi": 24600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 990, + "geekbench_multi": 19200, + "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": 2132, + "passmark_cpu_mark": 46388, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1783, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7402", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7402" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7402p.json b/data/cpu/amd/2019/enterprise/epyc-7402p.json new file mode 100644 index 00000000..0cb1a499 --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7402p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7402p", + "name": "AMD EPYC 7402P", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 3.35, + "l3_cache_mb": 128.0, + "tdp_w": 180, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1020, + "cinebench_r23_multi": 24600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 990, + "geekbench_multi": 19200, + "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": 1992, + "passmark_cpu_mark": 43288, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1250, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7402p", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7402P" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7452.json b/data/cpu/amd/2019/enterprise/epyc-7452.json new file mode 100644 index 00000000..62482adb --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7452.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7452", + "name": "AMD EPYC 7452", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.35, + "boost_clock_ghz": 3.35, + "l3_cache_mb": 128.0, + "tdp_w": 155, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1010, + "cinebench_r23_multi": 30200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 980, + "geekbench_multi": 22800, + "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": 2007, + "passmark_cpu_mark": 45969, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2025, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7452", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7452" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7502.json b/data/cpu/amd/2019/enterprise/epyc-7502.json new file mode 100644 index 00000000..6a7524fb --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7502.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7502", + "name": "AMD EPYC 7502", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.5, + "boost_clock_ghz": 3.35, + "l3_cache_mb": 128.0, + "tdp_w": 180, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1020, + "cinebench_r23_multi": 32200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 990, + "geekbench_multi": 24500, + "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": 2089, + "passmark_cpu_mark": 52427, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2600, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7502", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7502" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7502p.json b/data/cpu/amd/2019/enterprise/epyc-7502p.json new file mode 100644 index 00000000..f176d54b --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7502p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7502p", + "name": "AMD EPYC 7502P", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.5, + "boost_clock_ghz": 3.35, + "l3_cache_mb": 128.0, + "tdp_w": 180, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1020, + "cinebench_r23_multi": 32200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 990, + "geekbench_multi": 24500, + "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": 2041, + "passmark_cpu_mark": 51366, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2300, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7502p", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7502P" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7532.json b/data/cpu/amd/2019/enterprise/epyc-7532.json new file mode 100644 index 00000000..ae13bc98 --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7532.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7532", + "name": "AMD EPYC 7532", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.4, + "boost_clock_ghz": 3.3, + "l3_cache_mb": 256.0, + "tdp_w": 200, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1010, + "cinebench_r23_multi": 32600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 980, + "geekbench_multi": 24700, + "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": 2015, + "passmark_cpu_mark": 50765, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3350, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7532", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7532" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7542.json b/data/cpu/amd/2019/enterprise/epyc-7542.json new file mode 100644 index 00000000..c0f9e2a4 --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7542.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7542", + "name": "AMD EPYC 7542", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.9, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 128.0, + "tdp_w": 225, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1060, + "cinebench_r23_multi": 35000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1030, + "geekbench_multi": 26500, + "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": 1957, + "passmark_cpu_mark": 45020, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3400, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7542", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7542" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7552.json b/data/cpu/amd/2019/enterprise/epyc-7552.json new file mode 100644 index 00000000..ecd8128c --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7552.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7552", + "name": "AMD EPYC 7552", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 48, + "threads": 96, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": 3.3, + "l3_cache_mb": 192.0, + "tdp_w": 200, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1000, + "cinebench_r23_multi": 44800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 970, + "geekbench_multi": 32500, + "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": 1913, + "passmark_cpu_mark": 57414, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 4025, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7552", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7552" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7642.json b/data/cpu/amd/2019/enterprise/epyc-7642.json new file mode 100644 index 00000000..46590814 --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7642.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7642", + "name": "AMD EPYC 7642", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 48, + "threads": 96, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.3, + "boost_clock_ghz": 3.3, + "l3_cache_mb": 256.0, + "tdp_w": 225, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1010, + "cinebench_r23_multi": 45800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 980, + "geekbench_multi": 33500, + "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": 2000, + "passmark_cpu_mark": 58698, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 4775, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7642", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7642" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7662.json b/data/cpu/amd/2019/enterprise/epyc-7662.json new file mode 100644 index 00000000..c6f1dc5f --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7662.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7662", + "name": "AMD EPYC 7662", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 64, + "threads": 128, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 3.3, + "l3_cache_mb": 256.0, + "tdp_w": 225, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1000, + "cinebench_r23_multi": 56000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 970, + "geekbench_multi": 41000, + "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": 2102, + "passmark_cpu_mark": 72298, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 6150, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7662", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7662" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7702.json b/data/cpu/amd/2019/enterprise/epyc-7702.json new file mode 100644 index 00000000..a91e4c39 --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7702.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7702", + "name": "AMD EPYC 7702", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 64, + "threads": 128, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 3.35, + "l3_cache_mb": 256.0, + "tdp_w": 200, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1010, + "cinebench_r23_multi": 58000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 980, + "geekbench_multi": 42500, + "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": 2067, + "passmark_cpu_mark": 68811, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 6450, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7702", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7702" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7702p.json b/data/cpu/amd/2019/enterprise/epyc-7702p.json new file mode 100644 index 00000000..5eb844a2 --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7702p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7702p", + "name": "AMD EPYC 7702P", + "manufacturer": "amd", + "release_date": "2019-08-07", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 64, + "threads": 128, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 3.35, + "l3_cache_mb": 256.0, + "tdp_w": 200, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1010, + "cinebench_r23_multi": 58000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 980, + "geekbench_multi": 42500, + "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": 2050, + "passmark_cpu_mark": 61760, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 4425, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7702p", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7702P" + ] +} diff --git a/data/cpu/amd/2019/enterprise/epyc-7h12.json b/data/cpu/amd/2019/enterprise/epyc-7h12.json new file mode 100644 index 00000000..06081b3f --- /dev/null +++ b/data/cpu/amd/2019/enterprise/epyc-7h12.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7h12", + "name": "AMD EPYC 7H12", + "manufacturer": "amd", + "release_date": "2019-09-18", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 64, + "threads": 128, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.6, + "boost_clock_ghz": 3.3, + "l3_cache_mb": 256.0, + "tdp_w": 280, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1040, + "cinebench_r23_multi": 63000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1010, + "geekbench_multi": 45000, + "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": 1774, + "passmark_cpu_mark": 69633, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": null, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7h12", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7H12" + ] +} diff --git a/data/cpu/amd/2020/consumer/ryzen-3-3250u.json b/data/cpu/amd/2020/consumer/ryzen-3-3250u.json new file mode 100644 index 00000000..742f4d41 --- /dev/null +++ b/data/cpu/amd/2020/consumer/ryzen-3-3250u.json @@ -0,0 +1,48 @@ +{ + "slug": "ryzen-3-3250u", + "name": "AMD Ryzen 3 3250U", + "manufacturer": "amd", + "release_date": "2020-01-06", + "segment": "laptop", + "architecture": "Zen+ (Dali)", + "socket": "FP5", + "process_node": "GlobalFoundries 12nm", + "cores": 2, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.6, + "boost_clock_ghz": 3.5, + "l3_cache_mb": 4.0, + "tdp_w": 15, + "max_tdp_w": null, + "integrated_graphics": "Radeon Vega 3 Graphics", + "memory_support": "DDR4-2400 dual-channel", + "cinebench_r23_single": 776, + "cinebench_r23_multi": 2010, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1006, + "geekbench_multi": 1804, + "cinebench_r15_single": 122, + "cinebench_r15_multi": 353, + "cinebench_r11_5_single": 1.46, + "cinebench_r11_5_multi": 4.0, + "cinebench_r10_single": 4088, + "cinebench_r10_multi": 10251, + "passmark_single": 1703, + "passmark_cpu_mark": 3682, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": null, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+3250U", + "https://technical.city/en/cpu/Ryzen-3-3250U", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html" + ] +} diff --git a/data/cpu/amd/2020/consumer/ryzen-3-4300g.json b/data/cpu/amd/2020/consumer/ryzen-3-4300g.json new file mode 100644 index 00000000..6a2003b3 --- /dev/null +++ b/data/cpu/amd/2020/consumer/ryzen-3-4300g.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-3-4300g", + "name": "AMD Ryzen 3 4300G", + "manufacturer": "amd", + "release_date": "2020-07-21", + "segment": "desktop", + "architecture": "Zen 2 (Renoir)", + "socket": "AM4", + "process_node": "TSMC N7", + "cores": 4, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.8, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 4.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon Graphics (Vega 6)", + "memory_support": "DDR4-3200 dual-channel", + "cinebench_r23_single": null, + "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1507, + "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": 2449, + "passmark_cpu_mark": 10050, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 122, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?id=3808&cpu=AMD+Ryzen+3+4300G", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2020/consumer/ryzen-5-4600g.json b/data/cpu/amd/2020/consumer/ryzen-5-4600g.json new file mode 100644 index 00000000..e22e8263 --- /dev/null +++ b/data/cpu/amd/2020/consumer/ryzen-5-4600g.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-5-4600g", + "name": "AMD Ryzen 5 4600G", + "manufacturer": "amd", + "release_date": "2020-07-21", + "segment": "desktop", + "architecture": "Zen 2 (Renoir)", + "socket": "AM4", + "process_node": "TSMC N7", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.7, + "boost_clock_ghz": 4.2, + "l3_cache_mb": 8.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon Graphics (Vega 7)", + "memory_support": "DDR4-3200 dual-channel", + "cinebench_r23_single": 1217, + "cinebench_r23_multi": 9332, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1591, + "geekbench_multi": 5889, + "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": 2649, + "passmark_cpu_mark": 15948, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 154, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+4600G", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2020/consumer/ryzen-7-4700g.json b/data/cpu/amd/2020/consumer/ryzen-7-4700g.json new file mode 100644 index 00000000..fbe9c1ef --- /dev/null +++ b/data/cpu/amd/2020/consumer/ryzen-7-4700g.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-7-4700g", + "name": "AMD Ryzen 7 4700G", + "manufacturer": "amd", + "release_date": "2020-07-21", + "segment": "desktop", + "architecture": "Zen 2 (Renoir)", + "socket": "AM4", + "process_node": "TSMC N7", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 8.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon Graphics (Vega 8)", + "memory_support": "DDR4-3200 dual-channel", + "cinebench_r23_single": 1341, + "cinebench_r23_multi": 12570, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1643, + "geekbench_multi": 7548, + "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": 2732, + "passmark_cpu_mark": 20079, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 209, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+4700G", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2020/consumer/ryzen-7-4750g.json b/data/cpu/amd/2020/consumer/ryzen-7-4750g.json new file mode 100644 index 00000000..4f390e1b --- /dev/null +++ b/data/cpu/amd/2020/consumer/ryzen-7-4750g.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-7-4750g", + "name": "AMD Ryzen 7 PRO 4750G", + "manufacturer": "amd", + "release_date": "2020-07-21", + "segment": "desktop", + "architecture": "Zen 2 (Renoir PRO)", + "socket": "AM4", + "process_node": "TSMC N7", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 8.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon Graphics (Vega 8)", + "memory_support": "DDR4-3200 dual-channel", + "cinebench_r23_single": 1311, + "cinebench_r23_multi": 12693, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1531, + "geekbench_multi": 6887, + "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": 2709, + "passmark_cpu_mark": 20230, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 309, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+PRO+4750G", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2020/enterprise/epyc-7f32.json b/data/cpu/amd/2020/enterprise/epyc-7f32.json new file mode 100644 index 00000000..57d4f9c1 --- /dev/null +++ b/data/cpu/amd/2020/enterprise/epyc-7f32.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7f32", + "name": "AMD EPYC 7F32", + "manufacturer": "amd", + "release_date": "2020-04-14", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.7, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 128.0, + "tdp_w": 180, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1240, + "cinebench_r23_multi": 9200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1190, + "geekbench_multi": 7600, + "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": 2379, + "passmark_cpu_mark": 23253, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2100, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7f32", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7F32" + ] +} diff --git a/data/cpu/amd/2020/enterprise/epyc-7f52.json b/data/cpu/amd/2020/enterprise/epyc-7f52.json new file mode 100644 index 00000000..b8f94e1f --- /dev/null +++ b/data/cpu/amd/2020/enterprise/epyc-7f52.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7f52", + "name": "AMD EPYC 7F52", + "manufacturer": "amd", + "release_date": "2020-04-14", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.5, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 256.0, + "tdp_w": 240, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1230, + "cinebench_r23_multi": 17800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1180, + "geekbench_multi": 14500, + "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": 2472, + "passmark_cpu_mark": 40951, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3100, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7f52", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7F52" + ] +} diff --git a/data/cpu/amd/2020/enterprise/epyc-7f72.json b/data/cpu/amd/2020/enterprise/epyc-7f72.json new file mode 100644 index 00000000..d7dc6583 --- /dev/null +++ b/data/cpu/amd/2020/enterprise/epyc-7f72.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7f72", + "name": "AMD EPYC 7F72", + "manufacturer": "amd", + "release_date": "2020-04-14", + "segment": "server", + "architecture": "Zen 2", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 192.0, + "tdp_w": 240, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1170, + "cinebench_r23_multi": 24800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1130, + "geekbench_multi": 19500, + "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": 2387, + "passmark_cpu_mark": 52840, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2450, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-7f72", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7F72" + ] +} diff --git a/data/cpu/amd/2020/enterprise/ryzen-threadripper-pro-3945wx.json b/data/cpu/amd/2020/enterprise/ryzen-threadripper-pro-3945wx.json new file mode 100644 index 00000000..58fb6fb0 --- /dev/null +++ b/data/cpu/amd/2020/enterprise/ryzen-threadripper-pro-3945wx.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-threadripper-pro-3945wx", + "name": "AMD Ryzen Threadripper PRO 3945WX", + "manufacturer": "amd", + "release_date": "2020-07-14", + "segment": "hedt", + "architecture": "Zen 2", + "socket": "sWRX8", + "process_node": "TSMC N7", + "cores": 12, + "threads": 24, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 4.0, + "boost_clock_ghz": 4.3, + "l3_cache_mb": 64.0, + "tdp_w": 280, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1300, + "cinebench_r23_multi": 18500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1280, + "geekbench_multi": 14200, + "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": 2695, + "passmark_cpu_mark": 33453, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1149, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/ryzen-threadripper-pro-3945wx", + "https://en.wikipedia.org/wiki/Ryzen#Threadripper_PRO", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+3945WX" + ] +} diff --git a/data/cpu/amd/2020/enterprise/ryzen-threadripper-pro-3955wx.json b/data/cpu/amd/2020/enterprise/ryzen-threadripper-pro-3955wx.json new file mode 100644 index 00000000..9f0107a1 --- /dev/null +++ b/data/cpu/amd/2020/enterprise/ryzen-threadripper-pro-3955wx.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-threadripper-pro-3955wx", + "name": "AMD Ryzen Threadripper PRO 3955WX", + "manufacturer": "amd", + "release_date": "2020-07-14", + "segment": "hedt", + "architecture": "Zen 2", + "socket": "sWRX8", + "process_node": "TSMC N7", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.9, + "boost_clock_ghz": 4.3, + "l3_cache_mb": 64.0, + "tdp_w": 280, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1290, + "cinebench_r23_multi": 24500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1270, + "geekbench_multi": 18800, + "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": 2680, + "passmark_cpu_mark": 39869, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1149, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/ryzen-threadripper-pro-3955wx", + "https://en.wikipedia.org/wiki/Ryzen#Threadripper_PRO", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+3955WX" + ] +} diff --git a/data/cpu/amd/2020/enterprise/ryzen-threadripper-pro-3975wx.json b/data/cpu/amd/2020/enterprise/ryzen-threadripper-pro-3975wx.json new file mode 100644 index 00000000..0b6c9fdb --- /dev/null +++ b/data/cpu/amd/2020/enterprise/ryzen-threadripper-pro-3975wx.json @@ -0,0 +1,49 @@ +{ + "slug": "ryzen-threadripper-pro-3975wx", + "name": "AMD Ryzen Threadripper PRO 3975WX", + "manufacturer": "amd", + "release_date": "2020-07-14", + "segment": "hedt", + "architecture": "Zen 2", + "socket": "sWRX8", + "process_node": "TSMC N7", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.5, + "boost_clock_ghz": 4.2, + "l3_cache_mb": 128.0, + "tdp_w": 280, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1260, + "cinebench_r23_multi": 44000, + "cinebench_2024_single": null, + "cinebench_2024_multi": 2504, + "geekbench_single": 1240, + "geekbench_multi": 33000, + "cinebench_r15_single": 201, + "cinebench_r15_multi": 7053, + "cinebench_r11_5_single": 2.19, + "cinebench_r11_5_multi": 52.0, + "cinebench_r10_single": 5884, + "cinebench_r10_multi": 53924, + "passmark_single": 2650, + "passmark_cpu_mark": 62226, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2749, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/ryzen-threadripper-pro-3975wx", + "https://en.wikipedia.org/wiki/Ryzen#Threadripper_PRO", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+3975WX", + "https://technical.city/en/cpu/Ryzen-Threadripper-PRO-3975WX", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2020/enterprise/ryzen-threadripper-pro-3995wx.json b/data/cpu/amd/2020/enterprise/ryzen-threadripper-pro-3995wx.json new file mode 100644 index 00000000..62f9333d --- /dev/null +++ b/data/cpu/amd/2020/enterprise/ryzen-threadripper-pro-3995wx.json @@ -0,0 +1,48 @@ +{ + "slug": "ryzen-threadripper-pro-3995wx", + "name": "AMD Ryzen Threadripper PRO 3995WX", + "manufacturer": "amd", + "release_date": "2020-07-14", + "segment": "hedt", + "architecture": "Zen 2", + "socket": "sWRX8", + "process_node": "TSMC N7", + "cores": 64, + "threads": 128, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.7, + "boost_clock_ghz": 4.2, + "l3_cache_mb": 256.0, + "tdp_w": 280, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1260, + "cinebench_r23_multi": 78000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1240, + "geekbench_multi": 56000, + "cinebench_r15_single": 195, + "cinebench_r15_multi": 9706, + "cinebench_r11_5_single": 2.12, + "cinebench_r11_5_multi": 54.0, + "cinebench_r10_single": 5596, + "cinebench_r10_multi": 52743, + "passmark_single": 2591, + "passmark_cpu_mark": 82598, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 5489, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/ryzen-threadripper-pro-3995wx", + "https://en.wikipedia.org/wiki/Ryzen#Threadripper_PRO", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+3995WX", + "https://technical.city/en/cpu/Ryzen-Threadripper-PRO-3995WX" + ] +} diff --git a/data/cpu/amd/2021/consumer/ryzen-7-5800.json b/data/cpu/amd/2021/consumer/ryzen-7-5800.json new file mode 100644 index 00000000..5fc4505f --- /dev/null +++ b/data/cpu/amd/2021/consumer/ryzen-7-5800.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-7-5800", + "name": "AMD Ryzen 7 5800", + "manufacturer": "amd", + "release_date": "2021-01-12", + "segment": "desktop", + "architecture": "Zen 3", + "socket": "AM4", + "process_node": "TSMC N7", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.4, + "boost_clock_ghz": 4.6, + "l3_cache_mb": 32.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 dual-channel", + "cinebench_r23_single": 1568, + "cinebench_r23_multi": 14000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2051, + "geekbench_multi": 9507, + "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": 3382, + "passmark_cpu_mark": 25719, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 349, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?id=4188&cpu=AMD+Ryzen+7+5800", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2021/enterprise/epyc-7203.json b/data/cpu/amd/2021/enterprise/epyc-7203.json new file mode 100644 index 00000000..e52aa1c8 --- /dev/null +++ b/data/cpu/amd/2021/enterprise/epyc-7203.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7203", + "name": "AMD EPYC 7203", + "manufacturer": "amd", + "release_date": "2021-03-15", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 64.0, + "tdp_w": 120, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1320, + "cinebench_r23_multi": 11200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1290, + "geekbench_multi": 8800, + "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": 2150, + "passmark_cpu_mark": 17717, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 480, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7203", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?id=7105&cpu=AMD+EPYC+7203" + ] +} diff --git a/data/cpu/amd/2021/enterprise/epyc-7203p.json b/data/cpu/amd/2021/enterprise/epyc-7203p.json new file mode 100644 index 00000000..c09f2615 --- /dev/null +++ b/data/cpu/amd/2021/enterprise/epyc-7203p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7203p", + "name": "AMD EPYC 7203P", + "manufacturer": "amd", + "release_date": "2021-03-15", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 64.0, + "tdp_w": 120, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1320, + "cinebench_r23_multi": 11200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1290, + "geekbench_multi": 8800, + "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": 2537, + "passmark_cpu_mark": 22017, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 425, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7203p", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7203P" + ] +} diff --git a/data/cpu/amd/2021/enterprise/epyc-7303.json b/data/cpu/amd/2021/enterprise/epyc-7303.json new file mode 100644 index 00000000..36321dce --- /dev/null +++ b/data/cpu/amd/2021/enterprise/epyc-7303.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7303", + "name": "AMD EPYC 7303", + "manufacturer": "amd", + "release_date": "2021-03-15", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.4, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 64.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1280, + "cinebench_r23_multi": 21200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1250, + "geekbench_multi": 16200, + "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": 1460, + "passmark_cpu_mark": 28572, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 605, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7303", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?id=6163&cpu=AMD+EPYC+7303" + ] +} diff --git a/data/cpu/amd/2021/enterprise/epyc-7303p.json b/data/cpu/amd/2021/enterprise/epyc-7303p.json new file mode 100644 index 00000000..f8182a7c --- /dev/null +++ b/data/cpu/amd/2021/enterprise/epyc-7303p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7303p", + "name": "AMD EPYC 7303P", + "manufacturer": "amd", + "release_date": "2021-03-15", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.4, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 64.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1280, + "cinebench_r23_multi": 21200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1250, + "geekbench_multi": 16200, + "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": 2527, + "passmark_cpu_mark": 34880, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 550, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7303p", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7303P" + ] +} diff --git a/data/cpu/amd/2021/enterprise/epyc-7313.json b/data/cpu/amd/2021/enterprise/epyc-7313.json new file mode 100644 index 00000000..e968eff9 --- /dev/null +++ b/data/cpu/amd/2021/enterprise/epyc-7313.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7313", + "name": "AMD EPYC 7313", + "manufacturer": "amd", + "release_date": "2021-03-15", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 128.0, + "tdp_w": 155, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1380, + "cinebench_r23_multi": 22600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1340, + "geekbench_multi": 17200, + "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": 2434, + "passmark_cpu_mark": 38938, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1083, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7313", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?id=4443&cpu=AMD+EPYC+7313" + ] +} diff --git a/data/cpu/amd/2021/enterprise/epyc-7313p.json b/data/cpu/amd/2021/enterprise/epyc-7313p.json new file mode 100644 index 00000000..925733f4 --- /dev/null +++ b/data/cpu/amd/2021/enterprise/epyc-7313p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7313p", + "name": "AMD EPYC 7313P", + "manufacturer": "amd", + "release_date": "2021-03-15", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 128.0, + "tdp_w": 155, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1380, + "cinebench_r23_multi": 22600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1340, + "geekbench_multi": 17200, + "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": 2581, + "passmark_cpu_mark": 40454, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 913, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7313p", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7313P" + ] +} diff --git a/data/cpu/amd/2021/enterprise/epyc-7343.json b/data/cpu/amd/2021/enterprise/epyc-7343.json new file mode 100644 index 00000000..454610bd --- /dev/null +++ b/data/cpu/amd/2021/enterprise/epyc-7343.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7343", + "name": "AMD EPYC 7343", + "manufacturer": "amd", + "release_date": "2021-03-15", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 128.0, + "tdp_w": 190, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1430, + "cinebench_r23_multi": 23800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1390, + "geekbench_multi": 18000, + "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": 2752, + "passmark_cpu_mark": 43778, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1565, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7343", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7343" + ] +} diff --git a/data/cpu/amd/2021/enterprise/epyc-7413.json b/data/cpu/amd/2021/enterprise/epyc-7413.json new file mode 100644 index 00000000..a58a3a76 --- /dev/null +++ b/data/cpu/amd/2021/enterprise/epyc-7413.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7413", + "name": "AMD EPYC 7413", + "manufacturer": "amd", + "release_date": "2021-03-15", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.65, + "boost_clock_ghz": 3.6, + "l3_cache_mb": 128.0, + "tdp_w": 180, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1330, + "cinebench_r23_multi": 33000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1300, + "geekbench_multi": 24500, + "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": 2400, + "passmark_cpu_mark": 50641, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1825, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7413", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7413" + ] +} diff --git a/data/cpu/amd/2021/enterprise/epyc-7443.json b/data/cpu/amd/2021/enterprise/epyc-7443.json new file mode 100644 index 00000000..b4993d4d --- /dev/null +++ b/data/cpu/amd/2021/enterprise/epyc-7443.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7443", + "name": "AMD EPYC 7443", + "manufacturer": "amd", + "release_date": "2021-03-15", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.85, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 128.0, + "tdp_w": 200, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1440, + "cinebench_r23_multi": 35400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1400, + "geekbench_multi": 26000, + "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": 2927, + "passmark_cpu_mark": 56743, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2010, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7443", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?id=4708&cpu=AMD+EPYC+7443" + ] +} diff --git a/data/cpu/amd/2021/enterprise/epyc-7443p.json b/data/cpu/amd/2021/enterprise/epyc-7443p.json new file mode 100644 index 00000000..596d882c --- /dev/null +++ b/data/cpu/amd/2021/enterprise/epyc-7443p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7443p", + "name": "AMD EPYC 7443P", + "manufacturer": "amd", + "release_date": "2021-03-15", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.85, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 128.0, + "tdp_w": 200, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1440, + "cinebench_r23_multi": 35400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1400, + "geekbench_multi": 26000, + "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": 2898, + "passmark_cpu_mark": 56984, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1337, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7443p", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7443P" + ] +} diff --git a/data/cpu/amd/2021/enterprise/epyc-7453.json b/data/cpu/amd/2021/enterprise/epyc-7453.json new file mode 100644 index 00000000..9cde0d22 --- /dev/null +++ b/data/cpu/amd/2021/enterprise/epyc-7453.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7453", + "name": "AMD EPYC 7453", + "manufacturer": "amd", + "release_date": "2021-03-15", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 28, + "threads": 56, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.75, + "boost_clock_ghz": 3.45, + "l3_cache_mb": 64.0, + "tdp_w": 225, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1290, + "cinebench_r23_multi": 36800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1260, + "geekbench_multi": 27500, + "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": 2533, + "passmark_cpu_mark": 48453, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1570, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7453", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7453" + ] +} diff --git a/data/cpu/amd/2021/enterprise/epyc-7513.json b/data/cpu/amd/2021/enterprise/epyc-7513.json new file mode 100644 index 00000000..b58991cc --- /dev/null +++ b/data/cpu/amd/2021/enterprise/epyc-7513.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7513", + "name": "AMD EPYC 7513", + "manufacturer": "amd", + "release_date": "2021-03-15", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.6, + "boost_clock_ghz": 3.65, + "l3_cache_mb": 128.0, + "tdp_w": 200, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1360, + "cinebench_r23_multi": 45000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1330, + "geekbench_multi": 33500, + "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": 2534, + "passmark_cpu_mark": 58869, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2840, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7513", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7513" + ] +} diff --git a/data/cpu/amd/2021/enterprise/epyc-7543.json b/data/cpu/amd/2021/enterprise/epyc-7543.json new file mode 100644 index 00000000..e122a693 --- /dev/null +++ b/data/cpu/amd/2021/enterprise/epyc-7543.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7543", + "name": "AMD EPYC 7543", + "manufacturer": "amd", + "release_date": "2021-03-15", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 256.0, + "tdp_w": 225, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1400, + "cinebench_r23_multi": 48400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1360, + "geekbench_multi": 36000, + "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": 2378, + "passmark_cpu_mark": 61463, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3761, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7543", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?id=4404&cpu=AMD+EPYC+7543" + ] +} diff --git a/data/cpu/amd/2021/enterprise/epyc-7543p.json b/data/cpu/amd/2021/enterprise/epyc-7543p.json new file mode 100644 index 00000000..b86d56d2 --- /dev/null +++ b/data/cpu/amd/2021/enterprise/epyc-7543p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7543p", + "name": "AMD EPYC 7543P", + "manufacturer": "amd", + "release_date": "2021-03-15", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 256.0, + "tdp_w": 225, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1400, + "cinebench_r23_multi": 48400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1360, + "geekbench_multi": 36000, + "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": 2737, + "passmark_cpu_mark": 66590, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2730, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7543p", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7543P" + ] +} diff --git a/data/cpu/amd/2021/enterprise/epyc-7643.json b/data/cpu/amd/2021/enterprise/epyc-7643.json new file mode 100644 index 00000000..558ffbd4 --- /dev/null +++ b/data/cpu/amd/2021/enterprise/epyc-7643.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7643", + "name": "AMD EPYC 7643", + "manufacturer": "amd", + "release_date": "2021-03-15", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 48, + "threads": 96, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.3, + "boost_clock_ghz": 3.6, + "l3_cache_mb": 256.0, + "tdp_w": 225, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1330, + "cinebench_r23_multi": 62000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1300, + "geekbench_multi": 45000, + "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": 2690, + "passmark_cpu_mark": 76259, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 4995, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7643", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?id=4205&cpu=AMD+EPYC+7643" + ] +} diff --git a/data/cpu/amd/2021/enterprise/epyc-7663.json b/data/cpu/amd/2021/enterprise/epyc-7663.json new file mode 100644 index 00000000..71d2e5b6 --- /dev/null +++ b/data/cpu/amd/2021/enterprise/epyc-7663.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7663", + "name": "AMD EPYC 7663", + "manufacturer": "amd", + "release_date": "2021-03-15", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 56, + "threads": 112, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 3.5, + "l3_cache_mb": 256.0, + "tdp_w": 240, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1320, + "cinebench_r23_multi": 70000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1290, + "geekbench_multi": 51000, + "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": 2590, + "passmark_cpu_mark": 81717, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 6366, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7663", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?id=5827&cpu=AMD+EPYC+7663" + ] +} diff --git a/data/cpu/amd/2021/enterprise/epyc-7713.json b/data/cpu/amd/2021/enterprise/epyc-7713.json new file mode 100644 index 00000000..905f3c01 --- /dev/null +++ b/data/cpu/amd/2021/enterprise/epyc-7713.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7713", + "name": "AMD EPYC 7713", + "manufacturer": "amd", + "release_date": "2021-03-15", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 64, + "threads": 128, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 3.675, + "l3_cache_mb": 256.0, + "tdp_w": 225, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1340, + "cinebench_r23_multi": 78000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1310, + "geekbench_multi": 56000, + "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": 2647, + "passmark_cpu_mark": 83018, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 7060, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7713", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7713" + ] +} diff --git a/data/cpu/amd/2021/enterprise/epyc-7713p.json b/data/cpu/amd/2021/enterprise/epyc-7713p.json new file mode 100644 index 00000000..3638d3c4 --- /dev/null +++ b/data/cpu/amd/2021/enterprise/epyc-7713p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7713p", + "name": "AMD EPYC 7713P", + "manufacturer": "amd", + "release_date": "2021-03-15", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 64, + "threads": 128, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 3.675, + "l3_cache_mb": 256.0, + "tdp_w": 225, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1340, + "cinebench_r23_multi": 78000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1310, + "geekbench_multi": 56000, + "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": 2626, + "passmark_cpu_mark": 81542, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 5010, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7713p", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7713P" + ] +} diff --git a/data/cpu/amd/2022/consumer/ryzen-3-4100.json b/data/cpu/amd/2022/consumer/ryzen-3-4100.json new file mode 100644 index 00000000..40f7cdbc --- /dev/null +++ b/data/cpu/amd/2022/consumer/ryzen-3-4100.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-3-4100", + "name": "AMD Ryzen 3 4100", + "manufacturer": "amd", + "release_date": "2022-04-04", + "segment": "desktop", + "architecture": "Zen 2 (Renoir)", + "socket": "AM4", + "process_node": "TSMC N7", + "cores": 4, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.8, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 4.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 dual-channel", + "cinebench_r23_single": 1146, + "cinebench_r23_multi": 6064, + "cinebench_2024_single": 69, + "cinebench_2024_multi": 364, + "geekbench_single": 1538, + "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": 2534, + "passmark_cpu_mark": 11043, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 99, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+4100", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2022/consumer/ryzen-3-7320u.json b/data/cpu/amd/2022/consumer/ryzen-3-7320u.json new file mode 100644 index 00000000..19b625fc --- /dev/null +++ b/data/cpu/amd/2022/consumer/ryzen-3-7320u.json @@ -0,0 +1,48 @@ +{ + "slug": "ryzen-3-7320u", + "name": "AMD Ryzen 3 7320U", + "manufacturer": "amd", + "release_date": "2022-09-20", + "segment": "laptop", + "architecture": "Zen 2 (Mendocino)", + "socket": "FT6", + "process_node": "TSMC N6", + "cores": 4, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.4, + "boost_clock_ghz": 4.1, + "l3_cache_mb": 4.0, + "tdp_w": 15, + "max_tdp_w": null, + "integrated_graphics": "Radeon 610M Graphics", + "memory_support": "LPDDR5-5500", + "cinebench_r23_single": 1095, + "cinebench_r23_multi": 4809, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1342, + "geekbench_multi": 4248, + "cinebench_r15_single": 162, + "cinebench_r15_multi": 790, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 5060, + "cinebench_r10_multi": 19806, + "passmark_single": 2303, + "passmark_cpu_mark": 8516, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": null, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+7320U", + "https://technical.city/en/cpu/Ryzen-3-7320U", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html" + ] +} diff --git a/data/cpu/amd/2022/consumer/ryzen-5-4500.json b/data/cpu/amd/2022/consumer/ryzen-5-4500.json new file mode 100644 index 00000000..3a67e494 --- /dev/null +++ b/data/cpu/amd/2022/consumer/ryzen-5-4500.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-5-4500", + "name": "AMD Ryzen 5 4500", + "manufacturer": "amd", + "release_date": "2022-04-04", + "segment": "desktop", + "architecture": "Zen 2 (Renoir)", + "socket": "AM4", + "process_node": "TSMC N7", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 4.1, + "l3_cache_mb": 8.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 dual-channel", + "cinebench_r23_single": 1210, + "cinebench_r23_multi": 9298, + "cinebench_2024_single": 74, + "cinebench_2024_multi": 483, + "geekbench_single": 1580, + "geekbench_multi": 6771, + "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": 2587, + "passmark_cpu_mark": 15975, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 129, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+4500", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2022/consumer/ryzen-5-6600u.json b/data/cpu/amd/2022/consumer/ryzen-5-6600u.json new file mode 100644 index 00000000..addb2d3d --- /dev/null +++ b/data/cpu/amd/2022/consumer/ryzen-5-6600u.json @@ -0,0 +1,48 @@ +{ + "slug": "ryzen-5-6600u", + "name": "AMD Ryzen 5 6600U", + "manufacturer": "amd", + "release_date": "2022-01-04", + "segment": "laptop", + "architecture": "Zen 3+ (Rembrandt)", + "socket": "FP7", + "process_node": "TSMC N6", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.9, + "boost_clock_ghz": 4.5, + "l3_cache_mb": 16.0, + "tdp_w": 28, + "max_tdp_w": null, + "integrated_graphics": "Radeon 660M Graphics", + "memory_support": "DDR5-4800 / LPDDR5-6400", + "cinebench_r23_single": 1456, + "cinebench_r23_multi": 9160, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1977, + "geekbench_multi": 8310, + "cinebench_r15_single": 233, + "cinebench_r15_multi": 1493, + "cinebench_r11_5_single": 2.73, + "cinebench_r11_5_multi": 17.0, + "cinebench_r10_single": 6242, + "cinebench_r10_multi": 32097, + "passmark_single": 3101, + "passmark_cpu_mark": 16946, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": null, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+6600U", + "https://technical.city/en/cpu/Ryzen-5-6600U", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html" + ] +} diff --git a/data/cpu/amd/2022/consumer/ryzen-5-7520u.json b/data/cpu/amd/2022/consumer/ryzen-5-7520u.json new file mode 100644 index 00000000..accafdb6 --- /dev/null +++ b/data/cpu/amd/2022/consumer/ryzen-5-7520u.json @@ -0,0 +1,48 @@ +{ + "slug": "ryzen-5-7520u", + "name": "AMD Ryzen 5 7520U", + "manufacturer": "amd", + "release_date": "2022-09-20", + "segment": "laptop", + "architecture": "Zen 2 (Mendocino)", + "socket": "FT6", + "process_node": "TSMC N6", + "cores": 4, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 4.3, + "l3_cache_mb": 4.0, + "tdp_w": 15, + "max_tdp_w": null, + "integrated_graphics": "Radeon 610M Graphics", + "memory_support": "LPDDR5-5500", + "cinebench_r23_single": 1171, + "cinebench_r23_multi": 5149, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1374, + "geekbench_multi": 4434, + "cinebench_r15_single": 169, + "cinebench_r15_multi": 834, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 2382, + "passmark_cpu_mark": 8949, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": null, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+7520U", + "https://technical.city/en/cpu/Ryzen-5-7520U", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html" + ] +} diff --git a/data/cpu/amd/2022/consumer/ryzen-7-6800u.json b/data/cpu/amd/2022/consumer/ryzen-7-6800u.json new file mode 100644 index 00000000..57021bf6 --- /dev/null +++ b/data/cpu/amd/2022/consumer/ryzen-7-6800u.json @@ -0,0 +1,48 @@ +{ + "slug": "ryzen-7-6800u", + "name": "AMD Ryzen 7 6800U", + "manufacturer": "amd", + "release_date": "2022-01-04", + "segment": "laptop", + "architecture": "Zen 3+ (Rembrandt)", + "socket": "FP7", + "process_node": "TSMC N6", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.7, + "boost_clock_ghz": 4.7, + "l3_cache_mb": 16.0, + "tdp_w": 28, + "max_tdp_w": null, + "integrated_graphics": "Radeon 680M Graphics", + "memory_support": "DDR5-4800 / LPDDR5-6400", + "cinebench_r23_single": 1506, + "cinebench_r23_multi": 10546, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2028, + "geekbench_multi": 8771, + "cinebench_r15_single": 242, + "cinebench_r15_multi": 1776, + "cinebench_r11_5_single": 2.88, + "cinebench_r11_5_multi": 21.0, + "cinebench_r10_single": 6450, + "cinebench_r10_multi": 35314, + "passmark_single": 3204, + "passmark_cpu_mark": 20740, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": null, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+6800U", + "https://technical.city/en/cpu/Ryzen-7-6800U", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-7373x.json b/data/cpu/amd/2022/enterprise/epyc-7373x.json new file mode 100644 index 00000000..d3e3ad36 --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-7373x.json @@ -0,0 +1,46 @@ +{ + "slug": "epyc-7373x", + "name": "AMD EPYC 7373X", + "manufacturer": "amd", + "release_date": "2022-03-21", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.05, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 768.0, + "tdp_w": 240, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1410, + "cinebench_r23_multi": 24600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1370, + "geekbench_multi": 19000, + "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": 4185, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7373x", + "https://en.wikipedia.org/wiki/Epyc" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-7473x.json b/data/cpu/amd/2022/enterprise/epyc-7473x.json new file mode 100644 index 00000000..1f195d06 --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-7473x.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7473x", + "name": "AMD EPYC 7473X", + "manufacturer": "amd", + "release_date": "2022-03-21", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 768.0, + "tdp_w": 240, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1370, + "cinebench_r23_multi": 35200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1340, + "geekbench_multi": 26000, + "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": 2751, + "passmark_cpu_mark": 59280, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3900, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7473x", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7473X" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-7573x.json b/data/cpu/amd/2022/enterprise/epyc-7573x.json new file mode 100644 index 00000000..46dc660d --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-7573x.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-7573x", + "name": "AMD EPYC 7573X", + "manufacturer": "amd", + "release_date": "2022-03-21", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 3.6, + "l3_cache_mb": 768.0, + "tdp_w": 280, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1380, + "cinebench_r23_multi": 48200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1350, + "geekbench_multi": 36500, + "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": 2674, + "passmark_cpu_mark": 69432, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 5590, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7573x", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7573X" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-7773x.json b/data/cpu/amd/2022/enterprise/epyc-7773x.json new file mode 100644 index 00000000..3ca7452c --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-7773x.json @@ -0,0 +1,48 @@ +{ + "slug": "epyc-7773x", + "name": "AMD EPYC 7773X", + "manufacturer": "amd", + "release_date": "2022-03-21", + "segment": "server", + "architecture": "Zen 3", + "socket": "SP3", + "process_node": "TSMC N7", + "cores": 64, + "threads": 128, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": 3.5, + "l3_cache_mb": 768.0, + "tdp_w": 280, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1340, + "cinebench_r23_multi": 82000, + "cinebench_2024_single": 77, + "cinebench_2024_multi": 3902, + "geekbench_single": 1310, + "geekbench_multi": 59000, + "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": 2531, + "passmark_cpu_mark": 90279, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 8800, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/epyc-7773x", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7773X", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-9124.json b/data/cpu/amd/2022/enterprise/epyc-9124.json new file mode 100644 index 00000000..4841c287 --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-9124.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9124", + "name": "AMD EPYC 9124", + "manufacturer": "amd", + "release_date": "2022-11-10", + "segment": "server", + "architecture": "Zen 4", + "socket": "SP5", + "process_node": "TSMC N5", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 64.0, + "tdp_w": 200, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 12-channel ECC", + "cinebench_r23_single": 1700, + "cinebench_r23_multi": 24800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1850, + "geekbench_multi": 18500, + "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": 2613, + "passmark_cpu_mark": 42982, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1083, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-9124", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9124" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-9174f.json b/data/cpu/amd/2022/enterprise/epyc-9174f.json new file mode 100644 index 00000000..070e02d8 --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-9174f.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9174f", + "name": "AMD EPYC 9174F", + "manufacturer": "amd", + "release_date": "2022-11-10", + "segment": "server", + "architecture": "Zen 4", + "socket": "SP5", + "process_node": "TSMC N5", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 4.1, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 256.0, + "tdp_w": 320, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 12-channel ECC", + "cinebench_r23_single": 1990, + "cinebench_r23_multi": 29200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2150, + "geekbench_multi": 22500, + "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": 3302, + "passmark_cpu_mark": 54146, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3850, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-9174f", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9174F" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-9224.json b/data/cpu/amd/2022/enterprise/epyc-9224.json new file mode 100644 index 00000000..88520170 --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-9224.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9224", + "name": "AMD EPYC 9224", + "manufacturer": "amd", + "release_date": "2022-11-10", + "segment": "server", + "architecture": "Zen 4", + "socket": "SP5", + "process_node": "TSMC N5", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.5, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 64.0, + "tdp_w": 200, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 12-channel ECC", + "cinebench_r23_single": 1680, + "cinebench_r23_multi": 36200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1820, + "geekbench_multi": 26500, + "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": 2508, + "passmark_cpu_mark": 48967, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1825, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-9224", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9224" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-9254.json b/data/cpu/amd/2022/enterprise/epyc-9254.json new file mode 100644 index 00000000..78da46c1 --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-9254.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9254", + "name": "AMD EPYC 9254", + "manufacturer": "amd", + "release_date": "2022-11-10", + "segment": "server", + "architecture": "Zen 4", + "socket": "SP5", + "process_node": "TSMC N5", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.9, + "boost_clock_ghz": 4.15, + "l3_cache_mb": 128.0, + "tdp_w": 200, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 12-channel ECC", + "cinebench_r23_single": 1770, + "cinebench_r23_multi": 38500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1920, + "geekbench_multi": 28000, + "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": 2998, + "passmark_cpu_mark": 64001, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2299, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-9254", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9254" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-9274f.json b/data/cpu/amd/2022/enterprise/epyc-9274f.json new file mode 100644 index 00000000..cc3b5cdc --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-9274f.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9274f", + "name": "AMD EPYC 9274F", + "manufacturer": "amd", + "release_date": "2022-11-10", + "segment": "server", + "architecture": "Zen 4", + "socket": "SP5", + "process_node": "TSMC N5", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 4.05, + "boost_clock_ghz": 4.3, + "l3_cache_mb": 256.0, + "tdp_w": 320, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 12-channel ECC", + "cinebench_r23_single": 1950, + "cinebench_r23_multi": 44000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2100, + "geekbench_multi": 32000, + "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": 3373, + "passmark_cpu_mark": 73982, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3060, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-9274f", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9274F" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-9334.json b/data/cpu/amd/2022/enterprise/epyc-9334.json new file mode 100644 index 00000000..0fd159fc --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-9334.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9334", + "name": "AMD EPYC 9334", + "manufacturer": "amd", + "release_date": "2022-11-10", + "segment": "server", + "architecture": "Zen 4", + "socket": "SP5", + "process_node": "TSMC N5", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.7, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 128.0, + "tdp_w": 210, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 12-channel ECC", + "cinebench_r23_single": 1730, + "cinebench_r23_multi": 49500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1880, + "geekbench_multi": 36000, + "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": 2508, + "passmark_cpu_mark": 65568, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2990, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-9334", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9334" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-9354.json b/data/cpu/amd/2022/enterprise/epyc-9354.json new file mode 100644 index 00000000..9209591d --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-9354.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9354", + "name": "AMD EPYC 9354", + "manufacturer": "amd", + "release_date": "2022-11-10", + "segment": "server", + "architecture": "Zen 4", + "socket": "SP5", + "process_node": "TSMC N5", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.25, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 256.0, + "tdp_w": 280, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 12-channel ECC", + "cinebench_r23_single": 1810, + "cinebench_r23_multi": 53800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1960, + "geekbench_multi": 39500, + "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": 2747, + "passmark_cpu_mark": 74850, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3420, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-9354", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9354" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-9354p.json b/data/cpu/amd/2022/enterprise/epyc-9354p.json new file mode 100644 index 00000000..b922b76a --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-9354p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9354p", + "name": "AMD EPYC 9354P", + "manufacturer": "amd", + "release_date": "2022-11-10", + "segment": "server", + "architecture": "Zen 4", + "socket": "SP5", + "process_node": "TSMC N5", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.25, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 256.0, + "tdp_w": 280, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 12-channel ECC", + "cinebench_r23_single": 1810, + "cinebench_r23_multi": 53800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1960, + "geekbench_multi": 39500, + "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": 2775, + "passmark_cpu_mark": 74813, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2730, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-9354p", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9354P" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-9374f.json b/data/cpu/amd/2022/enterprise/epyc-9374f.json new file mode 100644 index 00000000..8a56fddf --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-9374f.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9374f", + "name": "AMD EPYC 9374F", + "manufacturer": "amd", + "release_date": "2022-11-10", + "segment": "server", + "architecture": "Zen 4", + "socket": "SP5", + "process_node": "TSMC N5", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.85, + "boost_clock_ghz": 4.3, + "l3_cache_mb": 256.0, + "tdp_w": 320, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 12-channel ECC", + "cinebench_r23_single": 1930, + "cinebench_r23_multi": 60500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2080, + "geekbench_multi": 44000, + "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": 3135, + "passmark_cpu_mark": 82009, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 4850, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-9374f", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9374F" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-9454.json b/data/cpu/amd/2022/enterprise/epyc-9454.json new file mode 100644 index 00000000..e528b97a --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-9454.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9454", + "name": "AMD EPYC 9454", + "manufacturer": "amd", + "release_date": "2022-11-10", + "segment": "server", + "architecture": "Zen 4", + "socket": "SP5", + "process_node": "TSMC N5", + "cores": 48, + "threads": 96, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.75, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 256.0, + "tdp_w": 290, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 12-channel ECC", + "cinebench_r23_single": 1780, + "cinebench_r23_multi": 76000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1930, + "geekbench_multi": 55000, + "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": 2807, + "passmark_cpu_mark": 87961, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 5225, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-9454", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?id=5561&cpu=AMD+EPYC+9454" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-9454p.json b/data/cpu/amd/2022/enterprise/epyc-9454p.json new file mode 100644 index 00000000..8fc265cc --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-9454p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9454p", + "name": "AMD EPYC 9454P", + "manufacturer": "amd", + "release_date": "2022-11-10", + "segment": "server", + "architecture": "Zen 4", + "socket": "SP5", + "process_node": "TSMC N5", + "cores": 48, + "threads": 96, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.75, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 256.0, + "tdp_w": 290, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 12-channel ECC", + "cinebench_r23_single": 1780, + "cinebench_r23_multi": 76000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1930, + "geekbench_multi": 55000, + "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": 2988, + "passmark_cpu_mark": 94689, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 4598, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-9454p", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9454P" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-9474f.json b/data/cpu/amd/2022/enterprise/epyc-9474f.json new file mode 100644 index 00000000..2e4ffe1f --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-9474f.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9474f", + "name": "AMD EPYC 9474F", + "manufacturer": "amd", + "release_date": "2022-11-10", + "segment": "server", + "architecture": "Zen 4", + "socket": "SP5", + "process_node": "TSMC N5", + "cores": 48, + "threads": 96, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 4.1, + "l3_cache_mb": 256.0, + "tdp_w": 360, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 12-channel ECC", + "cinebench_r23_single": 1900, + "cinebench_r23_multi": 87000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2050, + "geekbench_multi": 62000, + "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": 3155, + "passmark_cpu_mark": 102255, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 6780, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-9474f", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9474F" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-9534.json b/data/cpu/amd/2022/enterprise/epyc-9534.json new file mode 100644 index 00000000..42058e88 --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-9534.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9534", + "name": "AMD EPYC 9534", + "manufacturer": "amd", + "release_date": "2022-11-10", + "segment": "server", + "architecture": "Zen 4", + "socket": "SP5", + "process_node": "TSMC N5", + "cores": 64, + "threads": 128, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.45, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 256.0, + "tdp_w": 280, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 12-channel ECC", + "cinebench_r23_single": 1740, + "cinebench_r23_multi": 96000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1890, + "geekbench_multi": 68000, + "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": 2797, + "passmark_cpu_mark": 89492, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 8803, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-9534", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9534" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-9554p.json b/data/cpu/amd/2022/enterprise/epyc-9554p.json new file mode 100644 index 00000000..8393c666 --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-9554p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9554p", + "name": "AMD EPYC 9554P", + "manufacturer": "amd", + "release_date": "2022-11-10", + "segment": "server", + "architecture": "Zen 4", + "socket": "SP5", + "process_node": "TSMC N5", + "cores": 64, + "threads": 128, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 3.75, + "l3_cache_mb": 256.0, + "tdp_w": 360, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 12-channel ECC", + "cinebench_r23_single": 1820, + "cinebench_r23_multi": 104000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1970, + "geekbench_multi": 74000, + "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": 2737, + "passmark_cpu_mark": 104920, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 7104, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-9554p", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9554P" + ] +} diff --git a/data/cpu/amd/2022/enterprise/epyc-9634.json b/data/cpu/amd/2022/enterprise/epyc-9634.json new file mode 100644 index 00000000..3b6ceae1 --- /dev/null +++ b/data/cpu/amd/2022/enterprise/epyc-9634.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9634", + "name": "AMD EPYC 9634", + "manufacturer": "amd", + "release_date": "2022-11-10", + "segment": "server", + "architecture": "Zen 4", + "socket": "SP5", + "process_node": "TSMC N5", + "cores": 84, + "threads": 168, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.25, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 384.0, + "tdp_w": 290, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 12-channel ECC", + "cinebench_r23_single": 1720, + "cinebench_r23_multi": 122000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1870, + "geekbench_multi": 84000, + "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": 2924, + "passmark_cpu_mark": 107944, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 10304, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-9634", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9634" + ] +} diff --git a/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5945wx.json b/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5945wx.json new file mode 100644 index 00000000..0fd105ee --- /dev/null +++ b/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5945wx.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-threadripper-pro-5945wx", + "name": "AMD Ryzen Threadripper PRO 5945WX", + "manufacturer": "amd", + "release_date": "2022-03-08", + "segment": "hedt", + "architecture": "Zen 3", + "socket": "sWRX8", + "process_node": "TSMC N7", + "cores": 12, + "threads": 24, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 4.1, + "boost_clock_ghz": 4.5, + "l3_cache_mb": 64.0, + "tdp_w": 280, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1530, + "cinebench_r23_multi": 22600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1500, + "geekbench_multi": 17000, + "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": 3348, + "passmark_cpu_mark": 40161, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1149, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/ryzen-threadripper-pro-5945wx", + "https://en.wikipedia.org/wiki/Ryzen#Threadripper_PRO", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+5945WX" + ] +} diff --git a/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5955wx.json b/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5955wx.json new file mode 100644 index 00000000..1e0d39e9 --- /dev/null +++ b/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5955wx.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-threadripper-pro-5955wx", + "name": "AMD Ryzen Threadripper PRO 5955WX", + "manufacturer": "amd", + "release_date": "2022-03-08", + "segment": "hedt", + "architecture": "Zen 3", + "socket": "sWRX8", + "process_node": "TSMC N7", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 4.0, + "boost_clock_ghz": 4.5, + "l3_cache_mb": 64.0, + "tdp_w": 280, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1540, + "cinebench_r23_multi": 29800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1510, + "geekbench_multi": 22500, + "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": 3317, + "passmark_cpu_mark": 48793, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1399, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/ryzen-threadripper-pro-5955wx", + "https://en.wikipedia.org/wiki/Ryzen#Threadripper_PRO", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+5955WX" + ] +} diff --git a/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5965wx.json b/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5965wx.json new file mode 100644 index 00000000..790d4774 --- /dev/null +++ b/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5965wx.json @@ -0,0 +1,48 @@ +{ + "slug": "ryzen-threadripper-pro-5965wx", + "name": "AMD Ryzen Threadripper PRO 5965WX", + "manufacturer": "amd", + "release_date": "2022-03-08", + "segment": "hedt", + "architecture": "Zen 3", + "socket": "sWRX8", + "process_node": "TSMC N7", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.8, + "boost_clock_ghz": 4.5, + "l3_cache_mb": 128.0, + "tdp_w": 280, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1530, + "cinebench_r23_multi": 42500, + "cinebench_2024_single": 90, + "cinebench_2024_multi": 2284, + "geekbench_single": 1500, + "geekbench_multi": 32000, + "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": 3317, + "passmark_cpu_mark": 65886, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2399, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/ryzen-threadripper-pro-5965wx", + "https://en.wikipedia.org/wiki/Ryzen#Threadripper_PRO", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+5965WX", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5975wx.json b/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5975wx.json new file mode 100644 index 00000000..0a17a6db --- /dev/null +++ b/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5975wx.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-threadripper-pro-5975wx", + "name": "AMD Ryzen Threadripper PRO 5975WX", + "manufacturer": "amd", + "release_date": "2022-03-08", + "segment": "hedt", + "architecture": "Zen 3", + "socket": "sWRX8", + "process_node": "TSMC N7", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 4.5, + "l3_cache_mb": 128.0, + "tdp_w": 280, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1530, + "cinebench_r23_multi": 55200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1500, + "geekbench_multi": 41500, + "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": 3319, + "passmark_cpu_mark": 74874, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3299, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/ryzen-threadripper-pro-5975wx", + "https://en.wikipedia.org/wiki/Ryzen#Threadripper_PRO", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+5975WX" + ] +} diff --git a/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5985wx.json b/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5985wx.json new file mode 100644 index 00000000..0fc64166 --- /dev/null +++ b/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5985wx.json @@ -0,0 +1,46 @@ +{ + "slug": "ryzen-threadripper-pro-5985wx", + "name": "AMD Ryzen Threadripper PRO 5985WX", + "manufacturer": "amd", + "release_date": "2022-03-08", + "segment": "hedt", + "architecture": "Zen 3", + "socket": "sWRX8", + "process_node": "TSMC N7", + "cores": 64, + "threads": 128, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 4.5, + "l3_cache_mb": 256.0, + "tdp_w": 280, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1520, + "cinebench_r23_multi": 95000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1490, + "geekbench_multi": 70000, + "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": 6499, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/ryzen-threadripper-pro-5985wx", + "https://en.wikipedia.org/wiki/Ryzen#Threadripper_PRO" + ] +} diff --git a/data/cpu/amd/2023/consumer/ryzen-5-5600x3d.json b/data/cpu/amd/2023/consumer/ryzen-5-5600x3d.json new file mode 100644 index 00000000..d6fe76f3 --- /dev/null +++ b/data/cpu/amd/2023/consumer/ryzen-5-5600x3d.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-5-5600x3d", + "name": "AMD Ryzen 5 5600X3D", + "manufacturer": "amd", + "release_date": "2023-07-07", + "segment": "desktop", + "architecture": "Zen 3", + "socket": "AM4", + "process_node": "TSMC N7", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.3, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 96.0, + "tdp_w": 105, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 dual-channel", + "cinebench_r23_single": 1402, + "cinebench_r23_multi": 10227, + "cinebench_2024_single": 80, + "cinebench_2024_multi": 698, + "geekbench_single": 1986, + "geekbench_multi": 8782, + "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": 3183, + "passmark_cpu_mark": 21881, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 229, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+5600X3D", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2023/consumer/ryzen-5-7500f.json b/data/cpu/amd/2023/consumer/ryzen-5-7500f.json new file mode 100644 index 00000000..66a01382 --- /dev/null +++ b/data/cpu/amd/2023/consumer/ryzen-5-7500f.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-5-7500f", + "name": "AMD Ryzen 5 7500F", + "manufacturer": "amd", + "release_date": "2023-07-22", + "segment": "desktop", + "architecture": "Zen 4 (Raphael)", + "socket": "AM5", + "process_node": "TSMC N5", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.7, + "boost_clock_ghz": 5.0, + "l3_cache_mb": 32.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-5200 dual-channel", + "cinebench_r23_single": 1818, + "cinebench_r23_multi": 13809, + "cinebench_2024_single": 114, + "cinebench_2024_multi": 847, + "geekbench_single": 2764, + "geekbench_multi": 13316, + "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": 3825, + "passmark_cpu_mark": 26554, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 179, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+7500F", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2023/consumer/ryzen-7-7720u.json b/data/cpu/amd/2023/consumer/ryzen-7-7720u.json new file mode 100644 index 00000000..48b49e73 --- /dev/null +++ b/data/cpu/amd/2023/consumer/ryzen-7-7720u.json @@ -0,0 +1,45 @@ +{ + "slug": "ryzen-7-7720u", + "name": "AMD Ryzen 7 7720U", + "manufacturer": "amd", + "release_date": "2023-01-04", + "segment": "laptop", + "architecture": "Zen 3+ (Barcelo-R)", + "socket": "FP7", + "process_node": "TSMC N6", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.5, + "boost_clock_ghz": 4.7, + "l3_cache_mb": 16.0, + "tdp_w": 28, + "max_tdp_w": null, + "integrated_graphics": "Radeon Graphics (Vega 8)", + "memory_support": "DDR5-4800 / LPDDR5-6400", + "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": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen" + ] +} diff --git a/data/cpu/amd/2023/consumer/ryzen-9-7900x3d.json b/data/cpu/amd/2023/consumer/ryzen-9-7900x3d.json new file mode 100644 index 00000000..6ba7e2ac --- /dev/null +++ b/data/cpu/amd/2023/consumer/ryzen-9-7900x3d.json @@ -0,0 +1,49 @@ +{ + "slug": "ryzen-9-7900x3d", + "name": "AMD Ryzen 9 7900X3D", + "manufacturer": "amd", + "release_date": "2023-02-28", + "segment": "desktop", + "architecture": "Zen 4 (Raphael X3D)", + "socket": "AM5", + "process_node": "TSMC N5", + "cores": 12, + "threads": 24, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 4.4, + "boost_clock_ghz": 5.6, + "l3_cache_mb": 128.0, + "tdp_w": 120, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-5200 dual-channel", + "cinebench_r23_single": 2039, + "cinebench_r23_multi": 27084, + "cinebench_2024_single": 122, + "cinebench_2024_multi": 1596, + "geekbench_single": 2971, + "geekbench_multi": 18105, + "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": 4119, + "passmark_cpu_mark": 50213, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 599, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+7900X3D", + "https://www.cgdirector.com/cinebench-r23-scores-updated-results/", + "https://www.cgdirector.com/cinebench-2024-scores/", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2023/enterprise/epyc-9384x.json b/data/cpu/amd/2023/enterprise/epyc-9384x.json new file mode 100644 index 00000000..22fb14f8 --- /dev/null +++ b/data/cpu/amd/2023/enterprise/epyc-9384x.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9384x", + "name": "AMD EPYC 9384X", + "manufacturer": "amd", + "release_date": "2023-06-13", + "segment": "server", + "architecture": "Zen 4", + "socket": "SP5", + "process_node": "TSMC N5", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 768.0, + "tdp_w": 320, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 12-channel ECC", + "cinebench_r23_single": 1820, + "cinebench_r23_multi": 55500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1970, + "geekbench_multi": 40500, + "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": 3006, + "passmark_cpu_mark": 72121, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 5445, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-9384x", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9384X" + ] +} diff --git a/data/cpu/amd/2023/enterprise/epyc-9484x.json b/data/cpu/amd/2023/enterprise/epyc-9484x.json new file mode 100644 index 00000000..0dc32530 --- /dev/null +++ b/data/cpu/amd/2023/enterprise/epyc-9484x.json @@ -0,0 +1,46 @@ +{ + "slug": "epyc-9484x", + "name": "AMD EPYC 9484X", + "manufacturer": "amd", + "release_date": "2023-06-13", + "segment": "server", + "architecture": "Zen 4", + "socket": "SP5", + "process_node": "TSMC N5", + "cores": 48, + "threads": 96, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 3.85, + "l3_cache_mb": 1152.0, + "tdp_w": 320, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 12-channel ECC", + "cinebench_r23_single": 1800, + "cinebench_r23_multi": 80000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1950, + "geekbench_multi": 57500, + "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": 7097, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-9484x", + "https://en.wikipedia.org/wiki/Epyc" + ] +} diff --git a/data/cpu/amd/2023/enterprise/epyc-9734.json b/data/cpu/amd/2023/enterprise/epyc-9734.json new file mode 100644 index 00000000..a98f83d7 --- /dev/null +++ b/data/cpu/amd/2023/enterprise/epyc-9734.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9734", + "name": "AMD EPYC 9734", + "manufacturer": "amd", + "release_date": "2023-06-13", + "segment": "server", + "architecture": "Zen 4c", + "socket": "SP5", + "process_node": "TSMC N5", + "cores": 112, + "threads": 224, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": 3.0, + "l3_cache_mb": 256.0, + "tdp_w": 340, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 12-channel ECC", + "cinebench_r23_single": 1480, + "cinebench_r23_multi": 148000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1620, + "geekbench_multi": 98000, + "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": 2310, + "passmark_cpu_mark": 102286, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 9600, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/amd-epyc-9734", + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9734" + ] +} diff --git a/data/cpu/amd/2024/consumer/ryzen-3-8300g.json b/data/cpu/amd/2024/consumer/ryzen-3-8300g.json new file mode 100644 index 00000000..acae2613 --- /dev/null +++ b/data/cpu/amd/2024/consumer/ryzen-3-8300g.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-3-8300g", + "name": "AMD Ryzen 3 8300G", + "manufacturer": "amd", + "release_date": "2024-02-13", + "segment": "desktop", + "architecture": "Zen 4 (Phoenix2)", + "socket": "AM5", + "process_node": "TSMC N4", + "cores": 4, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.4, + "boost_clock_ghz": 4.9, + "l3_cache_mb": 8.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon 740M Graphics", + "memory_support": "DDR5-5600 dual-channel", + "cinebench_r23_single": 1741, + "cinebench_r23_multi": 9695, + "cinebench_2024_single": 96, + "cinebench_2024_multi": 521, + "geekbench_single": 2408, + "geekbench_multi": 7704, + "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": 3770, + "passmark_cpu_mark": 13990, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 145, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+8300G", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2024/consumer/ryzen-5-5500gt.json b/data/cpu/amd/2024/consumer/ryzen-5-5500gt.json new file mode 100644 index 00000000..9e3f7880 --- /dev/null +++ b/data/cpu/amd/2024/consumer/ryzen-5-5500gt.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-5-5500gt", + "name": "AMD Ryzen 5 5500GT", + "manufacturer": "amd", + "release_date": "2024-01-31", + "segment": "desktop", + "architecture": "Zen 3 (Cezanne refresh)", + "socket": "AM4", + "process_node": "TSMC N7", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 16.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon Graphics (Vega 7)", + "memory_support": "DDR4-3200 dual-channel", + "cinebench_r23_single": null, + "cinebench_r23_multi": 6907, + "cinebench_2024_single": 88, + "cinebench_2024_multi": 614, + "geekbench_single": 2017, + "geekbench_multi": 8165, + "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": 3056, + "passmark_cpu_mark": 18996, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 125, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+5500GT", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2024/consumer/ryzen-5-5600gt.json b/data/cpu/amd/2024/consumer/ryzen-5-5600gt.json new file mode 100644 index 00000000..f3fcff7f --- /dev/null +++ b/data/cpu/amd/2024/consumer/ryzen-5-5600gt.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-5-5600gt", + "name": "AMD Ryzen 5 5600GT", + "manufacturer": "amd", + "release_date": "2024-01-31", + "segment": "desktop", + "architecture": "Zen 3 (Cezanne refresh)", + "socket": "AM4", + "process_node": "TSMC N7", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 4.6, + "l3_cache_mb": 16.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Radeon Graphics (Vega 7)", + "memory_support": "DDR4-3200 dual-channel", + "cinebench_r23_single": null, + "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2066, + "geekbench_multi": 8089, + "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": 3338, + "passmark_cpu_mark": 20167, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 140, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+5600GT", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2024/consumer/ryzen-5-8540u.json b/data/cpu/amd/2024/consumer/ryzen-5-8540u.json new file mode 100644 index 00000000..1eecdd96 --- /dev/null +++ b/data/cpu/amd/2024/consumer/ryzen-5-8540u.json @@ -0,0 +1,48 @@ +{ + "slug": "ryzen-5-8540u", + "name": "AMD Ryzen 5 8540U", + "manufacturer": "amd", + "release_date": "2024-01-08", + "segment": "laptop", + "architecture": "Zen 4 (Phoenix)", + "socket": "FP8", + "process_node": "TSMC N4", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 4.9, + "l3_cache_mb": 16.0, + "tdp_w": 28, + "max_tdp_w": null, + "integrated_graphics": "Radeon 740M Graphics", + "memory_support": "DDR5-5600 / LPDDR5x-7500", + "cinebench_r23_single": 1714, + "cinebench_r23_multi": 9722, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2489, + "geekbench_multi": 8750, + "cinebench_r15_single": 253, + "cinebench_r15_multi": 1558, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 7512, + "cinebench_r10_multi": 32127, + "passmark_single": 3622, + "passmark_cpu_mark": 18352, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": null, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+8540U", + "https://technical.city/en/cpu/Ryzen-5-8540U", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html" + ] +} diff --git a/data/cpu/amd/2024/consumer/ryzen-7-5700.json b/data/cpu/amd/2024/consumer/ryzen-7-5700.json new file mode 100644 index 00000000..ac18607a --- /dev/null +++ b/data/cpu/amd/2024/consumer/ryzen-7-5700.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-7-5700", + "name": "AMD Ryzen 7 5700", + "manufacturer": "amd", + "release_date": "2024-01-31", + "segment": "desktop", + "architecture": "Zen 3 (Cezanne refresh)", + "socket": "AM4", + "process_node": "TSMC N7", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.7, + "boost_clock_ghz": 4.6, + "l3_cache_mb": 16.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 dual-channel", + "cinebench_r23_single": null, + "cinebench_r23_multi": null, + "cinebench_2024_single": null, + "cinebench_2024_multi": 764, + "geekbench_single": 2014, + "geekbench_multi": 8599, + "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": 3293, + "passmark_cpu_mark": 24232, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 175, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?id=4968&cpu=AMD+Ryzen+7+5700", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9135.json b/data/cpu/amd/2024/enterprise/epyc-9135.json new file mode 100644 index 00000000..a2e6d263 --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9135.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9135", + "name": "AMD EPYC 9135", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.65, + "boost_clock_ghz": 4.3, + "l3_cache_mb": 64.0, + "tdp_w": 200, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2100, + "cinebench_r23_multi": 30500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2380, + "geekbench_multi": 22000, + "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": 3672, + "passmark_cpu_mark": 56948, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1214, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9135.html", + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9135" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9175f.json b/data/cpu/amd/2024/enterprise/epyc-9175f.json new file mode 100644 index 00000000..bed1b43b --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9175f.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9175f", + "name": "AMD EPYC 9175F", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 4.2, + "boost_clock_ghz": 5.0, + "l3_cache_mb": 512.0, + "tdp_w": 320, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2420, + "cinebench_r23_multi": 35800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2680, + "geekbench_multi": 26500, + "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": 4256, + "passmark_cpu_mark": 67634, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 4256, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9175f.html", + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9175F" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9255.json b/data/cpu/amd/2024/enterprise/epyc-9255.json new file mode 100644 index 00000000..c613bdf7 --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9255.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9255", + "name": "AMD EPYC 9255", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.25, + "boost_clock_ghz": 4.3, + "l3_cache_mb": 128.0, + "tdp_w": 200, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2110, + "cinebench_r23_multi": 44500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2400, + "geekbench_multi": 32500, + "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": 3655, + "passmark_cpu_mark": 76580, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2495, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9255.html", + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9255" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9265.json b/data/cpu/amd/2024/enterprise/epyc-9265.json new file mode 100644 index 00000000..d8d96f43 --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9265.json @@ -0,0 +1,46 @@ +{ + "slug": "epyc-9265", + "name": "AMD EPYC 9265", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.9, + "boost_clock_ghz": 4.3, + "l3_cache_mb": 128.0, + "tdp_w": 210, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2160, + "cinebench_r23_multi": 46500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2440, + "geekbench_multi": 34000, + "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": 2618, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9265.html", + "https://en.wikipedia.org/wiki/Zen_5" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9275f.json b/data/cpu/amd/2024/enterprise/epyc-9275f.json new file mode 100644 index 00000000..9b33b2e1 --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9275f.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9275f", + "name": "AMD EPYC 9275F", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 4.1, + "boost_clock_ghz": 4.8, + "l3_cache_mb": 256.0, + "tdp_w": 320, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2360, + "cinebench_r23_multi": 52000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2620, + "geekbench_multi": 38000, + "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": 3810, + "passmark_cpu_mark": 84620, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3439, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9275f.html", + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9275F" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9335.json b/data/cpu/amd/2024/enterprise/epyc-9335.json new file mode 100644 index 00000000..8f57242d --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9335.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9335", + "name": "AMD EPYC 9335", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": 4.3, + "l3_cache_mb": 256.0, + "tdp_w": 210, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2090, + "cinebench_r23_multi": 58500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2380, + "geekbench_multi": 42000, + "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": 2732, + "passmark_cpu_mark": 65811, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3178, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9335.html", + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9335" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9355.json b/data/cpu/amd/2024/enterprise/epyc-9355.json new file mode 100644 index 00000000..b3d85e59 --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9355.json @@ -0,0 +1,46 @@ +{ + "slug": "epyc-9355", + "name": "AMD EPYC 9355", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.55, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 256.0, + "tdp_w": 280, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2170, + "cinebench_r23_multi": 63500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2450, + "geekbench_multi": 46000, + "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": 3694, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9355.html", + "https://en.wikipedia.org/wiki/Zen_5" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9355p.json b/data/cpu/amd/2024/enterprise/epyc-9355p.json new file mode 100644 index 00000000..38e4e04d --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9355p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9355p", + "name": "AMD EPYC 9355P", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.55, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 256.0, + "tdp_w": 280, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2170, + "cinebench_r23_multi": 63500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2450, + "geekbench_multi": 46000, + "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": 3747, + "passmark_cpu_mark": 96603, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2998, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9355p.html", + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9355P" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9375f.json b/data/cpu/amd/2024/enterprise/epyc-9375f.json new file mode 100644 index 00000000..cab46bbf --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9375f.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9375f", + "name": "AMD EPYC 9375F", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.8, + "boost_clock_ghz": 4.8, + "l3_cache_mb": 256.0, + "tdp_w": 320, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2350, + "cinebench_r23_multi": 71000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2610, + "geekbench_multi": 51500, + "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": 3762, + "passmark_cpu_mark": 95768, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 5306, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9375f.html", + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9375F" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9455.json b/data/cpu/amd/2024/enterprise/epyc-9455.json new file mode 100644 index 00000000..bad15f46 --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9455.json @@ -0,0 +1,46 @@ +{ + "slug": "epyc-9455", + "name": "AMD EPYC 9455", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 48, + "threads": 96, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.15, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 256.0, + "tdp_w": 300, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2120, + "cinebench_r23_multi": 89000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2410, + "geekbench_multi": 64000, + "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": 5412, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9455.html", + "https://en.wikipedia.org/wiki/Zen_5" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9455p.json b/data/cpu/amd/2024/enterprise/epyc-9455p.json new file mode 100644 index 00000000..04cc7e41 --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9455p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9455p", + "name": "AMD EPYC 9455P", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 48, + "threads": 96, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.15, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 256.0, + "tdp_w": 300, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2120, + "cinebench_r23_multi": 89000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2410, + "geekbench_multi": 64000, + "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": 3745, + "passmark_cpu_mark": 116927, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 4819, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9455p.html", + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9455P" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9475f.json b/data/cpu/amd/2024/enterprise/epyc-9475f.json new file mode 100644 index 00000000..3b96ffec --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9475f.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9475f", + "name": "AMD EPYC 9475F", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 48, + "threads": 96, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.65, + "boost_clock_ghz": 4.8, + "l3_cache_mb": 256.0, + "tdp_w": 400, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2330, + "cinebench_r23_multi": 104000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2580, + "geekbench_multi": 75000, + "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": 3779, + "passmark_cpu_mark": 122476, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 7592, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9475f.html", + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9475F" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9535.json b/data/cpu/amd/2024/enterprise/epyc-9535.json new file mode 100644 index 00000000..a01761ba --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9535.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9535", + "name": "AMD EPYC 9535", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 64, + "threads": 128, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.4, + "boost_clock_ghz": 4.3, + "l3_cache_mb": 256.0, + "tdp_w": 300, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2050, + "cinebench_r23_multi": 114000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2330, + "geekbench_multi": 82000, + "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": 3720, + "passmark_cpu_mark": 114528, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 8992, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9535.html", + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9535" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9555.json b/data/cpu/amd/2024/enterprise/epyc-9555.json new file mode 100644 index 00000000..e7aba2ec --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9555.json @@ -0,0 +1,46 @@ +{ + "slug": "epyc-9555", + "name": "AMD EPYC 9555", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 64, + "threads": 128, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 256.0, + "tdp_w": 360, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2150, + "cinebench_r23_multi": 125000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2420, + "geekbench_multi": 89000, + "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": 9826, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9555.html", + "https://en.wikipedia.org/wiki/Zen_5" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9555p.json b/data/cpu/amd/2024/enterprise/epyc-9555p.json new file mode 100644 index 00000000..0fc541ca --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9555p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9555p", + "name": "AMD EPYC 9555P", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 64, + "threads": 128, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 256.0, + "tdp_w": 360, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2150, + "cinebench_r23_multi": 125000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2420, + "geekbench_multi": 89000, + "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": 3743, + "passmark_cpu_mark": 135990, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 7983, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9555p.html", + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9555P" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9565.json b/data/cpu/amd/2024/enterprise/epyc-9565.json new file mode 100644 index 00000000..25e127bb --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9565.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9565", + "name": "AMD EPYC 9565", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 72, + "threads": 144, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.15, + "boost_clock_ghz": 4.3, + "l3_cache_mb": 384.0, + "tdp_w": 400, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2140, + "cinebench_r23_multi": 138000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2410, + "geekbench_multi": 99000, + "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": 3696, + "passmark_cpu_mark": 135221, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 10486, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9565.html", + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9565" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9575f.json b/data/cpu/amd/2024/enterprise/epyc-9575f.json new file mode 100644 index 00000000..67b8c9ed --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9575f.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9575f", + "name": "AMD EPYC 9575F", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 64, + "threads": 128, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.3, + "boost_clock_ghz": 5.0, + "l3_cache_mb": 256.0, + "tdp_w": 400, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2400, + "cinebench_r23_multi": 140000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2660, + "geekbench_multi": 100000, + "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": 4173, + "passmark_cpu_mark": 147998, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 11791, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9575f.html", + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9575F" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9645.json b/data/cpu/amd/2024/enterprise/epyc-9645.json new file mode 100644 index 00000000..9d93d05e --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9645.json @@ -0,0 +1,46 @@ +{ + "slug": "epyc-9645", + "name": "AMD EPYC 9645", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 96, + "threads": 192, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.3, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 384.0, + "tdp_w": 320, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 1900, + "cinebench_r23_multi": 160000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2200, + "geekbench_multi": 115000, + "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": 11048, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9645.html", + "https://en.wikipedia.org/wiki/Zen_5" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9655.json b/data/cpu/amd/2024/enterprise/epyc-9655.json new file mode 100644 index 00000000..7bde5d60 --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9655.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9655", + "name": "AMD EPYC 9655", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 96, + "threads": 192, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.6, + "boost_clock_ghz": 4.5, + "l3_cache_mb": 384.0, + "tdp_w": 400, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2120, + "cinebench_r23_multi": 180000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2400, + "geekbench_multi": 130000, + "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": 3847, + "passmark_cpu_mark": 156110, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 11852, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9655.html", + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?id=6404&cpu=AMD+EPYC+9655" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9655p.json b/data/cpu/amd/2024/enterprise/epyc-9655p.json new file mode 100644 index 00000000..8946ed63 --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9655p.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9655p", + "name": "AMD EPYC 9655P", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5", + "socket": "SP5", + "process_node": "TSMC N4", + "cores": 96, + "threads": 192, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.6, + "boost_clock_ghz": 4.5, + "l3_cache_mb": 384.0, + "tdp_w": 400, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 2120, + "cinebench_r23_multi": 180000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2400, + "geekbench_multi": 130000, + "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": 3849, + "passmark_cpu_mark": 160490, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 10811, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9655p.html", + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9655P" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9745.json b/data/cpu/amd/2024/enterprise/epyc-9745.json new file mode 100644 index 00000000..114216b6 --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9745.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9745", + "name": "AMD EPYC 9745", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5c", + "socket": "SP5", + "process_node": "TSMC N3", + "cores": 128, + "threads": 256, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.4, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 256.0, + "tdp_w": 400, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 1680, + "cinebench_r23_multi": 175000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1980, + "geekbench_multi": 68000, + "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": 2806, + "passmark_cpu_mark": 130698, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 12141, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9745.html", + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9745" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9825.json b/data/cpu/amd/2024/enterprise/epyc-9825.json new file mode 100644 index 00000000..9c89247c --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9825.json @@ -0,0 +1,46 @@ +{ + "slug": "epyc-9825", + "name": "AMD EPYC 9825", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5c", + "socket": "SP5", + "process_node": "TSMC N3", + "cores": 144, + "threads": 288, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": 3.3, + "l3_cache_mb": 384.0, + "tdp_w": 390, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 1700, + "cinebench_r23_multi": 192000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2000, + "geekbench_multi": 75000, + "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": 13006, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9825.html", + "https://en.wikipedia.org/wiki/Zen_5" + ] +} diff --git a/data/cpu/amd/2024/enterprise/epyc-9845.json b/data/cpu/amd/2024/enterprise/epyc-9845.json new file mode 100644 index 00000000..882280a0 --- /dev/null +++ b/data/cpu/amd/2024/enterprise/epyc-9845.json @@ -0,0 +1,47 @@ +{ + "slug": "epyc-9845", + "name": "AMD EPYC 9845", + "manufacturer": "amd", + "release_date": "2024-10-10", + "segment": "server", + "architecture": "Zen 5c", + "socket": "SP5", + "process_node": "TSMC N3", + "cores": 160, + "threads": 320, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 3.25, + "l3_cache_mb": 384.0, + "tdp_w": 390, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "cinebench_r23_single": 1700, + "cinebench_r23_multi": 210000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2000, + "geekbench_multi": 82000, + "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": 3144, + "passmark_cpu_mark": 152985, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 13564, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9845.html", + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9845" + ] +} diff --git a/data/cpu/amd/2025/consumer/ryzen-5-9650h.json b/data/cpu/amd/2025/consumer/ryzen-5-9650h.json new file mode 100644 index 00000000..282315d1 --- /dev/null +++ b/data/cpu/amd/2025/consumer/ryzen-5-9650h.json @@ -0,0 +1,45 @@ +{ + "slug": "ryzen-5-9650h", + "name": "AMD Ryzen 5 9650H", + "manufacturer": "amd", + "release_date": "2025-01-06", + "segment": "laptop", + "architecture": "Zen 5 (Krackan Point)", + "socket": "FP8", + "process_node": "TSMC N4P", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.7, + "boost_clock_ghz": 5.0, + "l3_cache_mb": 16.0, + "tdp_w": 45, + "max_tdp_w": null, + "integrated_graphics": "Radeon 860M Graphics", + "memory_support": "DDR5-5600 / LPDDR5x-8000", + "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": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen" + ] +} diff --git a/data/cpu/amd/2025/consumer/ryzen-7-9750h.json b/data/cpu/amd/2025/consumer/ryzen-7-9750h.json new file mode 100644 index 00000000..b93a608d --- /dev/null +++ b/data/cpu/amd/2025/consumer/ryzen-7-9750h.json @@ -0,0 +1,45 @@ +{ + "slug": "ryzen-7-9750h", + "name": "AMD Ryzen 7 9750H", + "manufacturer": "amd", + "release_date": "2025-01-06", + "segment": "laptop", + "architecture": "Zen 5 (Krackan Point)", + "socket": "FP8", + "process_node": "TSMC N4P", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.7, + "boost_clock_ghz": 5.2, + "l3_cache_mb": 16.0, + "tdp_w": 45, + "max_tdp_w": null, + "integrated_graphics": "Radeon 880M Graphics", + "memory_support": "DDR5-5600 / LPDDR5x-8000", + "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": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen" + ] +} diff --git a/data/cpu/amd/2025/consumer/ryzen-9-9850h.json b/data/cpu/amd/2025/consumer/ryzen-9-9850h.json new file mode 100644 index 00000000..fe7cfe6b --- /dev/null +++ b/data/cpu/amd/2025/consumer/ryzen-9-9850h.json @@ -0,0 +1,45 @@ +{ + "slug": "ryzen-9-9850h", + "name": "AMD Ryzen 9 9850H", + "manufacturer": "amd", + "release_date": "2025-01-06", + "segment": "laptop", + "architecture": "Zen 5 (Fire Range)", + "socket": "FL1", + "process_node": "TSMC N4P", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 5.2, + "l3_cache_mb": 32.0, + "tdp_w": 54, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-5600 dual-channel", + "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": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen" + ] +} diff --git a/data/cpu/amd/2025/consumer/ryzen-ai-7-pro-360.json b/data/cpu/amd/2025/consumer/ryzen-ai-7-pro-360.json new file mode 100644 index 00000000..9316de17 --- /dev/null +++ b/data/cpu/amd/2025/consumer/ryzen-ai-7-pro-360.json @@ -0,0 +1,49 @@ +{ + "slug": "ryzen-ai-7-pro-360", + "name": "AMD Ryzen AI 7 PRO 360", + "manufacturer": "amd", + "release_date": "2025-01-06", + "segment": "laptop", + "architecture": "Zen 5 (Krackan Point)", + "socket": "FP8", + "process_node": "TSMC N4P", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.5, + "boost_clock_ghz": 5.0, + "l3_cache_mb": 16.0, + "tdp_w": 28, + "max_tdp_w": null, + "integrated_graphics": "Radeon 880M Graphics", + "memory_support": "DDR5-5600 / LPDDR5x-8000", + "cinebench_r23_single": 1958, + "cinebench_r23_multi": 13794, + "cinebench_2024_single": 108, + "cinebench_2024_multi": 708, + "geekbench_single": 2699, + "geekbench_multi": 12344, + "cinebench_r15_single": 271, + "cinebench_r15_multi": 2023, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": 44438, + "passmark_single": 3856, + "passmark_cpu_mark": 22053, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": null, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+AI+7+PRO+360", + "https://technical.city/en/cpu/Ryzen-AI-7-PRO-360", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2025/consumer/ryzen-ai-max-380.json b/data/cpu/amd/2025/consumer/ryzen-ai-max-380.json new file mode 100644 index 00000000..768fe8bc --- /dev/null +++ b/data/cpu/amd/2025/consumer/ryzen-ai-max-380.json @@ -0,0 +1,45 @@ +{ + "slug": "ryzen-ai-max-380", + "name": "AMD Ryzen AI Max 380", + "manufacturer": "amd", + "release_date": "2025-04-08", + "segment": "laptop", + "architecture": "Zen 5 (Strix Halo)", + "socket": "FP11", + "process_node": "TSMC N4P", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 4.9, + "l3_cache_mb": 32.0, + "tdp_w": 80, + "max_tdp_w": null, + "integrated_graphics": "Radeon 8050S Graphics", + "memory_support": "LPDDR5x-8000 quad-channel", + "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": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen" + ] +} diff --git a/data/cpu/amd/2025/consumer/ryzen-ai-max-390.json b/data/cpu/amd/2025/consumer/ryzen-ai-max-390.json new file mode 100644 index 00000000..dcff8aca --- /dev/null +++ b/data/cpu/amd/2025/consumer/ryzen-ai-max-390.json @@ -0,0 +1,48 @@ +{ + "slug": "ryzen-ai-max-390", + "name": "AMD Ryzen AI Max 390", + "manufacturer": "amd", + "release_date": "2025-04-08", + "segment": "laptop", + "architecture": "Zen 5 (Strix Halo)", + "socket": "FP11", + "process_node": "TSMC N4P", + "cores": 12, + "threads": 24, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.7, + "boost_clock_ghz": 5.0, + "l3_cache_mb": 64.0, + "tdp_w": 80, + "max_tdp_w": null, + "integrated_graphics": "Radeon 8060S Graphics", + "memory_support": "LPDDR5x-8000 quad-channel", + "cinebench_r23_single": 2172, + "cinebench_r23_multi": 30768, + "cinebench_2024_single": 134, + "cinebench_2024_multi": 1731, + "geekbench_single": 2901, + "geekbench_multi": 17557, + "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": 4020, + "passmark_cpu_mark": 41552, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": null, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Ryzen", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+AI+Max+390", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9955wx.json b/data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9955wx.json new file mode 100644 index 00000000..debb9b87 --- /dev/null +++ b/data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9955wx.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-threadripper-pro-9955wx", + "name": "AMD Ryzen Threadripper PRO 9955WX", + "manufacturer": "amd", + "release_date": "2025-07-31", + "segment": "hedt", + "architecture": "Zen 5", + "socket": "sTR5", + "process_node": "TSMC N4", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 4.5, + "boost_clock_ghz": 5.4, + "l3_cache_mb": 64.0, + "tdp_w": 350, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 8-channel ECC", + "cinebench_r23_single": 2280, + "cinebench_r23_multi": 42000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2580, + "geekbench_multi": 30000, + "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": 4553, + "passmark_cpu_mark": 67130, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1649, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/ryzen-threadripper-pro-9955wx", + "https://en.wikipedia.org/wiki/Ryzen#Threadripper_PRO", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+9955WX" + ] +} diff --git a/data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9965wx.json b/data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9965wx.json new file mode 100644 index 00000000..a54ec65f --- /dev/null +++ b/data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9965wx.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-threadripper-pro-9965wx", + "name": "AMD Ryzen Threadripper PRO 9965WX", + "manufacturer": "amd", + "release_date": "2025-07-31", + "segment": "hedt", + "architecture": "Zen 5", + "socket": "sTR5", + "process_node": "TSMC N4", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 4.2, + "boost_clock_ghz": 5.4, + "l3_cache_mb": 128.0, + "tdp_w": 350, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 8-channel ECC", + "cinebench_r23_single": 2270, + "cinebench_r23_multi": 60000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2570, + "geekbench_multi": 44000, + "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": 4544, + "passmark_cpu_mark": 92741, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2749, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/ryzen-threadripper-pro-9965wx", + "https://en.wikipedia.org/wiki/Ryzen#Threadripper_PRO", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+9965WX" + ] +} diff --git a/data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9975wx.json b/data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9975wx.json new file mode 100644 index 00000000..388d7741 --- /dev/null +++ b/data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9975wx.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-threadripper-pro-9975wx", + "name": "AMD Ryzen Threadripper PRO 9975WX", + "manufacturer": "amd", + "release_date": "2025-07-31", + "segment": "hedt", + "architecture": "Zen 5", + "socket": "sTR5", + "process_node": "TSMC N4", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 4.0, + "boost_clock_ghz": 5.4, + "l3_cache_mb": 128.0, + "tdp_w": 350, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 8-channel ECC", + "cinebench_r23_single": 2270, + "cinebench_r23_multi": 78000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2570, + "geekbench_multi": 57000, + "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": 4417, + "passmark_cpu_mark": 105017, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3699, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/ryzen-threadripper-pro-9975wx", + "https://en.wikipedia.org/wiki/Ryzen#Threadripper_PRO", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+9975WX" + ] +} diff --git a/data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9985wx.json b/data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9985wx.json new file mode 100644 index 00000000..bd36b044 --- /dev/null +++ b/data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9985wx.json @@ -0,0 +1,47 @@ +{ + "slug": "ryzen-threadripper-pro-9985wx", + "name": "AMD Ryzen Threadripper PRO 9985WX", + "manufacturer": "amd", + "release_date": "2025-07-31", + "segment": "hedt", + "architecture": "Zen 5", + "socket": "sTR5", + "process_node": "TSMC N4", + "cores": 64, + "threads": 128, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 5.4, + "l3_cache_mb": 256.0, + "tdp_w": 350, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 8-channel ECC", + "cinebench_r23_single": 2250, + "cinebench_r23_multi": 132000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2540, + "geekbench_multi": 92000, + "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": 4480, + "passmark_cpu_mark": 151377, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 7999, + "verified": true, + "source_urls": [ + "https://www.amd.com/en/products/cpu/ryzen-threadripper-pro-9985wx", + "https://en.wikipedia.org/wiki/Ryzen#Threadripper_PRO", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+9985WX" + ] +} diff --git a/data/cpu/ampere/2020/enterprise/altra-q64-30.json b/data/cpu/ampere/2020/enterprise/altra-q64-30.json new file mode 100644 index 00000000..0d92ea6c --- /dev/null +++ b/data/cpu/ampere/2020/enterprise/altra-q64-30.json @@ -0,0 +1,46 @@ +{ + "slug": "altra-q64-30", + "name": "Ampere Altra Q64-30", + "manufacturer": "ampere", + "release_date": "2020-03-03", + "segment": "server", + "architecture": "Neoverse N1 (Arm)", + "socket": "LGA4926", + "process_node": "TSMC N7", + "cores": 64, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": 3.3, + "l3_cache_mb": 32.0, + "tdp_w": 170, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "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": 2380, + "verified": true, + "source_urls": [ + "https://amperecomputing.com/processors/ampere-altra/", + "https://en.wikipedia.org/wiki/Ampere_Altra" + ] +} diff --git a/data/cpu/ampere/2020/enterprise/altra-q80-30.json b/data/cpu/ampere/2020/enterprise/altra-q80-30.json new file mode 100644 index 00000000..c41721f4 --- /dev/null +++ b/data/cpu/ampere/2020/enterprise/altra-q80-30.json @@ -0,0 +1,46 @@ +{ + "slug": "altra-q80-30", + "name": "Ampere Altra Q80-30", + "manufacturer": "ampere", + "release_date": "2020-03-03", + "segment": "server", + "architecture": "Neoverse N1 (Arm)", + "socket": "LGA4926", + "process_node": "TSMC N7", + "cores": 80, + "threads": 80, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": 3.3, + "l3_cache_mb": 32.0, + "tdp_w": 210, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "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": 4050, + "verified": true, + "source_urls": [ + "https://amperecomputing.com/processors/ampere-altra/", + "https://en.wikipedia.org/wiki/Ampere_Altra" + ] +} diff --git a/data/cpu/ampere/2024/enterprise/ampereone-a176-32.json b/data/cpu/ampere/2024/enterprise/ampereone-a176-32.json new file mode 100644 index 00000000..eb8d2df1 --- /dev/null +++ b/data/cpu/ampere/2024/enterprise/ampereone-a176-32.json @@ -0,0 +1,46 @@ +{ + "slug": "ampereone-a176-32", + "name": "Ampere AmpereOne A176-32", + "manufacturer": "ampere", + "release_date": "2024-04-15", + "segment": "server", + "architecture": "Ampere-1 (Arm)", + "socket": "LGA5964", + "process_node": "TSMC N5", + "cores": 176, + "threads": 176, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 3.2, + "l3_cache_mb": 64.0, + "tdp_w": 350, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-5600 8-channel ECC", + "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": 7900, + "verified": true, + "source_urls": [ + "https://amperecomputing.com/processors/ampereone/", + "https://en.wikipedia.org/wiki/Ampere_Computing" + ] +} diff --git a/data/cpu/cyrix/1995/consumer/cyrix-5x86-100.json b/data/cpu/cyrix/1995/consumer/cyrix-5x86-100.json new file mode 100644 index 00000000..56f0735f --- /dev/null +++ b/data/cpu/cyrix/1995/consumer/cyrix-5x86-100.json @@ -0,0 +1,45 @@ +{ + "slug": "cyrix-5x86-100", + "name": "Cyrix 5x86 100 MHz", + "manufacturer": "cyrix", + "release_date": "1995-08-01", + "segment": "desktop", + "architecture": "5x86", + "socket": "Socket 3", + "process_node": "ST/IBM 650nm", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.1, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 6, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 220, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Cyrix_5x86" + ] +} diff --git a/data/cpu/cyrix/1997/consumer/cyrix-6x86mx-pr300.json b/data/cpu/cyrix/1997/consumer/cyrix-6x86mx-pr300.json new file mode 100644 index 00000000..d993bc54 --- /dev/null +++ b/data/cpu/cyrix/1997/consumer/cyrix-6x86mx-pr300.json @@ -0,0 +1,45 @@ +{ + "slug": "cyrix-6x86mx-pr300", + "name": "Cyrix 6x86MX PR300", + "manufacturer": "cyrix", + "release_date": "1997-05-30", + "segment": "desktop", + "architecture": "6x86MX (M2)", + "socket": "Socket 7", + "process_node": "IBM 350nm", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.263, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 18, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 320, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Cyrix_6x86MX" + ] +} diff --git a/data/cpu/cyrix/1998/consumer/mediagx-mmx-300.json b/data/cpu/cyrix/1998/consumer/mediagx-mmx-300.json new file mode 100644 index 00000000..389f09e2 --- /dev/null +++ b/data/cpu/cyrix/1998/consumer/mediagx-mmx-300.json @@ -0,0 +1,45 @@ +{ + "slug": "mediagx-mmx-300", + "name": "Cyrix MediaGX MMX 300", + "manufacturer": "cyrix", + "release_date": "1998-05-19", + "segment": "desktop", + "architecture": "MediaGX MMX", + "socket": "MediaGX socket", + "process_node": "National 250nm", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.3, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 9, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 145, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Cyrix_MediaGX" + ] +} diff --git a/data/cpu/dec/1994/enterprise/alpha-21064a.json b/data/cpu/dec/1994/enterprise/alpha-21064a.json new file mode 100644 index 00000000..bf2008ab --- /dev/null +++ b/data/cpu/dec/1994/enterprise/alpha-21064a.json @@ -0,0 +1,45 @@ +{ + "slug": "alpha-21064a", + "name": "DEC Alpha 21064A (EV45)", + "manufacturer": "dec", + "release_date": "1994-06-01", + "segment": "server", + "architecture": "Alpha EV45", + "socket": "PGA431", + "process_node": "DEC 350nm", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.275, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 33, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "32-bit DRAM", + "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": 3995, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Alpha_21064" + ] +} diff --git a/data/cpu/dec/1996/enterprise/alpha-21164a.json b/data/cpu/dec/1996/enterprise/alpha-21164a.json new file mode 100644 index 00000000..0d63469f --- /dev/null +++ b/data/cpu/dec/1996/enterprise/alpha-21164a.json @@ -0,0 +1,45 @@ +{ + "slug": "alpha-21164a", + "name": "DEC Alpha 21164A (EV56)", + "manufacturer": "dec", + "release_date": "1996-08-01", + "segment": "server", + "architecture": "Alpha EV56", + "socket": "Slot B", + "process_node": "DEC 350nm", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.5, + "boost_clock_ghz": null, + "l3_cache_mb": 4.0, + "tdp_w": 56, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "128-bit ECC", + "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": 3995, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Alpha_21164" + ] +} diff --git a/data/cpu/dec/1999/enterprise/alpha-21264a.json b/data/cpu/dec/1999/enterprise/alpha-21264a.json new file mode 100644 index 00000000..4bc9f4bc --- /dev/null +++ b/data/cpu/dec/1999/enterprise/alpha-21264a.json @@ -0,0 +1,45 @@ +{ + "slug": "alpha-21264a", + "name": "DEC Alpha 21264A (EV67)", + "manufacturer": "dec", + "release_date": "1999-09-01", + "segment": "server", + "architecture": "Alpha EV67", + "socket": "Slot B", + "process_node": "DEC 250nm", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.7, + "boost_clock_ghz": null, + "l3_cache_mb": 4.0, + "tdp_w": 60, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR ECC", + "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": 4995, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Alpha_21264" + ] +} diff --git a/data/cpu/dec/2002/enterprise/alpha-21364.json b/data/cpu/dec/2002/enterprise/alpha-21364.json new file mode 100644 index 00000000..327e046a --- /dev/null +++ b/data/cpu/dec/2002/enterprise/alpha-21364.json @@ -0,0 +1,45 @@ +{ + "slug": "alpha-21364", + "name": "DEC Alpha 21364 (EV7)", + "manufacturer": "dec", + "release_date": "2002-11-01", + "segment": "server", + "architecture": "Alpha EV7", + "socket": "LGA1443", + "process_node": "DEC 180nm", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.15, + "boost_clock_ghz": null, + "l3_cache_mb": 1.75, + "tdp_w": 100, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "RDRAM RIMM4200", + "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": 4995, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Alpha_21364" + ] +} diff --git a/data/cpu/hygon/2021/enterprise/dhyana-c86-5380.json b/data/cpu/hygon/2021/enterprise/dhyana-c86-5380.json new file mode 100644 index 00000000..3af321db --- /dev/null +++ b/data/cpu/hygon/2021/enterprise/dhyana-c86-5380.json @@ -0,0 +1,45 @@ +{ + "slug": "dhyana-c86-5380", + "name": "Hygon Dhyana 2 C86-5380", + "manufacturer": "hygon", + "release_date": "2021-04-21", + "segment": "server", + "architecture": "Dhyana 2 (Zen 2-based)", + "socket": "SP3r2 / Hygon", + "process_node": "GlobalFoundries 14nm", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 2.7, + "l3_cache_mb": 64.0, + "tdp_w": 180, + "max_tdp_w": null, + "integrated_graphics": null, + "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": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Hygon" + ] +} diff --git a/data/cpu/hygon/2023/enterprise/dhyana-c86-7390.json b/data/cpu/hygon/2023/enterprise/dhyana-c86-7390.json new file mode 100644 index 00000000..0752f97e --- /dev/null +++ b/data/cpu/hygon/2023/enterprise/dhyana-c86-7390.json @@ -0,0 +1,45 @@ +{ + "slug": "dhyana-c86-7390", + "name": "Hygon Dhyana 3 C86-7390", + "manufacturer": "hygon", + "release_date": "2023-09-15", + "segment": "server", + "architecture": "Dhyana 3 (Zen 3-based)", + "socket": "SP3r2 / Hygon", + "process_node": "GlobalFoundries 12nm", + "cores": 64, + "threads": 128, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.45, + "boost_clock_ghz": 3.5, + "l3_cache_mb": 256.0, + "tdp_w": 225, + "max_tdp_w": null, + "integrated_graphics": null, + "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": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Hygon" + ] +} diff --git a/data/cpu/ibm/1999/enterprise/rs64-iii.json b/data/cpu/ibm/1999/enterprise/rs64-iii.json new file mode 100644 index 00000000..71ec2231 --- /dev/null +++ b/data/cpu/ibm/1999/enterprise/rs64-iii.json @@ -0,0 +1,45 @@ +{ + "slug": "rs64-iii", + "name": "IBM RS64-III (Pulsar)", + "manufacturer": "ibm", + "release_date": "1999-09-01", + "segment": "server", + "architecture": "PowerPC AS (64-bit)", + "socket": "MCM", + "process_node": "IBM 220nm SOI", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.5, + "boost_clock_ghz": null, + "l3_cache_mb": 8.0, + "tdp_w": 28, + "max_tdp_w": null, + "integrated_graphics": null, + "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": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/RS64" + ] +} diff --git a/data/cpu/ibm/2000/enterprise/rs64-iv.json b/data/cpu/ibm/2000/enterprise/rs64-iv.json new file mode 100644 index 00000000..538b6cf0 --- /dev/null +++ b/data/cpu/ibm/2000/enterprise/rs64-iv.json @@ -0,0 +1,45 @@ +{ + "slug": "rs64-iv", + "name": "IBM RS64-IV (Sstar)", + "manufacturer": "ibm", + "release_date": "2000-09-01", + "segment": "server", + "architecture": "PowerPC AS (64-bit)", + "socket": "MCM", + "process_node": "IBM 220nm SOI", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.75, + "boost_clock_ghz": null, + "l3_cache_mb": 16.0, + "tdp_w": 30, + "max_tdp_w": null, + "integrated_graphics": null, + "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": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/RS64" + ] +} diff --git a/data/cpu/ibm/2009/enterprise/power6-plus.json b/data/cpu/ibm/2009/enterprise/power6-plus.json new file mode 100644 index 00000000..ee16cf24 --- /dev/null +++ b/data/cpu/ibm/2009/enterprise/power6-plus.json @@ -0,0 +1,45 @@ +{ + "slug": "power6-plus", + "name": "IBM POWER6+", + "manufacturer": "ibm", + "release_date": "2009-10-01", + "segment": "server", + "architecture": "POWER6+", + "socket": "MCM", + "process_node": "IBM 65nm SOI", + "cores": 2, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 5.0, + "boost_clock_ghz": null, + "l3_cache_mb": 32.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "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": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/POWER6" + ] +} diff --git a/data/cpu/ibm/2021/enterprise/power10-mma.json b/data/cpu/ibm/2021/enterprise/power10-mma.json new file mode 100644 index 00000000..0dd5aa97 --- /dev/null +++ b/data/cpu/ibm/2021/enterprise/power10-mma.json @@ -0,0 +1,45 @@ +{ + "slug": "power10-mma", + "name": "IBM POWER10 Single-Chip Module", + "manufacturer": "ibm", + "release_date": "2021-09-08", + "segment": "server", + "architecture": "POWER10", + "socket": "DCM/SCM", + "process_node": "Samsung 7nm", + "cores": 30, + "threads": 240, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.5, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 240.0, + "tdp_w": 320, + "max_tdp_w": null, + "integrated_graphics": null, + "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": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/POWER10" + ] +} diff --git a/data/cpu/intel/1990/consumer/i486-dx-33.json b/data/cpu/intel/1990/consumer/i486-dx-33.json new file mode 100644 index 00000000..67a6ec9d --- /dev/null +++ b/data/cpu/intel/1990/consumer/i486-dx-33.json @@ -0,0 +1,46 @@ +{ + "slug": "i486-dx-33", + "name": "Intel i486 DX-33", + "manufacturer": "intel", + "release_date": "1990-05-07", + "segment": "desktop", + "architecture": "i486", + "socket": "Socket 1", + "process_node": "Intel 1000nm CHMOS-IV", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.033, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 6, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 11.1, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1050, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/I486", + "https://en.wikipedia.org/wiki/Instructions_per_second" + ] +} diff --git a/data/cpu/intel/1991/consumer/i486-dx-50.json b/data/cpu/intel/1991/consumer/i486-dx-50.json new file mode 100644 index 00000000..5d743b06 --- /dev/null +++ b/data/cpu/intel/1991/consumer/i486-dx-50.json @@ -0,0 +1,45 @@ +{ + "slug": "i486-dx-50", + "name": "Intel i486 DX-50", + "manufacturer": "intel", + "release_date": "1991-06-24", + "segment": "desktop", + "architecture": "i486", + "socket": "Socket 2", + "process_node": "Intel 800nm BiCMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.05, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 8, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1100, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/I486" + ] +} diff --git a/data/cpu/intel/1991/consumer/i486-sx-20.json b/data/cpu/intel/1991/consumer/i486-sx-20.json new file mode 100644 index 00000000..fbbcb896 --- /dev/null +++ b/data/cpu/intel/1991/consumer/i486-sx-20.json @@ -0,0 +1,45 @@ +{ + "slug": "i486-sx-20", + "name": "Intel i486 SX-20", + "manufacturer": "intel", + "release_date": "1991-09-16", + "segment": "desktop", + "architecture": "i486", + "socket": "Socket 1", + "process_node": "Intel 1000nm CHMOS-IV", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.02, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 4, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 235, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/I486" + ] +} diff --git a/data/cpu/intel/1991/consumer/i486-sx-25.json b/data/cpu/intel/1991/consumer/i486-sx-25.json new file mode 100644 index 00000000..9a4fec90 --- /dev/null +++ b/data/cpu/intel/1991/consumer/i486-sx-25.json @@ -0,0 +1,45 @@ +{ + "slug": "i486-sx-25", + "name": "Intel i486 SX-25", + "manufacturer": "intel", + "release_date": "1991-09-16", + "segment": "desktop", + "architecture": "i486", + "socket": "Socket 1", + "process_node": "Intel 1000nm CHMOS-IV", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.025, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 4, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 258, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/I486" + ] +} diff --git a/data/cpu/intel/1992/consumer/i486-dx2-50.json b/data/cpu/intel/1992/consumer/i486-dx2-50.json new file mode 100644 index 00000000..82cd960d --- /dev/null +++ b/data/cpu/intel/1992/consumer/i486-dx2-50.json @@ -0,0 +1,45 @@ +{ + "slug": "i486-dx2-50", + "name": "Intel i486 DX2-50", + "manufacturer": "intel", + "release_date": "1992-03-03", + "segment": "desktop", + "architecture": "i486", + "socket": "Socket 3", + "process_node": "Intel 800nm BiCMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.05, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 5, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 580, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/I486" + ] +} diff --git a/data/cpu/intel/1993/consumer/pentium-60.json b/data/cpu/intel/1993/consumer/pentium-60.json new file mode 100644 index 00000000..233776f7 --- /dev/null +++ b/data/cpu/intel/1993/consumer/pentium-60.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-60", + "name": "Intel Pentium 60", + "manufacturer": "intel", + "release_date": "1993-03-22", + "segment": "desktop", + "architecture": "P5", + "socket": "Socket 4", + "process_node": "Intel 800nm BiCMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.06, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 16, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 878, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_(original)" + ] +} diff --git a/data/cpu/intel/1994/consumer/i486-dx4-100.json b/data/cpu/intel/1994/consumer/i486-dx4-100.json new file mode 100644 index 00000000..d8ef5ea7 --- /dev/null +++ b/data/cpu/intel/1994/consumer/i486-dx4-100.json @@ -0,0 +1,45 @@ +{ + "slug": "i486-dx4-100", + "name": "Intel i486 DX4-100", + "manufacturer": "intel", + "release_date": "1994-03-07", + "segment": "desktop", + "architecture": "i486", + "socket": "Socket 3", + "process_node": "Intel 600nm BiCMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.1, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 5, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 680, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/I486" + ] +} diff --git a/data/cpu/intel/1994/consumer/pentium-100.json b/data/cpu/intel/1994/consumer/pentium-100.json new file mode 100644 index 00000000..659d19d5 --- /dev/null +++ b/data/cpu/intel/1994/consumer/pentium-100.json @@ -0,0 +1,46 @@ +{ + "slug": "pentium-100", + "name": "Intel Pentium 100", + "manufacturer": "intel", + "release_date": "1994-03-07", + "segment": "desktop", + "architecture": "P54C", + "socket": "Socket 5", + "process_node": "Intel 600nm BiCMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.1, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 10, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 188.0, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 995, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_(original)", + "https://en.wikipedia.org/wiki/Instructions_per_second" + ] +} diff --git a/data/cpu/intel/1994/consumer/pentium-75.json b/data/cpu/intel/1994/consumer/pentium-75.json new file mode 100644 index 00000000..8e18cdd6 --- /dev/null +++ b/data/cpu/intel/1994/consumer/pentium-75.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-75", + "name": "Intel Pentium 75", + "manufacturer": "intel", + "release_date": "1994-10-10", + "segment": "desktop", + "architecture": "P54C", + "socket": "Socket 5", + "process_node": "Intel 600nm BiCMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.075, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 8, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 423, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_(original)" + ] +} diff --git a/data/cpu/intel/1994/consumer/pentium-90.json b/data/cpu/intel/1994/consumer/pentium-90.json new file mode 100644 index 00000000..41acdf5e --- /dev/null +++ b/data/cpu/intel/1994/consumer/pentium-90.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-90", + "name": "Intel Pentium 90", + "manufacturer": "intel", + "release_date": "1994-03-07", + "segment": "desktop", + "architecture": "P54C", + "socket": "Socket 5", + "process_node": "Intel 600nm BiCMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.09, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 9, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 675, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_(original)" + ] +} diff --git a/data/cpu/intel/1995/consumer/pentium-120.json b/data/cpu/intel/1995/consumer/pentium-120.json new file mode 100644 index 00000000..84f1fd64 --- /dev/null +++ b/data/cpu/intel/1995/consumer/pentium-120.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-120", + "name": "Intel Pentium 120", + "manufacturer": "intel", + "release_date": "1995-03-27", + "segment": "desktop", + "architecture": "P54C", + "socket": "Socket 5", + "process_node": "Intel 350nm BiCMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.12, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 13, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 935, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_(original)" + ] +} diff --git a/data/cpu/intel/1995/consumer/pentium-pro-150.json b/data/cpu/intel/1995/consumer/pentium-pro-150.json new file mode 100644 index 00000000..10e48130 --- /dev/null +++ b/data/cpu/intel/1995/consumer/pentium-pro-150.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-pro-150", + "name": "Intel Pentium Pro 150", + "manufacturer": "intel", + "release_date": "1995-11-01", + "segment": "desktop", + "architecture": "P6", + "socket": "Socket 8", + "process_node": "Intel 600nm BiCMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.15, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 29, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 974, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_Pro" + ] +} diff --git a/data/cpu/intel/1995/consumer/pentium-pro-180.json b/data/cpu/intel/1995/consumer/pentium-pro-180.json new file mode 100644 index 00000000..be556601 --- /dev/null +++ b/data/cpu/intel/1995/consumer/pentium-pro-180.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-pro-180", + "name": "Intel Pentium Pro 180", + "manufacturer": "intel", + "release_date": "1995-11-01", + "segment": "desktop", + "architecture": "P6", + "socket": "Socket 8", + "process_node": "Intel 350nm BiCMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.18, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 31, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1325, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_Pro" + ] +} diff --git a/data/cpu/intel/1996/consumer/pentium-150.json b/data/cpu/intel/1996/consumer/pentium-150.json new file mode 100644 index 00000000..339ad926 --- /dev/null +++ b/data/cpu/intel/1996/consumer/pentium-150.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-150", + "name": "Intel Pentium 150", + "manufacturer": "intel", + "release_date": "1996-01-04", + "segment": "desktop", + "architecture": "P54C", + "socket": "Socket 7", + "process_node": "Intel 350nm BiCMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.15, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 12, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 547, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_(original)" + ] +} diff --git a/data/cpu/intel/1996/consumer/pentium-166.json b/data/cpu/intel/1996/consumer/pentium-166.json new file mode 100644 index 00000000..24bbadc8 --- /dev/null +++ b/data/cpu/intel/1996/consumer/pentium-166.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-166", + "name": "Intel Pentium 166", + "manufacturer": "intel", + "release_date": "1996-01-04", + "segment": "desktop", + "architecture": "P54C", + "socket": "Socket 7", + "process_node": "Intel 350nm BiCMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.166, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 15, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 612, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_(original)" + ] +} diff --git a/data/cpu/intel/1997/consumer/pentium-ii-233.json b/data/cpu/intel/1997/consumer/pentium-ii-233.json new file mode 100644 index 00000000..149ff2f7 --- /dev/null +++ b/data/cpu/intel/1997/consumer/pentium-ii-233.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-ii-233", + "name": "Intel Pentium II 233", + "manufacturer": "intel", + "release_date": "1997-05-07", + "segment": "desktop", + "architecture": "Klamath", + "socket": "Slot 1", + "process_node": "Intel 350nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.233, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 35, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 636, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_II" + ] +} diff --git a/data/cpu/intel/1997/consumer/pentium-ii-266.json b/data/cpu/intel/1997/consumer/pentium-ii-266.json new file mode 100644 index 00000000..ab534235 --- /dev/null +++ b/data/cpu/intel/1997/consumer/pentium-ii-266.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-ii-266", + "name": "Intel Pentium II 266", + "manufacturer": "intel", + "release_date": "1997-05-07", + "segment": "desktop", + "architecture": "Klamath", + "socket": "Slot 1", + "process_node": "Intel 350nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.266, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 38, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 775, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_II" + ] +} diff --git a/data/cpu/intel/1997/consumer/pentium-mmx-166.json b/data/cpu/intel/1997/consumer/pentium-mmx-166.json new file mode 100644 index 00000000..659f05bc --- /dev/null +++ b/data/cpu/intel/1997/consumer/pentium-mmx-166.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-mmx-166", + "name": "Intel Pentium MMX 166", + "manufacturer": "intel", + "release_date": "1997-06-02", + "segment": "desktop", + "architecture": "P55C", + "socket": "Socket 7", + "process_node": "Intel 280nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.166, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 13, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 407, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_(original)" + ] +} diff --git a/data/cpu/intel/1997/consumer/pentium-mmx-233.json b/data/cpu/intel/1997/consumer/pentium-mmx-233.json new file mode 100644 index 00000000..5cb4d5be --- /dev/null +++ b/data/cpu/intel/1997/consumer/pentium-mmx-233.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-mmx-233", + "name": "Intel Pentium MMX 233", + "manufacturer": "intel", + "release_date": "1997-06-02", + "segment": "desktop", + "architecture": "P55C", + "socket": "Socket 7", + "process_node": "Intel 280nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.233, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 17, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 594, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_(original)" + ] +} diff --git a/data/cpu/intel/1998/consumer/pentium-ii-333.json b/data/cpu/intel/1998/consumer/pentium-ii-333.json new file mode 100644 index 00000000..74cb6aab --- /dev/null +++ b/data/cpu/intel/1998/consumer/pentium-ii-333.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-ii-333", + "name": "Intel Pentium II 333", + "manufacturer": "intel", + "release_date": "1998-01-26", + "segment": "desktop", + "architecture": "Deschutes", + "socket": "Slot 1", + "process_node": "Intel 250nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.333, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 23, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 707, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_II" + ] +} diff --git a/data/cpu/intel/1998/consumer/pentium-ii-400.json b/data/cpu/intel/1998/consumer/pentium-ii-400.json new file mode 100644 index 00000000..356446eb --- /dev/null +++ b/data/cpu/intel/1998/consumer/pentium-ii-400.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-ii-400", + "name": "Intel Pentium II 400", + "manufacturer": "intel", + "release_date": "1998-04-15", + "segment": "desktop", + "architecture": "Deschutes", + "socket": "Slot 1", + "process_node": "Intel 250nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.4, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 24, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 824, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_II" + ] +} diff --git a/data/cpu/intel/1999/consumer/celeron-466.json b/data/cpu/intel/1999/consumer/celeron-466.json new file mode 100644 index 00000000..202b991b --- /dev/null +++ b/data/cpu/intel/1999/consumer/celeron-466.json @@ -0,0 +1,45 @@ +{ + "slug": "celeron-466", + "name": "Intel Celeron 466", + "manufacturer": "intel", + "release_date": "1999-04-26", + "segment": "desktop", + "architecture": "Mendocino", + "socket": "Socket 370", + "process_node": "Intel 250nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.466, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 21, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 167, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Celeron" + ] +} diff --git a/data/cpu/intel/1999/consumer/pentium-iii-450.json b/data/cpu/intel/1999/consumer/pentium-iii-450.json new file mode 100644 index 00000000..356f8a5f --- /dev/null +++ b/data/cpu/intel/1999/consumer/pentium-iii-450.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-iii-450", + "name": "Intel Pentium III 450", + "manufacturer": "intel", + "release_date": "1999-02-26", + "segment": "desktop", + "architecture": "Katmai", + "socket": "Slot 1", + "process_node": "Intel 250nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.45, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 25, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 496, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_III" + ] +} diff --git a/data/cpu/intel/1999/consumer/pentium-iii-600.json b/data/cpu/intel/1999/consumer/pentium-iii-600.json new file mode 100644 index 00000000..eec25ccd --- /dev/null +++ b/data/cpu/intel/1999/consumer/pentium-iii-600.json @@ -0,0 +1,46 @@ +{ + "slug": "pentium-iii-600", + "name": "Intel Pentium III 600", + "manufacturer": "intel", + "release_date": "1999-08-02", + "segment": "desktop", + "architecture": "Katmai", + "socket": "Slot 1", + "process_node": "Intel 250nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.6, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 34, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 2054.0, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 669, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_III", + "https://en.wikipedia.org/wiki/Instructions_per_second" + ] +} diff --git a/data/cpu/intel/1999/consumer/pentium-iii-733.json b/data/cpu/intel/1999/consumer/pentium-iii-733.json new file mode 100644 index 00000000..b604211a --- /dev/null +++ b/data/cpu/intel/1999/consumer/pentium-iii-733.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-iii-733", + "name": "Intel Pentium III 733", + "manufacturer": "intel", + "release_date": "1999-10-25", + "segment": "desktop", + "architecture": "Coppermine", + "socket": "Slot 1", + "process_node": "Intel 180nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.733, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 28, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 754, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_III" + ] +} diff --git a/data/cpu/intel/1999/consumer/pentium-iii-800.json b/data/cpu/intel/1999/consumer/pentium-iii-800.json new file mode 100644 index 00000000..0d0f8963 --- /dev/null +++ b/data/cpu/intel/1999/consumer/pentium-iii-800.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-iii-800", + "name": "Intel Pentium III 800", + "manufacturer": "intel", + "release_date": "1999-12-20", + "segment": "desktop", + "architecture": "Coppermine", + "socket": "Socket 370", + "process_node": "Intel 180nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.8, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 26, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 851, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_III" + ] +} diff --git a/data/cpu/intel/2000/consumer/celeron-700.json b/data/cpu/intel/2000/consumer/celeron-700.json new file mode 100644 index 00000000..8d2c781e --- /dev/null +++ b/data/cpu/intel/2000/consumer/celeron-700.json @@ -0,0 +1,45 @@ +{ + "slug": "celeron-700", + "name": "Intel Celeron 700", + "manufacturer": "intel", + "release_date": "2000-06-26", + "segment": "desktop", + "architecture": "Coppermine-128", + "socket": "Socket 370", + "process_node": "Intel 180nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.7, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 18, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 167, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Celeron" + ] +} diff --git a/data/cpu/intel/2000/consumer/pentium-4-1300.json b/data/cpu/intel/2000/consumer/pentium-4-1300.json new file mode 100644 index 00000000..7080498b --- /dev/null +++ b/data/cpu/intel/2000/consumer/pentium-4-1300.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-4-1300", + "name": "Intel Pentium 4 1.3 GHz", + "manufacturer": "intel", + "release_date": "2000-11-20", + "segment": "desktop", + "architecture": "Willamette", + "socket": "Socket 423", + "process_node": "Intel 180nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.3, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 48, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 644, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_4" + ] +} diff --git a/data/cpu/intel/2000/consumer/pentium-iii-866.json b/data/cpu/intel/2000/consumer/pentium-iii-866.json new file mode 100644 index 00000000..9a72ede6 --- /dev/null +++ b/data/cpu/intel/2000/consumer/pentium-iii-866.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-iii-866", + "name": "Intel Pentium III 866", + "manufacturer": "intel", + "release_date": "2000-03-20", + "segment": "desktop", + "architecture": "Coppermine", + "socket": "Socket 370", + "process_node": "Intel 180nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.866, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 26, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 776, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_III" + ] +} diff --git a/data/cpu/intel/2000/consumer/pentium-iii-933.json b/data/cpu/intel/2000/consumer/pentium-iii-933.json new file mode 100644 index 00000000..cf19c591 --- /dev/null +++ b/data/cpu/intel/2000/consumer/pentium-iii-933.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-iii-933", + "name": "Intel Pentium III 933", + "manufacturer": "intel", + "release_date": "2000-05-24", + "segment": "desktop", + "architecture": "Coppermine", + "socket": "Socket 370", + "process_node": "Intel 180nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.933, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 26, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 744, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_III" + ] +} diff --git a/data/cpu/intel/2001/consumer/pentium-4-1700.json b/data/cpu/intel/2001/consumer/pentium-4-1700.json new file mode 100644 index 00000000..63e49c94 --- /dev/null +++ b/data/cpu/intel/2001/consumer/pentium-4-1700.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-4-1700", + "name": "Intel Pentium 4 1.7 GHz", + "manufacturer": "intel", + "release_date": "2001-04-23", + "segment": "desktop", + "architecture": "Willamette", + "socket": "Socket 423", + "process_node": "Intel 180nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.7, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 64, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 352, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_4" + ] +} diff --git a/data/cpu/intel/2001/consumer/pentium-iii-1100.json b/data/cpu/intel/2001/consumer/pentium-iii-1100.json new file mode 100644 index 00000000..f7e6ffa0 --- /dev/null +++ b/data/cpu/intel/2001/consumer/pentium-iii-1100.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-iii-1100", + "name": "Intel Pentium III 1100", + "manufacturer": "intel", + "release_date": "2001-08-27", + "segment": "desktop", + "architecture": "Tualatin", + "socket": "Socket 370", + "process_node": "Intel 130nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.1, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 29, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 241, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_III" + ] +} diff --git a/data/cpu/intel/2001/consumer/pentium-iii-1133.json b/data/cpu/intel/2001/consumer/pentium-iii-1133.json new file mode 100644 index 00000000..23f60ab2 --- /dev/null +++ b/data/cpu/intel/2001/consumer/pentium-iii-1133.json @@ -0,0 +1,46 @@ +{ + "slug": "pentium-iii-1133", + "name": "Intel Pentium III 1133", + "manufacturer": "intel", + "release_date": "2001-04-30", + "segment": "desktop", + "architecture": "Tualatin", + "socket": "Socket 370", + "process_node": "Intel 130nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.133, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 29, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 185, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 252, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_III", + "https://www.cpubenchmark.net/cpu_list.php" + ] +} diff --git a/data/cpu/intel/2001/consumer/pentium-iii-1200.json b/data/cpu/intel/2001/consumer/pentium-iii-1200.json new file mode 100644 index 00000000..83f50668 --- /dev/null +++ b/data/cpu/intel/2001/consumer/pentium-iii-1200.json @@ -0,0 +1,46 @@ +{ + "slug": "pentium-iii-1200", + "name": "Intel Pentium III 1200", + "manufacturer": "intel", + "release_date": "2001-04-30", + "segment": "desktop", + "architecture": "Tualatin", + "socket": "Socket 370", + "process_node": "Intel 130nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.2, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 30, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 181, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 281, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_III", + "https://www.cpubenchmark.net/cpu_list.php" + ] +} diff --git a/data/cpu/intel/2001/consumer/pentium-iii-1400.json b/data/cpu/intel/2001/consumer/pentium-iii-1400.json new file mode 100644 index 00000000..c34e4107 --- /dev/null +++ b/data/cpu/intel/2001/consumer/pentium-iii-1400.json @@ -0,0 +1,46 @@ +{ + "slug": "pentium-iii-1400", + "name": "Intel Pentium III 1400", + "manufacturer": "intel", + "release_date": "2001-07-09", + "segment": "desktop", + "architecture": "Tualatin", + "socket": "Socket 370", + "process_node": "Intel 130nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.4, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 32, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 193, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 322, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_III", + "https://www.cpubenchmark.net/cpu_list.php" + ] +} diff --git a/data/cpu/intel/2001/enterprise/itanium-733.json b/data/cpu/intel/2001/enterprise/itanium-733.json new file mode 100644 index 00000000..b85d679a --- /dev/null +++ b/data/cpu/intel/2001/enterprise/itanium-733.json @@ -0,0 +1,46 @@ +{ + "slug": "itanium-733", + "name": "Intel Itanium 733 MHz", + "manufacturer": "intel", + "release_date": "2001-05-29", + "segment": "server", + "architecture": "Merced (IA-64)", + "socket": "PAC418", + "process_node": "Intel 180nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.733, + "boost_clock_ghz": null, + "l3_cache_mb": 2.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1177, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Itanium", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=itanium-733" + ] +} diff --git a/data/cpu/intel/2001/enterprise/itanium-800.json b/data/cpu/intel/2001/enterprise/itanium-800.json new file mode 100644 index 00000000..97cb2a0a --- /dev/null +++ b/data/cpu/intel/2001/enterprise/itanium-800.json @@ -0,0 +1,46 @@ +{ + "slug": "itanium-800", + "name": "Intel Itanium 800 MHz", + "manufacturer": "intel", + "release_date": "2001-05-29", + "segment": "server", + "architecture": "Merced (IA-64)", + "socket": "PAC418", + "process_node": "Intel 180nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.8, + "boost_clock_ghz": null, + "l3_cache_mb": 4.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 4227, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Itanium", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=itanium-800" + ] +} diff --git a/data/cpu/intel/2002/consumer/pentium-4-2400.json b/data/cpu/intel/2002/consumer/pentium-4-2400.json new file mode 100644 index 00000000..c69c4b99 --- /dev/null +++ b/data/cpu/intel/2002/consumer/pentium-4-2400.json @@ -0,0 +1,46 @@ +{ + "slug": "pentium-4-2400", + "name": "Intel Pentium 4 2.4 GHz", + "manufacturer": "intel", + "release_date": "2002-04-02", + "segment": "desktop", + "architecture": "Northwood", + "socket": "Socket 478", + "process_node": "Intel 130nm CMOS", + "cores": 1, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.4, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 60, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1308, + "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": 562, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_4", + "https://technical.city/en/cpu/Pentium-4-2.4-GHz" + ] +} diff --git a/data/cpu/intel/2002/consumer/pentium-4-2800.json b/data/cpu/intel/2002/consumer/pentium-4-2800.json new file mode 100644 index 00000000..6809b3dd --- /dev/null +++ b/data/cpu/intel/2002/consumer/pentium-4-2800.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-4-2800", + "name": "Intel Pentium 4 2.8 GHz", + "manufacturer": "intel", + "release_date": "2002-08-26", + "segment": "desktop", + "architecture": "Northwood", + "socket": "Socket 478", + "process_node": "Intel 130nm CMOS", + "cores": 1, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 69, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 508, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_4" + ] +} diff --git a/data/cpu/intel/2002/enterprise/itanium-2-1000.json b/data/cpu/intel/2002/enterprise/itanium-2-1000.json new file mode 100644 index 00000000..4bf306a7 --- /dev/null +++ b/data/cpu/intel/2002/enterprise/itanium-2-1000.json @@ -0,0 +1,46 @@ +{ + "slug": "itanium-2-1000", + "name": "Intel Itanium 2 1.0 GHz", + "manufacturer": "intel", + "release_date": "2002-07-08", + "segment": "server", + "architecture": "McKinley (IA-64)", + "socket": "PAC611", + "process_node": "Intel 180nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.0, + "boost_clock_ghz": null, + "l3_cache_mb": 3.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 4226, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Itanium", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=itanium-2-1000" + ] +} diff --git a/data/cpu/intel/2002/enterprise/itanium-2-900.json b/data/cpu/intel/2002/enterprise/itanium-2-900.json new file mode 100644 index 00000000..6234e4d9 --- /dev/null +++ b/data/cpu/intel/2002/enterprise/itanium-2-900.json @@ -0,0 +1,46 @@ +{ + "slug": "itanium-2-900", + "name": "Intel Itanium 2 900 MHz", + "manufacturer": "intel", + "release_date": "2002-07-08", + "segment": "server", + "architecture": "McKinley (IA-64)", + "socket": "PAC611", + "process_node": "Intel 180nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.9, + "boost_clock_ghz": null, + "l3_cache_mb": 1.5, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1338, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Itanium", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=itanium-2-900" + ] +} diff --git a/data/cpu/intel/2003/consumer/pentium-4-3200.json b/data/cpu/intel/2003/consumer/pentium-4-3200.json new file mode 100644 index 00000000..51683d91 --- /dev/null +++ b/data/cpu/intel/2003/consumer/pentium-4-3200.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-4-3200", + "name": "Intel Pentium 4 3.2 GHz", + "manufacturer": "intel", + "release_date": "2003-06-23", + "segment": "desktop", + "architecture": "Northwood", + "socket": "Socket 478", + "process_node": "Intel 130nm CMOS", + "cores": 1, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 82, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 637, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_4" + ] +} diff --git a/data/cpu/intel/2003/enterprise/itanium-2-1500.json b/data/cpu/intel/2003/enterprise/itanium-2-1500.json new file mode 100644 index 00000000..f4f153eb --- /dev/null +++ b/data/cpu/intel/2003/enterprise/itanium-2-1500.json @@ -0,0 +1,46 @@ +{ + "slug": "itanium-2-1500", + "name": "Intel Itanium 2 1.5 GHz", + "manufacturer": "intel", + "release_date": "2003-06-30", + "segment": "server", + "architecture": "Madison (IA-64)", + "socket": "PAC611", + "process_node": "Intel 130nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.5, + "boost_clock_ghz": null, + "l3_cache_mb": 6.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 4226, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Itanium", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=itanium-2-1500" + ] +} diff --git a/data/cpu/intel/2004/consumer/celeron-d-330.json b/data/cpu/intel/2004/consumer/celeron-d-330.json new file mode 100644 index 00000000..70e91c76 --- /dev/null +++ b/data/cpu/intel/2004/consumer/celeron-d-330.json @@ -0,0 +1,45 @@ +{ + "slug": "celeron-d-330", + "name": "Intel Celeron D 330", + "manufacturer": "intel", + "release_date": "2004-06-24", + "segment": "desktop", + "architecture": "Prescott-256", + "socket": "LGA775", + "process_node": "Intel 90nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.66, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 73, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 79, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Celeron" + ] +} diff --git a/data/cpu/intel/2004/enterprise/itanium-2-1600.json b/data/cpu/intel/2004/enterprise/itanium-2-1600.json new file mode 100644 index 00000000..a1b509ff --- /dev/null +++ b/data/cpu/intel/2004/enterprise/itanium-2-1600.json @@ -0,0 +1,46 @@ +{ + "slug": "itanium-2-1600", + "name": "Intel Itanium 2 1.6 GHz", + "manufacturer": "intel", + "release_date": "2004-11-08", + "segment": "server", + "architecture": "Madison 9M (IA-64)", + "socket": "PAC611", + "process_node": "Intel 130nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.6, + "boost_clock_ghz": null, + "l3_cache_mb": 9.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 2247, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Itanium", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=itanium-2-1600" + ] +} diff --git a/data/cpu/intel/2005/consumer/pentium-d-840.json b/data/cpu/intel/2005/consumer/pentium-d-840.json new file mode 100644 index 00000000..7a8e4d12 --- /dev/null +++ b/data/cpu/intel/2005/consumer/pentium-d-840.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-d-840", + "name": "Intel Pentium D 840", + "manufacturer": "intel", + "release_date": "2005-05-26", + "segment": "desktop", + "architecture": "Smithfield", + "socket": "LGA775", + "process_node": "Intel 90nm CMOS", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 530, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_D" + ] +} diff --git a/data/cpu/intel/2006/consumer/pentium-d-940.json b/data/cpu/intel/2006/consumer/pentium-d-940.json new file mode 100644 index 00000000..d9c6aa8d --- /dev/null +++ b/data/cpu/intel/2006/consumer/pentium-d-940.json @@ -0,0 +1,46 @@ +{ + "slug": "pentium-d-940", + "name": "Intel Pentium D 940", + "manufacturer": "intel", + "release_date": "2006-01-01", + "segment": "desktop", + "architecture": "Presler", + "socket": "LGA775", + "process_node": "Intel 65nm CMOS", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 622, + "passmark_cpu_mark": 585, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 423, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_D", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Pentium+D+940" + ] +} diff --git a/data/cpu/intel/2006/consumer/pentium-d-945.json b/data/cpu/intel/2006/consumer/pentium-d-945.json new file mode 100644 index 00000000..55ab67fe --- /dev/null +++ b/data/cpu/intel/2006/consumer/pentium-d-945.json @@ -0,0 +1,45 @@ +{ + "slug": "pentium-d-945", + "name": "Intel Pentium D 945", + "manufacturer": "intel", + "release_date": "2006-04-01", + "segment": "desktop", + "architecture": "Presler", + "socket": "LGA775", + "process_node": "Intel 65nm CMOS", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.4, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 224, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Pentium_D" + ] +} diff --git a/data/cpu/intel/2006/enterprise/itanium-9015.json b/data/cpu/intel/2006/enterprise/itanium-9015.json new file mode 100644 index 00000000..c4ab10b6 --- /dev/null +++ b/data/cpu/intel/2006/enterprise/itanium-9015.json @@ -0,0 +1,46 @@ +{ + "slug": "itanium-9015", + "name": "Intel Itanium 9015", + "manufacturer": "intel", + "release_date": "2006-07-18", + "segment": "server", + "architecture": "Montecito (IA-64)", + "socket": "PAC611", + "process_node": "Intel 90nm CMOS", + "cores": 2, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.4, + "boost_clock_ghz": null, + "l3_cache_mb": 12.0, + "tdp_w": 104, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1980, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Itanium", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=itanium-9015" + ] +} diff --git a/data/cpu/intel/2006/enterprise/itanium-9050.json b/data/cpu/intel/2006/enterprise/itanium-9050.json new file mode 100644 index 00000000..b67a7f32 --- /dev/null +++ b/data/cpu/intel/2006/enterprise/itanium-9050.json @@ -0,0 +1,46 @@ +{ + "slug": "itanium-9050", + "name": "Intel Itanium 9050", + "manufacturer": "intel", + "release_date": "2006-07-18", + "segment": "server", + "architecture": "Montecito (IA-64)", + "socket": "PAC611", + "process_node": "Intel 90nm CMOS", + "cores": 2, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.6, + "boost_clock_ghz": null, + "l3_cache_mb": 24.0, + "tdp_w": 104, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 3692, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Itanium", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=itanium-9050" + ] +} diff --git a/data/cpu/intel/2007/enterprise/itanium-9140m.json b/data/cpu/intel/2007/enterprise/itanium-9140m.json new file mode 100644 index 00000000..e0518362 --- /dev/null +++ b/data/cpu/intel/2007/enterprise/itanium-9140m.json @@ -0,0 +1,46 @@ +{ + "slug": "itanium-9140m", + "name": "Intel Itanium 9140M", + "manufacturer": "intel", + "release_date": "2007-10-31", + "segment": "server", + "architecture": "Montvale (IA-64)", + "socket": "PAC611", + "process_node": "Intel 90nm CMOS", + "cores": 2, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.66, + "boost_clock_ghz": null, + "l3_cache_mb": 18.0, + "tdp_w": 104, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1980, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Itanium", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=itanium-9140m" + ] +} diff --git a/data/cpu/intel/2007/enterprise/itanium-9150m.json b/data/cpu/intel/2007/enterprise/itanium-9150m.json new file mode 100644 index 00000000..96e9387e --- /dev/null +++ b/data/cpu/intel/2007/enterprise/itanium-9150m.json @@ -0,0 +1,46 @@ +{ + "slug": "itanium-9150m", + "name": "Intel Itanium 9150M", + "manufacturer": "intel", + "release_date": "2007-10-31", + "segment": "server", + "architecture": "Montvale (IA-64)", + "socket": "PAC611", + "process_node": "Intel 90nm CMOS", + "cores": 2, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.66, + "boost_clock_ghz": null, + "l3_cache_mb": 24.0, + "tdp_w": 104, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 3692, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Itanium", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=itanium-9150m" + ] +} diff --git a/data/cpu/intel/2008/consumer/atom-z520.json b/data/cpu/intel/2008/consumer/atom-z520.json new file mode 100644 index 00000000..5778d6ee --- /dev/null +++ b/data/cpu/intel/2008/consumer/atom-z520.json @@ -0,0 +1,47 @@ +{ + "slug": "atom-z520", + "name": "Intel Atom Z520", + "manufacturer": "intel", + "release_date": "2008-04-02", + "segment": "laptop", + "architecture": "Silverthorne", + "socket": "FCBGA8", + "process_node": "Intel 45nm", + "cores": 1, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.33, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 2, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 449, + "cinebench_r10_multi": 690, + "passmark_single": 151, + "passmark_cpu_mark": 122, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 65, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Intel_Atom", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Atom+Z520", + "https://technical.city/en/cpu/Atom-Z520" + ] +} diff --git a/data/cpu/intel/2010/consumer/atom-d525.json b/data/cpu/intel/2010/consumer/atom-d525.json new file mode 100644 index 00000000..62baa609 --- /dev/null +++ b/data/cpu/intel/2010/consumer/atom-d525.json @@ -0,0 +1,47 @@ +{ + "slug": "atom-d525", + "name": "Intel Atom D525", + "manufacturer": "intel", + "release_date": "2010-06-19", + "segment": "laptop", + "architecture": "Pineview", + "socket": "BGA559", + "process_node": "Intel 45nm", + "cores": 2, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.8, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 13, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1.0, + "cinebench_r10_single": 610, + "cinebench_r10_multi": 1707, + "passmark_single": 295, + "passmark_cpu_mark": 400, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 70, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Intel_Atom", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Atom+D525", + "https://technical.city/en/cpu/Atom-D525" + ] +} diff --git a/data/cpu/intel/2010/consumer/atom-n450.json b/data/cpu/intel/2010/consumer/atom-n450.json new file mode 100644 index 00000000..4b99633f --- /dev/null +++ b/data/cpu/intel/2010/consumer/atom-n450.json @@ -0,0 +1,47 @@ +{ + "slug": "atom-n450", + "name": "Intel Atom N450", + "manufacturer": "intel", + "release_date": "2010-01-04", + "segment": "laptop", + "architecture": "Pineview", + "socket": "BGA559", + "process_node": "Intel 45nm", + "cores": 1, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.66, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 6, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 0.0, + "cinebench_r10_single": 560, + "cinebench_r10_multi": 865, + "passmark_single": 279, + "passmark_cpu_mark": 200, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 64, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Intel_Atom", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Atom+N450", + "https://technical.city/en/cpu/Atom-N450" + ] +} diff --git a/data/cpu/intel/2010/enterprise/core-i7-970.json b/data/cpu/intel/2010/enterprise/core-i7-970.json new file mode 100644 index 00000000..89fe89c6 --- /dev/null +++ b/data/cpu/intel/2010/enterprise/core-i7-970.json @@ -0,0 +1,46 @@ +{ + "slug": "core-i7-970", + "name": "Intel Core i7-970", + "manufacturer": "intel", + "release_date": "2010-07-18", + "segment": "hedt", + "architecture": "Westmere (Gulftown)", + "socket": "LGA1366", + "process_node": "Intel 32nm", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 3.46, + "l3_cache_mb": 12.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR3-1066 triple-channel", + "cinebench_r23_single": 720, + "cinebench_r23_multi": 5800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 710, + "geekbench_multi": 4600, + "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": 885, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-970" + ] +} diff --git a/data/cpu/intel/2010/enterprise/core-i7-990x.json b/data/cpu/intel/2010/enterprise/core-i7-990x.json new file mode 100644 index 00000000..8358bce4 --- /dev/null +++ b/data/cpu/intel/2010/enterprise/core-i7-990x.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i7-990x", + "name": "Intel Core i7-990X Extreme Edition", + "manufacturer": "intel", + "release_date": "2010-07-18", + "segment": "hedt", + "architecture": "Westmere (Gulftown)", + "socket": "LGA1366", + "process_node": "Intel 32nm", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.46, + "boost_clock_ghz": 3.73, + "l3_cache_mb": 12.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR3-1066 triple-channel", + "cinebench_r23_single": 780, + "cinebench_r23_multi": 6300, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 770, + "geekbench_multi": 4900, + "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": 1577, + "passmark_cpu_mark": 7139, + "specint2006": 40.2, + "specfp2006": 47.5, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 999, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-990x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-990X", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2010/enterprise/itanium-9310.json b/data/cpu/intel/2010/enterprise/itanium-9310.json new file mode 100644 index 00000000..e5e0cfd0 --- /dev/null +++ b/data/cpu/intel/2010/enterprise/itanium-9310.json @@ -0,0 +1,46 @@ +{ + "slug": "itanium-9310", + "name": "Intel Itanium 9310", + "manufacturer": "intel", + "release_date": "2010-02-08", + "segment": "server", + "architecture": "Tukwila (IA-64)", + "socket": "LGA1248", + "process_node": "Intel 65nm CMOS", + "cores": 2, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.6, + "boost_clock_ghz": null, + "l3_cache_mb": 10.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 946, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Itanium", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=itanium-9310" + ] +} diff --git a/data/cpu/intel/2010/enterprise/itanium-9350.json b/data/cpu/intel/2010/enterprise/itanium-9350.json new file mode 100644 index 00000000..279f6fb4 --- /dev/null +++ b/data/cpu/intel/2010/enterprise/itanium-9350.json @@ -0,0 +1,46 @@ +{ + "slug": "itanium-9350", + "name": "Intel Itanium 9350", + "manufacturer": "intel", + "release_date": "2010-02-08", + "segment": "server", + "architecture": "Tukwila (IA-64)", + "socket": "LGA1248", + "process_node": "Intel 65nm CMOS", + "cores": 4, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.73, + "boost_clock_ghz": null, + "l3_cache_mb": 24.0, + "tdp_w": 185, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 3838, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Itanium", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=itanium-9350" + ] +} diff --git a/data/cpu/intel/2011/consumer/atom-n2600.json b/data/cpu/intel/2011/consumer/atom-n2600.json new file mode 100644 index 00000000..60fe36dc --- /dev/null +++ b/data/cpu/intel/2011/consumer/atom-n2600.json @@ -0,0 +1,47 @@ +{ + "slug": "atom-n2600", + "name": "Intel Atom N2600", + "manufacturer": "intel", + "release_date": "2011-12-28", + "segment": "laptop", + "architecture": "Cedarview", + "socket": "BGA559", + "process_node": "Intel 32nm", + "cores": 2, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.6, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 4, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 541, + "cinebench_r10_multi": 1528, + "passmark_single": 277, + "passmark_cpu_mark": 344, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 47, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Intel_Atom", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Atom+N2600", + "https://technical.city/en/cpu/Atom-N2600" + ] +} diff --git a/data/cpu/intel/2011/consumer/core-i5-2300.json b/data/cpu/intel/2011/consumer/core-i5-2300.json new file mode 100644 index 00000000..241ddfd1 --- /dev/null +++ b/data/cpu/intel/2011/consumer/core-i5-2300.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i5-2300", + "name": "Intel Core i5-2300", + "manufacturer": "intel", + "release_date": "2011-01-09", + "segment": "desktop", + "architecture": "Sandy Bridge", + "socket": "LGA1155", + "process_node": "Intel 32nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 3.1, + "l3_cache_mb": 6.0, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 2000", + "memory_support": "DDR3-1333 dual-channel", + "cinebench_r23_single": 720, + "cinebench_r23_multi": 3200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 710, + "geekbench_multi": 2400, + "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": 1434, + "passmark_cpu_mark": 3478, + "specint2006": 37.1, + "specfp2006": 47.6, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 177, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-2300", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-2300", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2011/consumer/core-i5-2400.json b/data/cpu/intel/2011/consumer/core-i5-2400.json new file mode 100644 index 00000000..c28f2fbc --- /dev/null +++ b/data/cpu/intel/2011/consumer/core-i5-2400.json @@ -0,0 +1,49 @@ +{ + "slug": "core-i5-2400", + "name": "Intel Core i5-2400", + "manufacturer": "intel", + "release_date": "2011-01-09", + "segment": "desktop", + "architecture": "Sandy Bridge", + "socket": "LGA1155", + "process_node": "Intel 32nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 6.0, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 2000", + "memory_support": "DDR3-1333 dual-channel", + "cinebench_r23_single": 790, + "cinebench_r23_multi": 3500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 780, + "geekbench_multi": 2600, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": 5.0, + "cinebench_r10_single": 4425, + "cinebench_r10_multi": 15344, + "passmark_single": 1571, + "passmark_cpu_mark": 3854, + "specint2006": 40.0, + "specfp2006": 50.9, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 184, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-2400", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-2400", + "https://technical.city/en/cpu/Core-i5-2400", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2011/consumer/core-i5-2500.json b/data/cpu/intel/2011/consumer/core-i5-2500.json new file mode 100644 index 00000000..59001ec9 --- /dev/null +++ b/data/cpu/intel/2011/consumer/core-i5-2500.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i5-2500", + "name": "Intel Core i5-2500", + "manufacturer": "intel", + "release_date": "2011-01-09", + "segment": "desktop", + "architecture": "Sandy Bridge", + "socket": "LGA1155", + "process_node": "Intel 32nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.3, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 6.0, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 2000", + "memory_support": "DDR3-1333 dual-channel", + "cinebench_r23_single": 850, + "cinebench_r23_multi": 3800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 840, + "geekbench_multi": 2800, + "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": 1695, + "passmark_cpu_mark": 4095, + "specint2006": 42.7, + "specfp2006": 53.2, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 205, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-2500", + "https://www.cpubenchmark.net/cpu.php?id=803&cpu=Intel+Core+i5-2500", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2011/consumer/core-i7-2600.json b/data/cpu/intel/2011/consumer/core-i7-2600.json new file mode 100644 index 00000000..69528014 --- /dev/null +++ b/data/cpu/intel/2011/consumer/core-i7-2600.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i7-2600", + "name": "Intel Core i7-2600", + "manufacturer": "intel", + "release_date": "2011-01-09", + "segment": "desktop", + "architecture": "Sandy Bridge", + "socket": "LGA1155", + "process_node": "Intel 32nm", + "cores": 4, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.4, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 8.0, + "tdp_w": 95, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 2000", + "memory_support": "DDR3-1333 dual-channel", + "cinebench_r23_single": 880, + "cinebench_r23_multi": 5200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 870, + "geekbench_multi": 3900, + "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": 1732, + "passmark_cpu_mark": 5327, + "specint2006": 44.6, + "specfp2006": 55.1, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 294, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-2600", + "https://www.cpubenchmark.net/cpu.php?id=1&cpu=Intel+Core+i7-2600", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2011/enterprise/core-i7-3820.json b/data/cpu/intel/2011/enterprise/core-i7-3820.json new file mode 100644 index 00000000..0367b1b9 --- /dev/null +++ b/data/cpu/intel/2011/enterprise/core-i7-3820.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i7-3820", + "name": "Intel Core i7-3820", + "manufacturer": "intel", + "release_date": "2011-11-14", + "segment": "hedt", + "architecture": "Sandy Bridge-E", + "socket": "LGA2011", + "process_node": "Intel 32nm", + "cores": 4, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 10.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR3-1600 quad-channel", + "cinebench_r23_single": 830, + "cinebench_r23_multi": 4900, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 820, + "geekbench_multi": 3700, + "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": 1739, + "passmark_cpu_mark": 5790, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 294, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-3820", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-3820" + ] +} diff --git a/data/cpu/intel/2011/enterprise/core-i7-3930k.json b/data/cpu/intel/2011/enterprise/core-i7-3930k.json new file mode 100644 index 00000000..ea35c2ca --- /dev/null +++ b/data/cpu/intel/2011/enterprise/core-i7-3930k.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i7-3930k", + "name": "Intel Core i7-3930K", + "manufacturer": "intel", + "release_date": "2011-11-14", + "segment": "hedt", + "architecture": "Sandy Bridge-E", + "socket": "LGA2011", + "process_node": "Intel 32nm", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 12.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR3-1600 quad-channel", + "cinebench_r23_single": 800, + "cinebench_r23_multi": 6900, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 790, + "geekbench_multi": 5400, + "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": 1738, + "passmark_cpu_mark": 8192, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 583, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-3930k", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-3930K" + ] +} diff --git a/data/cpu/intel/2011/enterprise/core-i7-3960x.json b/data/cpu/intel/2011/enterprise/core-i7-3960x.json new file mode 100644 index 00000000..2e5b9103 --- /dev/null +++ b/data/cpu/intel/2011/enterprise/core-i7-3960x.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i7-3960x", + "name": "Intel Core i7-3960X Extreme Edition", + "manufacturer": "intel", + "release_date": "2011-11-14", + "segment": "hedt", + "architecture": "Sandy Bridge-E", + "socket": "LGA2011", + "process_node": "Intel 32nm", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.3, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 15.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR3-1600 quad-channel", + "cinebench_r23_single": 820, + "cinebench_r23_multi": 7100, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 810, + "geekbench_multi": 5550, + "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": 1777, + "passmark_cpu_mark": 8427, + "specint2006": 46.4, + "specfp2006": 64.8, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 999, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-3960x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-3960X", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2012/consumer/core-i5-3450.json b/data/cpu/intel/2012/consumer/core-i5-3450.json new file mode 100644 index 00000000..bed32d13 --- /dev/null +++ b/data/cpu/intel/2012/consumer/core-i5-3450.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i5-3450", + "name": "Intel Core i5-3450", + "manufacturer": "intel", + "release_date": "2012-06-03", + "segment": "desktop", + "architecture": "Ivy Bridge", + "socket": "LGA1155", + "process_node": "Intel 22nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 3.5, + "l3_cache_mb": 6.0, + "tdp_w": 77, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 2500", + "memory_support": "DDR3-1600 dual-channel", + "cinebench_r23_single": 820, + "cinebench_r23_multi": 3700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 810, + "geekbench_multi": 2750, + "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": 1875, + "passmark_cpu_mark": 4521, + "specint2006": 45.4, + "specfp2006": 59.6, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 174, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-3450", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-3450", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2012/consumer/core-i5-3470.json b/data/cpu/intel/2012/consumer/core-i5-3470.json new file mode 100644 index 00000000..ab8762b9 --- /dev/null +++ b/data/cpu/intel/2012/consumer/core-i5-3470.json @@ -0,0 +1,49 @@ +{ + "slug": "core-i5-3470", + "name": "Intel Core i5-3470", + "manufacturer": "intel", + "release_date": "2012-06-03", + "segment": "desktop", + "architecture": "Ivy Bridge", + "socket": "LGA1155", + "process_node": "Intel 22nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 3.6, + "l3_cache_mb": 6.0, + "tdp_w": 77, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 2500", + "memory_support": "DDR3-1600 dual-channel", + "cinebench_r23_single": 850, + "cinebench_r23_multi": 3800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 840, + "geekbench_multi": 2850, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": 1.51, + "cinebench_r11_5_multi": 6.0, + "cinebench_r10_single": 5006, + "cinebench_r10_multi": 17192, + "passmark_single": 1932, + "passmark_cpu_mark": 4661, + "specint2006": 46.3, + "specfp2006": 60.7, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 184, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-3470", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-3470", + "https://technical.city/en/cpu/Core-i5-3470", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2012/consumer/core-i5-3570.json b/data/cpu/intel/2012/consumer/core-i5-3570.json new file mode 100644 index 00000000..e8d06835 --- /dev/null +++ b/data/cpu/intel/2012/consumer/core-i5-3570.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i5-3570", + "name": "Intel Core i5-3570", + "manufacturer": "intel", + "release_date": "2012-06-03", + "segment": "desktop", + "architecture": "Ivy Bridge", + "socket": "LGA1155", + "process_node": "Intel 22nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.4, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 6.0, + "tdp_w": 77, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 2500", + "memory_support": "DDR3-1600 dual-channel", + "cinebench_r23_single": 880, + "cinebench_r23_multi": 4000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 870, + "geekbench_multi": 3000, + "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": 2040, + "passmark_cpu_mark": 4931, + "specint2006": 48.5, + "specfp2006": 62.9, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 205, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-3570", + "https://www.cpubenchmark.net/cpu.php?id=827&cpu=Intel+Core+i5-3570", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2012/consumer/core-i5-3570k.json b/data/cpu/intel/2012/consumer/core-i5-3570k.json new file mode 100644 index 00000000..f706b258 --- /dev/null +++ b/data/cpu/intel/2012/consumer/core-i5-3570k.json @@ -0,0 +1,49 @@ +{ + "slug": "core-i5-3570k", + "name": "Intel Core i5-3570K", + "manufacturer": "intel", + "release_date": "2012-04-23", + "segment": "desktop", + "architecture": "Ivy Bridge", + "socket": "LGA1155", + "process_node": "Intel 22nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.4, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 6.0, + "tdp_w": 77, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 4000", + "memory_support": "DDR3-1600 dual-channel", + "cinebench_r23_single": 880, + "cinebench_r23_multi": 4000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 870, + "geekbench_multi": 3000, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": 1.61, + "cinebench_r11_5_multi": 6.0, + "cinebench_r10_single": 5286, + "cinebench_r10_multi": 18325, + "passmark_single": 2044, + "passmark_cpu_mark": 4970, + "specint2006": 48.5, + "specfp2006": 62.9, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 225, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-3570k", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-3570K", + "https://technical.city/en/cpu/Core-i5-3570K", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2012/consumer/core-i7-3770.json b/data/cpu/intel/2012/consumer/core-i7-3770.json new file mode 100644 index 00000000..d5608666 --- /dev/null +++ b/data/cpu/intel/2012/consumer/core-i7-3770.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i7-3770", + "name": "Intel Core i7-3770", + "manufacturer": "intel", + "release_date": "2012-04-23", + "segment": "desktop", + "architecture": "Ivy Bridge", + "socket": "LGA1155", + "process_node": "Intel 22nm", + "cores": 4, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.4, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 8.0, + "tdp_w": 77, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 4000", + "memory_support": "DDR3-1600 dual-channel", + "cinebench_r23_single": 920, + "cinebench_r23_multi": 5400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 910, + "geekbench_multi": 4050, + "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": 2071, + "passmark_cpu_mark": 6415, + "specint2006": 53.8, + "specfp2006": 70.4, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 278, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-3770", + "https://www.cpubenchmark.net/cpu.php?id=896&cpu=Intel+Core+i7-3770", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2012/enterprise/core-i7-3970x.json b/data/cpu/intel/2012/enterprise/core-i7-3970x.json new file mode 100644 index 00000000..e574183a --- /dev/null +++ b/data/cpu/intel/2012/enterprise/core-i7-3970x.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i7-3970x", + "name": "Intel Core i7-3970X Extreme Edition", + "manufacturer": "intel", + "release_date": "2012-11-12", + "segment": "hedt", + "architecture": "Sandy Bridge-E", + "socket": "LGA2011", + "process_node": "Intel 32nm", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.5, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 15.0, + "tdp_w": 150, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR3-1600 quad-channel", + "cinebench_r23_single": 860, + "cinebench_r23_multi": 7400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 850, + "geekbench_multi": 5750, + "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": 1846, + "passmark_cpu_mark": 8603, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 999, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-3970x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-3970X" + ] +} diff --git a/data/cpu/intel/2012/enterprise/itanium-9520.json b/data/cpu/intel/2012/enterprise/itanium-9520.json new file mode 100644 index 00000000..ada8a3ed --- /dev/null +++ b/data/cpu/intel/2012/enterprise/itanium-9520.json @@ -0,0 +1,46 @@ +{ + "slug": "itanium-9520", + "name": "Intel Itanium 9520", + "manufacturer": "intel", + "release_date": "2012-11-08", + "segment": "server", + "architecture": "Poulson (IA-64)", + "socket": "LGA1248", + "process_node": "Intel 32nm CMOS", + "cores": 4, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.73, + "boost_clock_ghz": null, + "l3_cache_mb": 20.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1350, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Itanium", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=itanium-9520" + ] +} diff --git a/data/cpu/intel/2012/enterprise/itanium-9560.json b/data/cpu/intel/2012/enterprise/itanium-9560.json new file mode 100644 index 00000000..3bf5f3da --- /dev/null +++ b/data/cpu/intel/2012/enterprise/itanium-9560.json @@ -0,0 +1,46 @@ +{ + "slug": "itanium-9560", + "name": "Intel Itanium 9560", + "manufacturer": "intel", + "release_date": "2012-11-08", + "segment": "server", + "architecture": "Poulson (IA-64)", + "socket": "LGA1248", + "process_node": "Intel 32nm CMOS", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.53, + "boost_clock_ghz": null, + "l3_cache_mb": 32.0, + "tdp_w": 170, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 4650, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Itanium", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=itanium-9560" + ] +} diff --git a/data/cpu/intel/2013/consumer/core-i5-4460.json b/data/cpu/intel/2013/consumer/core-i5-4460.json new file mode 100644 index 00000000..b4d1bb0f --- /dev/null +++ b/data/cpu/intel/2013/consumer/core-i5-4460.json @@ -0,0 +1,49 @@ +{ + "slug": "core-i5-4460", + "name": "Intel Core i5-4460", + "manufacturer": "intel", + "release_date": "2013-06-01", + "segment": "desktop", + "architecture": "Haswell", + "socket": "LGA1150", + "process_node": "Intel 22nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 6.0, + "tdp_w": 84, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 4600", + "memory_support": "DDR3-1600 dual-channel", + "cinebench_r23_single": 920, + "cinebench_r23_multi": 4200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 910, + "geekbench_multi": 3100, + "cinebench_r15_single": 136, + "cinebench_r15_multi": 496, + "cinebench_r11_5_single": 1.52, + "cinebench_r11_5_multi": 5.0, + "cinebench_r10_single": 4813, + "cinebench_r10_multi": 17098, + "passmark_single": 1903, + "passmark_cpu_mark": 4927, + "specint2006": 50.9, + "specfp2006": 60.3, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 182, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-4460", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-4460", + "https://technical.city/en/cpu/Core-i5-4460", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2013/consumer/core-i5-4570.json b/data/cpu/intel/2013/consumer/core-i5-4570.json new file mode 100644 index 00000000..12c579cf --- /dev/null +++ b/data/cpu/intel/2013/consumer/core-i5-4570.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i5-4570", + "name": "Intel Core i5-4570", + "manufacturer": "intel", + "release_date": "2013-06-01", + "segment": "desktop", + "architecture": "Haswell", + "socket": "LGA1150", + "process_node": "Intel 22nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 3.6, + "l3_cache_mb": 6.0, + "tdp_w": 84, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 4600", + "memory_support": "DDR3-1600 dual-channel", + "cinebench_r23_single": 940, + "cinebench_r23_multi": 4300, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 930, + "geekbench_multi": 3200, + "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": 2028, + "passmark_cpu_mark": 5231, + "specint2006": 53.7, + "specfp2006": 65.9, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 192, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-4570", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-4570", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2013/consumer/core-i5-4670k.json b/data/cpu/intel/2013/consumer/core-i5-4670k.json new file mode 100644 index 00000000..792c9ebd --- /dev/null +++ b/data/cpu/intel/2013/consumer/core-i5-4670k.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i5-4670k", + "name": "Intel Core i5-4670K", + "manufacturer": "intel", + "release_date": "2013-06-01", + "segment": "desktop", + "architecture": "Haswell", + "socket": "LGA1150", + "process_node": "Intel 22nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.4, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 6.0, + "tdp_w": 84, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 4600", + "memory_support": "DDR3-1600 dual-channel", + "cinebench_r23_single": 970, + "cinebench_r23_multi": 4500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 960, + "geekbench_multi": 3350, + "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": 2140, + "passmark_cpu_mark": 5584, + "specint2006": 54.2, + "specfp2006": 64.9, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 242, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-4670k", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-4670K", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2013/consumer/quark-x1000.json b/data/cpu/intel/2013/consumer/quark-x1000.json new file mode 100644 index 00000000..fe63a956 --- /dev/null +++ b/data/cpu/intel/2013/consumer/quark-x1000.json @@ -0,0 +1,45 @@ +{ + "slug": "quark-x1000", + "name": "Intel Quark X1000", + "manufacturer": "intel", + "release_date": "2013-10-16", + "segment": "desktop", + "architecture": "Quark", + "socket": "BGA393", + "process_node": "Intel 32nm", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.4, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 2, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 32, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Intel_Quark" + ] +} diff --git a/data/cpu/intel/2013/enterprise/core-i7-4820k.json b/data/cpu/intel/2013/enterprise/core-i7-4820k.json new file mode 100644 index 00000000..d4247dcc --- /dev/null +++ b/data/cpu/intel/2013/enterprise/core-i7-4820k.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i7-4820k", + "name": "Intel Core i7-4820K", + "manufacturer": "intel", + "release_date": "2013-09-10", + "segment": "hedt", + "architecture": "Ivy Bridge-E", + "socket": "LGA2011", + "process_node": "Intel 22nm", + "cores": 4, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.7, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 10.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR3-1866 quad-channel", + "cinebench_r23_single": 900, + "cinebench_r23_multi": 5300, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 890, + "geekbench_multi": 4000, + "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": 1961, + "passmark_cpu_mark": 6517, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 310, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-4820k", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-4820K" + ] +} diff --git a/data/cpu/intel/2013/enterprise/core-i7-4930k.json b/data/cpu/intel/2013/enterprise/core-i7-4930k.json new file mode 100644 index 00000000..201614bb --- /dev/null +++ b/data/cpu/intel/2013/enterprise/core-i7-4930k.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i7-4930k", + "name": "Intel Core i7-4930K", + "manufacturer": "intel", + "release_date": "2013-09-10", + "segment": "hedt", + "architecture": "Ivy Bridge-E", + "socket": "LGA2011", + "process_node": "Intel 22nm", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.4, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 12.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR3-1866 quad-channel", + "cinebench_r23_single": 870, + "cinebench_r23_multi": 7800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 860, + "geekbench_multi": 5900, + "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": 1962, + "passmark_cpu_mark": 9387, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 583, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-4930k", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-4930K" + ] +} diff --git a/data/cpu/intel/2013/enterprise/core-i7-4960x.json b/data/cpu/intel/2013/enterprise/core-i7-4960x.json new file mode 100644 index 00000000..74103b8b --- /dev/null +++ b/data/cpu/intel/2013/enterprise/core-i7-4960x.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i7-4960x", + "name": "Intel Core i7-4960X Extreme Edition", + "manufacturer": "intel", + "release_date": "2013-09-10", + "segment": "hedt", + "architecture": "Ivy Bridge-E", + "socket": "LGA2011", + "process_node": "Intel 22nm", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 15.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR3-1866 quad-channel", + "cinebench_r23_single": 920, + "cinebench_r23_multi": 8100, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 910, + "geekbench_multi": 6100, + "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": 2052, + "passmark_cpu_mark": 9917, + "specint2006": 57.1, + "specfp2006": 87.5, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 999, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-4960x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-4960X", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2014/consumer/celeron-g1820.json b/data/cpu/intel/2014/consumer/celeron-g1820.json new file mode 100644 index 00000000..8edbb88d --- /dev/null +++ b/data/cpu/intel/2014/consumer/celeron-g1820.json @@ -0,0 +1,47 @@ +{ + "slug": "celeron-g1820", + "name": "Intel Celeron G1820", + "manufacturer": "intel", + "release_date": "2014-01-19", + "segment": "desktop", + "architecture": "Haswell", + "socket": "LGA1150", + "process_node": "Intel 22nm", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.7, + "boost_clock_ghz": null, + "l3_cache_mb": 2.0, + "tdp_w": 53, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1496, + "passmark_cpu_mark": 1667, + "specint2006": 37.2, + "specfp2006": 46.9, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 42, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Celeron", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Celeron+G1820", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2014/consumer/core-i5-4690k.json b/data/cpu/intel/2014/consumer/core-i5-4690k.json new file mode 100644 index 00000000..5582f8a1 --- /dev/null +++ b/data/cpu/intel/2014/consumer/core-i5-4690k.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i5-4690k", + "name": "Intel Core i5-4690K", + "manufacturer": "intel", + "release_date": "2014-05-11", + "segment": "desktop", + "architecture": "Haswell Refresh", + "socket": "LGA1150", + "process_node": "Intel 22nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.5, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 6.0, + "tdp_w": 88, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 4600", + "memory_support": "DDR3-1600 dual-channel", + "cinebench_r23_single": 980, + "cinebench_r23_multi": 4600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 970, + "geekbench_multi": 3450, + "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": 2184, + "passmark_cpu_mark": 5681, + "specint2006": 58.2, + "specfp2006": 70.4, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 242, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-4690k", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-4690K", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2014/consumer/core-i7-4790.json b/data/cpu/intel/2014/consumer/core-i7-4790.json new file mode 100644 index 00000000..7a2f94bb --- /dev/null +++ b/data/cpu/intel/2014/consumer/core-i7-4790.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i7-4790", + "name": "Intel Core i7-4790", + "manufacturer": "intel", + "release_date": "2014-05-11", + "segment": "desktop", + "architecture": "Haswell Refresh", + "socket": "LGA1150", + "process_node": "Intel 22nm", + "cores": 4, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 8.0, + "tdp_w": 84, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 4600", + "memory_support": "DDR3-1600 dual-channel", + "cinebench_r23_single": 1010, + "cinebench_r23_multi": 6100, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1000, + "geekbench_multi": 4600, + "cinebench_r15_single": 159, + "cinebench_r15_multi": 765, + "cinebench_r11_5_single": 1.79, + "cinebench_r11_5_multi": 8.0, + "cinebench_r10_single": 5926, + "cinebench_r10_multi": 22667, + "passmark_single": 2227, + "passmark_cpu_mark": 7264, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 303, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-4790", + "https://www.cpubenchmark.net/cpu.php?id=2226&cpu=Intel+Core+i7-4790", + "https://technical.city/en/cpu/Core-i7-4790" + ] +} diff --git a/data/cpu/intel/2014/enterprise/core-i7-5820k.json b/data/cpu/intel/2014/enterprise/core-i7-5820k.json new file mode 100644 index 00000000..4caee2ed --- /dev/null +++ b/data/cpu/intel/2014/enterprise/core-i7-5820k.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i7-5820k", + "name": "Intel Core i7-5820K", + "manufacturer": "intel", + "release_date": "2014-08-29", + "segment": "hedt", + "architecture": "Haswell-E", + "socket": "LGA2011-v3", + "process_node": "Intel 22nm", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.3, + "boost_clock_ghz": 3.6, + "l3_cache_mb": 15.0, + "tdp_w": 140, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2133 quad-channel", + "cinebench_r23_single": 950, + "cinebench_r23_multi": 8800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 940, + "geekbench_multi": 6600, + "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": 1991, + "passmark_cpu_mark": 9831, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 389, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-5820k", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-5820K" + ] +} diff --git a/data/cpu/intel/2014/enterprise/core-i7-5930k.json b/data/cpu/intel/2014/enterprise/core-i7-5930k.json new file mode 100644 index 00000000..01248650 --- /dev/null +++ b/data/cpu/intel/2014/enterprise/core-i7-5930k.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i7-5930k", + "name": "Intel Core i7-5930K", + "manufacturer": "intel", + "release_date": "2014-08-29", + "segment": "hedt", + "architecture": "Haswell-E", + "socket": "LGA2011-v3", + "process_node": "Intel 22nm", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.5, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 15.0, + "tdp_w": 140, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2133 quad-channel", + "cinebench_r23_single": 970, + "cinebench_r23_multi": 9000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 960, + "geekbench_multi": 6800, + "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": 2056, + "passmark_cpu_mark": 10359, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 583, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-5930k", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-5930K" + ] +} diff --git a/data/cpu/intel/2015/consumer/celeron-g3900.json b/data/cpu/intel/2015/consumer/celeron-g3900.json new file mode 100644 index 00000000..e327fc68 --- /dev/null +++ b/data/cpu/intel/2015/consumer/celeron-g3900.json @@ -0,0 +1,47 @@ +{ + "slug": "celeron-g3900", + "name": "Intel Celeron G3900", + "manufacturer": "intel", + "release_date": "2015-09-01", + "segment": "desktop", + "architecture": "Skylake", + "socket": "LGA1151", + "process_node": "Intel 14nm", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": null, + "l3_cache_mb": 2.0, + "tdp_w": 51, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 1680, + "passmark_cpu_mark": 2163, + "specint2006": 45.1, + "specfp2006": 61.7, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 42, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Celeron", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Celeron+G3900", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2015/consumer/core-i5-6500.json b/data/cpu/intel/2015/consumer/core-i5-6500.json new file mode 100644 index 00000000..3bb93db4 --- /dev/null +++ b/data/cpu/intel/2015/consumer/core-i5-6500.json @@ -0,0 +1,49 @@ +{ + "slug": "core-i5-6500", + "name": "Intel Core i5-6500", + "manufacturer": "intel", + "release_date": "2015-09-01", + "segment": "desktop", + "architecture": "Skylake", + "socket": "LGA1151", + "process_node": "Intel 14nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 3.6, + "l3_cache_mb": 6.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 530", + "memory_support": "DDR4-2133 dual-channel", + "cinebench_r23_single": 990, + "cinebench_r23_multi": 4600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 980, + "geekbench_multi": 3450, + "cinebench_r15_single": 147, + "cinebench_r15_multi": 542, + "cinebench_r11_5_single": 1.74, + "cinebench_r11_5_multi": 6.0, + "cinebench_r10_single": 5746, + "cinebench_r10_multi": 19577, + "passmark_single": 2089, + "passmark_cpu_mark": 5602, + "specint2006": 62.0, + "specfp2006": 85.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 192, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-6500", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-6500", + "https://technical.city/en/cpu/Core-i5-6500", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2015/consumer/core-i5-6600.json b/data/cpu/intel/2015/consumer/core-i5-6600.json new file mode 100644 index 00000000..6cf42e72 --- /dev/null +++ b/data/cpu/intel/2015/consumer/core-i5-6600.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i5-6600", + "name": "Intel Core i5-6600", + "manufacturer": "intel", + "release_date": "2015-09-01", + "segment": "desktop", + "architecture": "Skylake", + "socket": "LGA1151", + "process_node": "Intel 14nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.3, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 6.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 530", + "memory_support": "DDR4-2133 dual-channel", + "cinebench_r23_single": 1030, + "cinebench_r23_multi": 4800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1020, + "geekbench_multi": 3600, + "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": 2254, + "passmark_cpu_mark": 6074, + "specint2006": 66.4, + "specfp2006": 88.8, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 213, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-6600", + "https://www.cpubenchmark.net/cpu.php?id=2594&cpu=Intel+Core+i5-6600", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2015/consumer/core-i7-6700.json b/data/cpu/intel/2015/consumer/core-i7-6700.json new file mode 100644 index 00000000..ab8288dd --- /dev/null +++ b/data/cpu/intel/2015/consumer/core-i7-6700.json @@ -0,0 +1,49 @@ +{ + "slug": "core-i7-6700", + "name": "Intel Core i7-6700", + "manufacturer": "intel", + "release_date": "2015-09-01", + "segment": "desktop", + "architecture": "Skylake", + "socket": "LGA1151", + "process_node": "Intel 14nm", + "cores": 4, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.4, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 8.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 530", + "memory_support": "DDR4-2133 dual-channel", + "cinebench_r23_single": 1060, + "cinebench_r23_multi": 6400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1050, + "geekbench_multi": 4800, + "cinebench_r15_single": 169, + "cinebench_r15_multi": 802, + "cinebench_r11_5_single": 1.93, + "cinebench_r11_5_multi": 9.0, + "cinebench_r10_single": 6003, + "cinebench_r10_multi": 24305, + "passmark_single": 2275, + "passmark_cpu_mark": 8036, + "specint2006": 69.2, + "specfp2006": 91.8, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 303, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-6700", + "https://www.cpubenchmark.net/cpu.php?id=2598&cpu=Intel+Core+i7-6700", + "https://technical.city/en/cpu/Core-i7-6700", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2016/enterprise/core-i7-6800k.json b/data/cpu/intel/2016/enterprise/core-i7-6800k.json new file mode 100644 index 00000000..00950060 --- /dev/null +++ b/data/cpu/intel/2016/enterprise/core-i7-6800k.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i7-6800k", + "name": "Intel Core i7-6800K", + "manufacturer": "intel", + "release_date": "2016-05-30", + "segment": "hedt", + "architecture": "Broadwell-E", + "socket": "LGA2011-v3", + "process_node": "Intel 14nm", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.4, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 15.0, + "tdp_w": 140, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2400 quad-channel", + "cinebench_r23_single": 970, + "cinebench_r23_multi": 9100, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 960, + "geekbench_multi": 6800, + "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": 2252, + "passmark_cpu_mark": 10710, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 434, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-6800k", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-6800K" + ] +} diff --git a/data/cpu/intel/2016/enterprise/core-i7-6850k.json b/data/cpu/intel/2016/enterprise/core-i7-6850k.json new file mode 100644 index 00000000..c682b1ed --- /dev/null +++ b/data/cpu/intel/2016/enterprise/core-i7-6850k.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i7-6850k", + "name": "Intel Core i7-6850K", + "manufacturer": "intel", + "release_date": "2016-05-30", + "segment": "hedt", + "architecture": "Broadwell-E", + "socket": "LGA2011-v3", + "process_node": "Intel 14nm", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 15.0, + "tdp_w": 140, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2400 quad-channel", + "cinebench_r23_single": 990, + "cinebench_r23_multi": 9300, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 980, + "geekbench_multi": 7000, + "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": 2387, + "passmark_cpu_mark": 11372, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 617, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-6850k", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-6850K" + ] +} diff --git a/data/cpu/intel/2016/enterprise/core-i7-6900k.json b/data/cpu/intel/2016/enterprise/core-i7-6900k.json new file mode 100644 index 00000000..007faef9 --- /dev/null +++ b/data/cpu/intel/2016/enterprise/core-i7-6900k.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i7-6900k", + "name": "Intel Core i7-6900K", + "manufacturer": "intel", + "release_date": "2016-05-30", + "segment": "hedt", + "architecture": "Broadwell-E", + "socket": "LGA2011-v3", + "process_node": "Intel 14nm", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 20.0, + "tdp_w": 140, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2400 quad-channel", + "cinebench_r23_single": 970, + "cinebench_r23_multi": 11900, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 960, + "geekbench_multi": 8800, + "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": 2345, + "passmark_cpu_mark": 14656, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1089, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-6900k", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-6900K" + ] +} diff --git a/data/cpu/intel/2016/enterprise/xeon-phi-7210.json b/data/cpu/intel/2016/enterprise/xeon-phi-7210.json new file mode 100644 index 00000000..4fcaadbc --- /dev/null +++ b/data/cpu/intel/2016/enterprise/xeon-phi-7210.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-phi-7210", + "name": "Intel Xeon Phi 7210", + "manufacturer": "intel", + "release_date": "2016-06-20", + "segment": "server", + "architecture": "Knights Landing", + "socket": "LGA3647", + "process_node": "Intel 14nm", + "cores": 64, + "threads": 256, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.3, + "boost_clock_ghz": 1.5, + "l3_cache_mb": null, + "tdp_w": 215, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2400 6-channel ECC + 16GB MCDRAM", + "cinebench_r23_single": 350, + "cinebench_r23_multi": 18500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 380, + "geekbench_multi": 12500, + "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": 460, + "passmark_cpu_mark": 7306, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2438, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon_Phi", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-phi-7210", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Phi+7210" + ] +} diff --git a/data/cpu/intel/2016/enterprise/xeon-phi-7230.json b/data/cpu/intel/2016/enterprise/xeon-phi-7230.json new file mode 100644 index 00000000..c76e0454 --- /dev/null +++ b/data/cpu/intel/2016/enterprise/xeon-phi-7230.json @@ -0,0 +1,46 @@ +{ + "slug": "xeon-phi-7230", + "name": "Intel Xeon Phi 7230", + "manufacturer": "intel", + "release_date": "2016-06-20", + "segment": "server", + "architecture": "Knights Landing", + "socket": "LGA3647", + "process_node": "Intel 14nm", + "cores": 64, + "threads": 256, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.3, + "boost_clock_ghz": 1.5, + "l3_cache_mb": null, + "tdp_w": 215, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2400 6-channel ECC + 16GB MCDRAM", + "cinebench_r23_single": 350, + "cinebench_r23_multi": 18800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 380, + "geekbench_multi": 12700, + "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": 1988, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon_Phi", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-phi-7230" + ] +} diff --git a/data/cpu/intel/2016/enterprise/xeon-phi-7250.json b/data/cpu/intel/2016/enterprise/xeon-phi-7250.json new file mode 100644 index 00000000..e1cd4cb5 --- /dev/null +++ b/data/cpu/intel/2016/enterprise/xeon-phi-7250.json @@ -0,0 +1,46 @@ +{ + "slug": "xeon-phi-7250", + "name": "Intel Xeon Phi 7250", + "manufacturer": "intel", + "release_date": "2016-06-20", + "segment": "server", + "architecture": "Knights Landing", + "socket": "LGA3647", + "process_node": "Intel 14nm", + "cores": 68, + "threads": 272, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.4, + "boost_clock_ghz": 1.6, + "l3_cache_mb": null, + "tdp_w": 215, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2400 6-channel ECC + 16GB MCDRAM", + "cinebench_r23_single": 370, + "cinebench_r23_multi": 21500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 400, + "geekbench_multi": 14500, + "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": 3399, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon_Phi", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-phi-7250" + ] +} diff --git a/data/cpu/intel/2016/enterprise/xeon-phi-7290.json b/data/cpu/intel/2016/enterprise/xeon-phi-7290.json new file mode 100644 index 00000000..7e85ab4c --- /dev/null +++ b/data/cpu/intel/2016/enterprise/xeon-phi-7290.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-phi-7290", + "name": "Intel Xeon Phi 7290", + "manufacturer": "intel", + "release_date": "2016-06-20", + "segment": "server", + "architecture": "Knights Landing", + "socket": "LGA3647", + "process_node": "Intel 14nm", + "cores": 72, + "threads": 288, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.5, + "boost_clock_ghz": 1.7, + "l3_cache_mb": null, + "tdp_w": 245, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2400 6-channel ECC + 16GB MCDRAM", + "cinebench_r23_single": 390, + "cinebench_r23_multi": 24500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 420, + "geekbench_multi": 16500, + "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": 485, + "passmark_cpu_mark": 17839, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 6294, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon_Phi", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-phi-7290", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Phi+7290" + ] +} diff --git a/data/cpu/intel/2017/consumer/core-i5-7500.json b/data/cpu/intel/2017/consumer/core-i5-7500.json new file mode 100644 index 00000000..b38fe505 --- /dev/null +++ b/data/cpu/intel/2017/consumer/core-i5-7500.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i5-7500", + "name": "Intel Core i5-7500", + "manufacturer": "intel", + "release_date": "2017-01-03", + "segment": "desktop", + "architecture": "Kaby Lake", + "socket": "LGA1151", + "process_node": "Intel 14nm+", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.4, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 6.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 630", + "memory_support": "DDR4-2400 dual-channel", + "cinebench_r23_single": 1040, + "cinebench_r23_multi": 4800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1030, + "geekbench_multi": 3600, + "cinebench_r15_single": 159, + "cinebench_r15_multi": 585, + "cinebench_r11_5_single": 1.83, + "cinebench_r11_5_multi": 7.0, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 2245, + "passmark_cpu_mark": 6037, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 192, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-7500", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-7500", + "https://technical.city/en/cpu/Core-i5-7500" + ] +} diff --git a/data/cpu/intel/2017/consumer/core-i5-7600.json b/data/cpu/intel/2017/consumer/core-i5-7600.json new file mode 100644 index 00000000..befaaa30 --- /dev/null +++ b/data/cpu/intel/2017/consumer/core-i5-7600.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i5-7600", + "name": "Intel Core i5-7600", + "manufacturer": "intel", + "release_date": "2017-01-03", + "segment": "desktop", + "architecture": "Kaby Lake", + "socket": "LGA1151", + "process_node": "Intel 14nm+", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.5, + "boost_clock_ghz": 4.1, + "l3_cache_mb": 6.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 630", + "memory_support": "DDR4-2400 dual-channel", + "cinebench_r23_single": 1080, + "cinebench_r23_multi": 5000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1070, + "geekbench_multi": 3750, + "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": 2456, + "passmark_cpu_mark": 6588, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 213, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-7600", + "https://www.cpubenchmark.net/cpu.php?id=2920&cpu=Intel+Core+i5-7600" + ] +} diff --git a/data/cpu/intel/2017/consumer/core-i7-7700.json b/data/cpu/intel/2017/consumer/core-i7-7700.json new file mode 100644 index 00000000..0beafeea --- /dev/null +++ b/data/cpu/intel/2017/consumer/core-i7-7700.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i7-7700", + "name": "Intel Core i7-7700", + "manufacturer": "intel", + "release_date": "2017-01-03", + "segment": "desktop", + "architecture": "Kaby Lake", + "socket": "LGA1151", + "process_node": "Intel 14nm+", + "cores": 4, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 4.2, + "l3_cache_mb": 8.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Intel HD Graphics 630", + "memory_support": "DDR4-2400 dual-channel", + "cinebench_r23_single": 1110, + "cinebench_r23_multi": 6700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1100, + "geekbench_multi": 5000, + "cinebench_r15_single": 178, + "cinebench_r15_multi": 857, + "cinebench_r11_5_single": 2.02, + "cinebench_r11_5_multi": 10.0, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 2442, + "passmark_cpu_mark": 8643, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 303, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-7700", + "https://www.cpubenchmark.net/cpu.php?id=2905&cpu=Intel+Core+i7-7700", + "https://technical.city/en/cpu/Core-i7-7700" + ] +} diff --git a/data/cpu/intel/2017/enterprise/core-i7-7800x.json b/data/cpu/intel/2017/enterprise/core-i7-7800x.json new file mode 100644 index 00000000..617c8abb --- /dev/null +++ b/data/cpu/intel/2017/enterprise/core-i7-7800x.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i7-7800x", + "name": "Intel Core i7-7800X", + "manufacturer": "intel", + "release_date": "2017-06-19", + "segment": "hedt", + "architecture": "Skylake-X", + "socket": "LGA2066", + "process_node": "Intel 14nm", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.5, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 8.25, + "tdp_w": 140, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 quad-channel", + "cinebench_r23_single": 1060, + "cinebench_r23_multi": 10400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1050, + "geekbench_multi": 7700, + "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": 2377, + "passmark_cpu_mark": 13003, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 383, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-7800x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-7800X" + ] +} diff --git a/data/cpu/intel/2017/enterprise/core-i7-7820x.json b/data/cpu/intel/2017/enterprise/core-i7-7820x.json new file mode 100644 index 00000000..85e65d73 --- /dev/null +++ b/data/cpu/intel/2017/enterprise/core-i7-7820x.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i7-7820x", + "name": "Intel Core i7-7820X", + "manufacturer": "intel", + "release_date": "2017-06-19", + "segment": "hedt", + "architecture": "Skylake-X", + "socket": "LGA2066", + "process_node": "Intel 14nm", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 4.3, + "l3_cache_mb": 11.0, + "tdp_w": 140, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 quad-channel", + "cinebench_r23_single": 1110, + "cinebench_r23_multi": 13700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1100, + "geekbench_multi": 10000, + "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": 2522, + "passmark_cpu_mark": 17151, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 599, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-7820x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-7820X" + ] +} diff --git a/data/cpu/intel/2017/enterprise/core-i9-7900x.json b/data/cpu/intel/2017/enterprise/core-i9-7900x.json new file mode 100644 index 00000000..37e0832c --- /dev/null +++ b/data/cpu/intel/2017/enterprise/core-i9-7900x.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i9-7900x", + "name": "Intel Core i9-7900X", + "manufacturer": "intel", + "release_date": "2017-06-19", + "segment": "hedt", + "architecture": "Skylake-X", + "socket": "LGA2066", + "process_node": "Intel 14nm", + "cores": 10, + "threads": 20, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.3, + "boost_clock_ghz": 4.3, + "l3_cache_mb": 13.75, + "tdp_w": 140, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 quad-channel", + "cinebench_r23_single": 1090, + "cinebench_r23_multi": 16800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1080, + "geekbench_multi": 12200, + "cinebench_r15_single": 193, + "cinebench_r15_multi": 2148, + "cinebench_r11_5_single": 2.2, + "cinebench_r11_5_multi": 24.0, + "cinebench_r10_single": 7287, + "cinebench_r10_multi": 49738, + "passmark_single": 2537, + "passmark_cpu_mark": 20870, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 999, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-7900x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-7900X", + "https://technical.city/en/cpu/Core-i9-7900X" + ] +} diff --git a/data/cpu/intel/2017/enterprise/core-i9-7920x.json b/data/cpu/intel/2017/enterprise/core-i9-7920x.json new file mode 100644 index 00000000..08b5786e --- /dev/null +++ b/data/cpu/intel/2017/enterprise/core-i9-7920x.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i9-7920x", + "name": "Intel Core i9-7920X", + "manufacturer": "intel", + "release_date": "2017-09-25", + "segment": "hedt", + "architecture": "Skylake-X", + "socket": "LGA2066", + "process_node": "Intel 14nm", + "cores": 12, + "threads": 24, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.9, + "boost_clock_ghz": 4.3, + "l3_cache_mb": 16.5, + "tdp_w": 140, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 quad-channel", + "cinebench_r23_single": 1080, + "cinebench_r23_multi": 19400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1070, + "geekbench_multi": 14200, + "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": 2502, + "passmark_cpu_mark": 23534, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1199, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-7920x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-7920X" + ] +} diff --git a/data/cpu/intel/2017/enterprise/core-i9-7940x.json b/data/cpu/intel/2017/enterprise/core-i9-7940x.json new file mode 100644 index 00000000..db4c3462 --- /dev/null +++ b/data/cpu/intel/2017/enterprise/core-i9-7940x.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i9-7940x", + "name": "Intel Core i9-7940X", + "manufacturer": "intel", + "release_date": "2017-09-25", + "segment": "hedt", + "architecture": "Skylake-X", + "socket": "LGA2066", + "process_node": "Intel 14nm", + "cores": 14, + "threads": 28, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 4.3, + "l3_cache_mb": 19.25, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 quad-channel", + "cinebench_r23_single": 1090, + "cinebench_r23_multi": 22500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1080, + "geekbench_multi": 16500, + "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": 2479, + "passmark_cpu_mark": 25278, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1399, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-7940x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-7940X" + ] +} diff --git a/data/cpu/intel/2017/enterprise/core-i9-7960x.json b/data/cpu/intel/2017/enterprise/core-i9-7960x.json new file mode 100644 index 00000000..0c65f56e --- /dev/null +++ b/data/cpu/intel/2017/enterprise/core-i9-7960x.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i9-7960x", + "name": "Intel Core i9-7960X", + "manufacturer": "intel", + "release_date": "2017-09-25", + "segment": "hedt", + "architecture": "Skylake-X", + "socket": "LGA2066", + "process_node": "Intel 14nm", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 4.2, + "l3_cache_mb": 22.0, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 quad-channel", + "cinebench_r23_single": 1070, + "cinebench_r23_multi": 24800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1060, + "geekbench_multi": 18200, + "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": 2453, + "passmark_cpu_mark": 27596, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1699, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-7960x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-7960X" + ] +} diff --git a/data/cpu/intel/2017/enterprise/core-i9-7980xe.json b/data/cpu/intel/2017/enterprise/core-i9-7980xe.json new file mode 100644 index 00000000..d603f856 --- /dev/null +++ b/data/cpu/intel/2017/enterprise/core-i9-7980xe.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i9-7980xe", + "name": "Intel Core i9-7980XE Extreme Edition", + "manufacturer": "intel", + "release_date": "2017-09-25", + "segment": "hedt", + "architecture": "Skylake-X", + "socket": "LGA2066", + "process_node": "Intel 14nm", + "cores": 18, + "threads": 36, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.6, + "boost_clock_ghz": 4.2, + "l3_cache_mb": 24.75, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 quad-channel", + "cinebench_r23_single": 1060, + "cinebench_r23_multi": 27200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1050, + "geekbench_multi": 19800, + "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": 2433, + "passmark_cpu_mark": 29521, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1999, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-7980xe", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-7980XE" + ] +} diff --git a/data/cpu/intel/2017/enterprise/itanium-9740.json b/data/cpu/intel/2017/enterprise/itanium-9740.json new file mode 100644 index 00000000..42e7f82e --- /dev/null +++ b/data/cpu/intel/2017/enterprise/itanium-9740.json @@ -0,0 +1,46 @@ +{ + "slug": "itanium-9740", + "name": "Intel Itanium 9740", + "manufacturer": "intel", + "release_date": "2017-05-11", + "segment": "server", + "architecture": "Kittson (IA-64)", + "socket": "LGA1248", + "process_node": "Intel 32nm CMOS", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.13, + "boost_clock_ghz": null, + "l3_cache_mb": 24.0, + "tdp_w": 170, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 2400, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Itanium", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=itanium-9740" + ] +} diff --git a/data/cpu/intel/2017/enterprise/itanium-9760.json b/data/cpu/intel/2017/enterprise/itanium-9760.json new file mode 100644 index 00000000..0738076a --- /dev/null +++ b/data/cpu/intel/2017/enterprise/itanium-9760.json @@ -0,0 +1,46 @@ +{ + "slug": "itanium-9760", + "name": "Intel Itanium 9760", + "manufacturer": "intel", + "release_date": "2017-05-11", + "segment": "server", + "architecture": "Kittson (IA-64)", + "socket": "LGA1248", + "process_node": "Intel 32nm CMOS", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.66, + "boost_clock_ghz": null, + "l3_cache_mb": 32.0, + "tdp_w": 170, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 4650, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Itanium", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=itanium-9760" + ] +} diff --git a/data/cpu/intel/2017/enterprise/xeon-gold-5118.json b/data/cpu/intel/2017/enterprise/xeon-gold-5118.json new file mode 100644 index 00000000..1a9b17db --- /dev/null +++ b/data/cpu/intel/2017/enterprise/xeon-gold-5118.json @@ -0,0 +1,48 @@ +{ + "slug": "xeon-gold-5118", + "name": "Intel Xeon Gold 5118", + "manufacturer": "intel", + "release_date": "2017-07-11", + "segment": "server", + "architecture": "Skylake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm", + "cores": 12, + "threads": 24, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.3, + "boost_clock_ghz": 3.2, + "l3_cache_mb": 16.5, + "tdp_w": 105, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 6-channel ECC", + "cinebench_r23_single": 940, + "cinebench_r23_multi": 14600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 930, + "geekbench_multi": 10700, + "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": 1763, + "passmark_cpu_mark": 16699, + "specint2006": 64.6, + "specfp2006": 125.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1273, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-5118", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+5118", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2017/enterprise/xeon-gold-5120.json b/data/cpu/intel/2017/enterprise/xeon-gold-5120.json new file mode 100644 index 00000000..f5bd5c86 --- /dev/null +++ b/data/cpu/intel/2017/enterprise/xeon-gold-5120.json @@ -0,0 +1,48 @@ +{ + "slug": "xeon-gold-5120", + "name": "Intel Xeon Gold 5120", + "manufacturer": "intel", + "release_date": "2017-07-11", + "segment": "server", + "architecture": "Skylake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm", + "cores": 14, + "threads": 28, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": 3.2, + "l3_cache_mb": 19.25, + "tdp_w": 105, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 6-channel ECC", + "cinebench_r23_single": 940, + "cinebench_r23_multi": 16500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 930, + "geekbench_multi": 12100, + "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": 1756, + "passmark_cpu_mark": 18243, + "specint2006": 65.5, + "specfp2006": 125.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1555, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-5120", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+5120", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2017/enterprise/xeon-gold-6126.json b/data/cpu/intel/2017/enterprise/xeon-gold-6126.json new file mode 100644 index 00000000..155ef1d3 --- /dev/null +++ b/data/cpu/intel/2017/enterprise/xeon-gold-6126.json @@ -0,0 +1,48 @@ +{ + "slug": "xeon-gold-6126", + "name": "Intel Xeon Gold 6126", + "manufacturer": "intel", + "release_date": "2017-07-11", + "segment": "server", + "architecture": "Skylake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm", + "cores": 12, + "threads": 24, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.6, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 19.25, + "tdp_w": 125, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 6-channel ECC", + "cinebench_r23_single": 1010, + "cinebench_r23_multi": 15500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1000, + "geekbench_multi": 11400, + "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": 2140, + "passmark_cpu_mark": 17492, + "specint2006": 74.3, + "specfp2006": 145.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1776, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6126", + "https://www.cpubenchmark.net/cpu.php?id=3219&cpu=Intel+Xeon+Gold+6126", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2017/enterprise/xeon-gold-6130.json b/data/cpu/intel/2017/enterprise/xeon-gold-6130.json new file mode 100644 index 00000000..20cd3d4b --- /dev/null +++ b/data/cpu/intel/2017/enterprise/xeon-gold-6130.json @@ -0,0 +1,48 @@ +{ + "slug": "xeon-gold-6130", + "name": "Intel Xeon Gold 6130", + "manufacturer": "intel", + "release_date": "2017-07-11", + "segment": "server", + "architecture": "Skylake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 22.0, + "tdp_w": 125, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 6-channel ECC", + "cinebench_r23_single": 970, + "cinebench_r23_multi": 19500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 960, + "geekbench_multi": 14300, + "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": 2090, + "passmark_cpu_mark": 21253, + "specint2006": 75.4, + "specfp2006": 141.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1894, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6130", + "https://www.cpubenchmark.net/cpu.php?id=3126&cpu=Intel+Xeon+Gold+6130", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2017/enterprise/xeon-gold-6138.json b/data/cpu/intel/2017/enterprise/xeon-gold-6138.json new file mode 100644 index 00000000..b8c0724e --- /dev/null +++ b/data/cpu/intel/2017/enterprise/xeon-gold-6138.json @@ -0,0 +1,48 @@ +{ + "slug": "xeon-gold-6138", + "name": "Intel Xeon Gold 6138", + "manufacturer": "intel", + "release_date": "2017-07-11", + "segment": "server", + "architecture": "Skylake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm", + "cores": 20, + "threads": 40, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 27.5, + "tdp_w": 125, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 6-channel ECC", + "cinebench_r23_single": 960, + "cinebench_r23_multi": 23500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 950, + "geekbench_multi": 17200, + "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": 2016, + "passmark_cpu_mark": 23423, + "specint2006": 76.4, + "specfp2006": 139.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2612, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6138", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6138", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2017/enterprise/xeon-gold-6150.json b/data/cpu/intel/2017/enterprise/xeon-gold-6150.json new file mode 100644 index 00000000..256f90d7 --- /dev/null +++ b/data/cpu/intel/2017/enterprise/xeon-gold-6150.json @@ -0,0 +1,48 @@ +{ + "slug": "xeon-gold-6150", + "name": "Intel Xeon Gold 6150", + "manufacturer": "intel", + "release_date": "2017-07-11", + "segment": "server", + "architecture": "Skylake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm", + "cores": 18, + "threads": 36, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.7, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 24.75, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 6-channel ECC", + "cinebench_r23_single": 1020, + "cinebench_r23_multi": 23800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1010, + "geekbench_multi": 17400, + "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": 2128, + "passmark_cpu_mark": 27032, + "specint2006": 76.0, + "specfp2006": 147.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3358, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6150", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6150", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2017/enterprise/xeon-gold-6154.json b/data/cpu/intel/2017/enterprise/xeon-gold-6154.json new file mode 100644 index 00000000..f2e738c6 --- /dev/null +++ b/data/cpu/intel/2017/enterprise/xeon-gold-6154.json @@ -0,0 +1,48 @@ +{ + "slug": "xeon-gold-6154", + "name": "Intel Xeon Gold 6154", + "manufacturer": "intel", + "release_date": "2017-07-11", + "segment": "server", + "architecture": "Skylake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm", + "cores": 18, + "threads": 36, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 24.75, + "tdp_w": 200, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 6-channel ECC", + "cinebench_r23_single": 1050, + "cinebench_r23_multi": 25200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1040, + "geekbench_multi": 18400, + "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": 2202, + "passmark_cpu_mark": 27403, + "specint2006": 76.9, + "specfp2006": 151.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3543, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6154", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6154", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2017/enterprise/xeon-platinum-8160.json b/data/cpu/intel/2017/enterprise/xeon-platinum-8160.json new file mode 100644 index 00000000..5a094383 --- /dev/null +++ b/data/cpu/intel/2017/enterprise/xeon-platinum-8160.json @@ -0,0 +1,48 @@ +{ + "slug": "xeon-platinum-8160", + "name": "Intel Xeon Platinum 8160", + "manufacturer": "intel", + "release_date": "2017-07-11", + "segment": "server", + "architecture": "Skylake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 33.0, + "tdp_w": 150, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 6-channel ECC", + "cinebench_r23_single": 970, + "cinebench_r23_multi": 28500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 960, + "geekbench_multi": 20800, + "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": 2066, + "passmark_cpu_mark": 29419, + "specint2006": 77.6, + "specfp2006": 142.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 4702, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-platinum-8160", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Platinum+8160", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2017/enterprise/xeon-platinum-8170.json b/data/cpu/intel/2017/enterprise/xeon-platinum-8170.json new file mode 100644 index 00000000..248d8a4e --- /dev/null +++ b/data/cpu/intel/2017/enterprise/xeon-platinum-8170.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-platinum-8170", + "name": "Intel Xeon Platinum 8170", + "manufacturer": "intel", + "release_date": "2017-07-11", + "segment": "server", + "architecture": "Skylake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm", + "cores": 26, + "threads": 52, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 35.75, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 6-channel ECC", + "cinebench_r23_single": 980, + "cinebench_r23_multi": 30500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 970, + "geekbench_multi": 22200, + "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": 78.8, + "specfp2006": 142.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 7405, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-platinum-8170", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2017/enterprise/xeon-platinum-8176.json b/data/cpu/intel/2017/enterprise/xeon-platinum-8176.json new file mode 100644 index 00000000..aa52b7fa --- /dev/null +++ b/data/cpu/intel/2017/enterprise/xeon-platinum-8176.json @@ -0,0 +1,48 @@ +{ + "slug": "xeon-platinum-8176", + "name": "Intel Xeon Platinum 8176", + "manufacturer": "intel", + "release_date": "2017-07-11", + "segment": "server", + "architecture": "Skylake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm", + "cores": 28, + "threads": 56, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 38.5, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 6-channel ECC", + "cinebench_r23_single": 990, + "cinebench_r23_multi": 32500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 980, + "geekbench_multi": 23800, + "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": 1866, + "passmark_cpu_mark": 27456, + "specint2006": 81.5, + "specfp2006": 147.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 8719, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-platinum-8176", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Platinum+8176", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2017/enterprise/xeon-silver-4110.json b/data/cpu/intel/2017/enterprise/xeon-silver-4110.json new file mode 100644 index 00000000..563f2384 --- /dev/null +++ b/data/cpu/intel/2017/enterprise/xeon-silver-4110.json @@ -0,0 +1,48 @@ +{ + "slug": "xeon-silver-4110", + "name": "Intel Xeon Silver 4110", + "manufacturer": "intel", + "release_date": "2017-07-11", + "segment": "server", + "architecture": "Skylake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 3.0, + "l3_cache_mb": 11.0, + "tdp_w": 85, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 6-channel ECC", + "cinebench_r23_single": 890, + "cinebench_r23_multi": 9600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 880, + "geekbench_multi": 7100, + "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": 1606, + "passmark_cpu_mark": 10316, + "specint2006": 58.9, + "specfp2006": 110.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 501, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-silver-4110", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Silver+4110", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2017/enterprise/xeon-silver-4116.json b/data/cpu/intel/2017/enterprise/xeon-silver-4116.json new file mode 100644 index 00000000..addef26a --- /dev/null +++ b/data/cpu/intel/2017/enterprise/xeon-silver-4116.json @@ -0,0 +1,48 @@ +{ + "slug": "xeon-silver-4116", + "name": "Intel Xeon Silver 4116", + "manufacturer": "intel", + "release_date": "2017-07-11", + "segment": "server", + "architecture": "Skylake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm", + "cores": 12, + "threads": 24, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 3.0, + "l3_cache_mb": 16.5, + "tdp_w": 85, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 6-channel ECC", + "cinebench_r23_single": 900, + "cinebench_r23_multi": 13800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 890, + "geekbench_multi": 10100, + "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": 1679, + "passmark_cpu_mark": 14925, + "specint2006": 61.1, + "specfp2006": 117.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1002, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-silver-4116", + "https://www.cpubenchmark.net/cpu.php?id=3179&cpu=Intel+Xeon+Silver+4116", + "https://www.spec.org/cpu2006/results/" + ] +} diff --git a/data/cpu/intel/2018/consumer/core-i5-8500.json b/data/cpu/intel/2018/consumer/core-i5-8500.json new file mode 100644 index 00000000..0a8f3023 --- /dev/null +++ b/data/cpu/intel/2018/consumer/core-i5-8500.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i5-8500", + "name": "Intel Core i5-8500", + "manufacturer": "intel", + "release_date": "2018-04-02", + "segment": "desktop", + "architecture": "Coffee Lake", + "socket": "LGA1151v2", + "process_node": "Intel 14nm++", + "cores": 6, + "threads": 6, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": 4.1, + "l3_cache_mb": 9.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Intel UHD Graphics 630", + "memory_support": "DDR4-2666 dual-channel", + "cinebench_r23_single": 1090, + "cinebench_r23_multi": 6900, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1080, + "geekbench_multi": 5200, + "cinebench_r15_single": 172, + "cinebench_r15_multi": 950, + "cinebench_r11_5_single": 1.96, + "cinebench_r11_5_multi": 10.0, + "cinebench_r10_single": 8606, + "cinebench_r10_multi": 40829, + "passmark_single": 2433, + "passmark_cpu_mark": 9512, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 192, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-8500", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-8500", + "https://technical.city/en/cpu/Core-i5-8500" + ] +} diff --git a/data/cpu/intel/2018/consumer/core-i5-8600.json b/data/cpu/intel/2018/consumer/core-i5-8600.json new file mode 100644 index 00000000..80d4cc42 --- /dev/null +++ b/data/cpu/intel/2018/consumer/core-i5-8600.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i5-8600", + "name": "Intel Core i5-8600", + "manufacturer": "intel", + "release_date": "2018-04-02", + "segment": "desktop", + "architecture": "Coffee Lake", + "socket": "LGA1151v2", + "process_node": "Intel 14nm++", + "cores": 6, + "threads": 6, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 4.3, + "l3_cache_mb": 9.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Intel UHD Graphics 630", + "memory_support": "DDR4-2666 dual-channel", + "cinebench_r23_single": 1130, + "cinebench_r23_multi": 7100, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1120, + "geekbench_multi": 5350, + "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": 2556, + "passmark_cpu_mark": 9980, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 213, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-8600", + "https://www.cpubenchmark.net/cpu.php?id=3251&cpu=Intel+Core+i5-8600" + ] +} diff --git a/data/cpu/intel/2018/enterprise/core-i7-9800x.json b/data/cpu/intel/2018/enterprise/core-i7-9800x.json new file mode 100644 index 00000000..a62b9884 --- /dev/null +++ b/data/cpu/intel/2018/enterprise/core-i7-9800x.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i7-9800x", + "name": "Intel Core i7-9800X", + "manufacturer": "intel", + "release_date": "2018-11-13", + "segment": "hedt", + "architecture": "Skylake-X Refresh", + "socket": "LGA2066", + "process_node": "Intel 14nm", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.8, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 16.5, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 quad-channel", + "cinebench_r23_single": 1140, + "cinebench_r23_multi": 14200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1130, + "geekbench_multi": 10500, + "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": 2559, + "passmark_cpu_mark": 18144, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 599, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-9800x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-9800X" + ] +} diff --git a/data/cpu/intel/2018/enterprise/core-i9-9820x.json b/data/cpu/intel/2018/enterprise/core-i9-9820x.json new file mode 100644 index 00000000..9f7c25cb --- /dev/null +++ b/data/cpu/intel/2018/enterprise/core-i9-9820x.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i9-9820x", + "name": "Intel Core i9-9820X", + "manufacturer": "intel", + "release_date": "2018-11-13", + "segment": "hedt", + "architecture": "Skylake-X Refresh", + "socket": "LGA2066", + "process_node": "Intel 14nm", + "cores": 10, + "threads": 20, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.3, + "boost_clock_ghz": 4.1, + "l3_cache_mb": 16.5, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 quad-channel", + "cinebench_r23_single": 1100, + "cinebench_r23_multi": 17100, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1090, + "geekbench_multi": 12500, + "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": 2457, + "passmark_cpu_mark": 20543, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 889, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-9820x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-9820X" + ] +} diff --git a/data/cpu/intel/2018/enterprise/core-i9-9900x.json b/data/cpu/intel/2018/enterprise/core-i9-9900x.json new file mode 100644 index 00000000..74b333a7 --- /dev/null +++ b/data/cpu/intel/2018/enterprise/core-i9-9900x.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i9-9900x", + "name": "Intel Core i9-9900X", + "manufacturer": "intel", + "release_date": "2018-11-13", + "segment": "hedt", + "architecture": "Skylake-X Refresh", + "socket": "LGA2066", + "process_node": "Intel 14nm", + "cores": 10, + "threads": 20, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.5, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 19.25, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 quad-channel", + "cinebench_r23_single": 1140, + "cinebench_r23_multi": 17800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1130, + "geekbench_multi": 13000, + "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": 2542, + "passmark_cpu_mark": 21666, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 989, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-9900x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-9900X" + ] +} diff --git a/data/cpu/intel/2018/enterprise/core-i9-9920x.json b/data/cpu/intel/2018/enterprise/core-i9-9920x.json new file mode 100644 index 00000000..63332711 --- /dev/null +++ b/data/cpu/intel/2018/enterprise/core-i9-9920x.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i9-9920x", + "name": "Intel Core i9-9920X", + "manufacturer": "intel", + "release_date": "2018-11-13", + "segment": "hedt", + "architecture": "Skylake-X Refresh", + "socket": "LGA2066", + "process_node": "Intel 14nm", + "cores": 12, + "threads": 24, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.5, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 19.25, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 quad-channel", + "cinebench_r23_single": 1140, + "cinebench_r23_multi": 20800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1130, + "geekbench_multi": 15200, + "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": 2618, + "passmark_cpu_mark": 24760, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1189, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-9920x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-9920X" + ] +} diff --git a/data/cpu/intel/2018/enterprise/core-i9-9940x.json b/data/cpu/intel/2018/enterprise/core-i9-9940x.json new file mode 100644 index 00000000..4b7f0fa2 --- /dev/null +++ b/data/cpu/intel/2018/enterprise/core-i9-9940x.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i9-9940x", + "name": "Intel Core i9-9940X", + "manufacturer": "intel", + "release_date": "2018-11-13", + "segment": "hedt", + "architecture": "Skylake-X Refresh", + "socket": "LGA2066", + "process_node": "Intel 14nm", + "cores": 14, + "threads": 28, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.3, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 19.25, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 quad-channel", + "cinebench_r23_single": 1130, + "cinebench_r23_multi": 23800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1120, + "geekbench_multi": 17400, + "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": 2610, + "passmark_cpu_mark": 28038, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1387, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-9940x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-9940X" + ] +} diff --git a/data/cpu/intel/2018/enterprise/core-i9-9960x.json b/data/cpu/intel/2018/enterprise/core-i9-9960x.json new file mode 100644 index 00000000..8a7b140e --- /dev/null +++ b/data/cpu/intel/2018/enterprise/core-i9-9960x.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i9-9960x", + "name": "Intel Core i9-9960X", + "manufacturer": "intel", + "release_date": "2018-11-13", + "segment": "hedt", + "architecture": "Skylake-X Refresh", + "socket": "LGA2066", + "process_node": "Intel 14nm", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 22.0, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 quad-channel", + "cinebench_r23_single": 1120, + "cinebench_r23_multi": 26800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1110, + "geekbench_multi": 19500, + "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": 2592, + "passmark_cpu_mark": 29670, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1684, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-9960x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-9960X" + ] +} diff --git a/data/cpu/intel/2018/enterprise/core-i9-9980xe.json b/data/cpu/intel/2018/enterprise/core-i9-9980xe.json new file mode 100644 index 00000000..59027446 --- /dev/null +++ b/data/cpu/intel/2018/enterprise/core-i9-9980xe.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i9-9980xe", + "name": "Intel Core i9-9980XE Extreme Edition", + "manufacturer": "intel", + "release_date": "2018-11-13", + "segment": "hedt", + "architecture": "Skylake-X Refresh", + "socket": "LGA2066", + "process_node": "Intel 14nm", + "cores": 18, + "threads": 36, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 24.75, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 quad-channel", + "cinebench_r23_single": 1120, + "cinebench_r23_multi": 29500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1110, + "geekbench_multi": 21500, + "cinebench_r15_single": 198, + "cinebench_r15_multi": 3736, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 2554, + "passmark_cpu_mark": 31479, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1979, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-9980xe", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-9980XE", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html" + ] +} diff --git a/data/cpu/intel/2019/consumer/core-i5-9400.json b/data/cpu/intel/2019/consumer/core-i5-9400.json new file mode 100644 index 00000000..40fae35b --- /dev/null +++ b/data/cpu/intel/2019/consumer/core-i5-9400.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i5-9400", + "name": "Intel Core i5-9400", + "manufacturer": "intel", + "release_date": "2019-04-23", + "segment": "desktop", + "architecture": "Coffee Lake Refresh", + "socket": "LGA1151v2", + "process_node": "Intel 14nm++", + "cores": 6, + "threads": 6, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.9, + "boost_clock_ghz": 4.1, + "l3_cache_mb": 9.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Intel UHD Graphics 630", + "memory_support": "DDR4-2666 dual-channel", + "cinebench_r23_single": 1100, + "cinebench_r23_multi": 7000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1090, + "geekbench_multi": 5250, + "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": 2419, + "passmark_cpu_mark": 9369, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 182, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-9400", + "https://www.cpubenchmark.net/cpu.php?id=3414&cpu=Intel+Core+i5-9400" + ] +} diff --git a/data/cpu/intel/2019/consumer/core-i5-9500.json b/data/cpu/intel/2019/consumer/core-i5-9500.json new file mode 100644 index 00000000..e916cf98 --- /dev/null +++ b/data/cpu/intel/2019/consumer/core-i5-9500.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i5-9500", + "name": "Intel Core i5-9500", + "manufacturer": "intel", + "release_date": "2019-04-23", + "segment": "desktop", + "architecture": "Coffee Lake Refresh", + "socket": "LGA1151v2", + "process_node": "Intel 14nm++", + "cores": 6, + "threads": 6, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": 4.4, + "l3_cache_mb": 9.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Intel UHD Graphics 630", + "memory_support": "DDR4-2666 dual-channel", + "cinebench_r23_single": 1130, + "cinebench_r23_multi": 7100, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1120, + "geekbench_multi": 5350, + "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": 2568, + "passmark_cpu_mark": 9854, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 192, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-9500", + "https://www.cpubenchmark.net/cpu.php?id=3444&cpu=Intel+Core+i5-9500" + ] +} diff --git a/data/cpu/intel/2019/consumer/core-i5-9600.json b/data/cpu/intel/2019/consumer/core-i5-9600.json new file mode 100644 index 00000000..0729faff --- /dev/null +++ b/data/cpu/intel/2019/consumer/core-i5-9600.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i5-9600", + "name": "Intel Core i5-9600", + "manufacturer": "intel", + "release_date": "2019-04-23", + "segment": "desktop", + "architecture": "Coffee Lake Refresh", + "socket": "LGA1151v2", + "process_node": "Intel 14nm++", + "cores": 6, + "threads": 6, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 4.6, + "l3_cache_mb": 9.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Intel UHD Graphics 630", + "memory_support": "DDR4-2666 dual-channel", + "cinebench_r23_single": 1160, + "cinebench_r23_multi": 7250, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1150, + "geekbench_multi": 5450, + "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": 2726, + "passmark_cpu_mark": 10296, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 213, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-9600", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/intel/2019/consumer/core-i7-9700f.json b/data/cpu/intel/2019/consumer/core-i7-9700f.json new file mode 100644 index 00000000..69efdd54 --- /dev/null +++ b/data/cpu/intel/2019/consumer/core-i7-9700f.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i7-9700f", + "name": "Intel Core i7-9700F", + "manufacturer": "intel", + "release_date": "2019-04-23", + "segment": "desktop", + "architecture": "Coffee Lake Refresh", + "socket": "LGA1151v2", + "process_node": "Intel 14nm++", + "cores": 8, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": 4.7, + "l3_cache_mb": 12.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2666 dual-channel", + "cinebench_r23_single": 1220, + "cinebench_r23_multi": 10400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1210, + "geekbench_multi": 7900, + "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": 2735, + "passmark_cpu_mark": 13165, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 298, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-9700f", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-9700F" + ] +} diff --git a/data/cpu/intel/2019/consumer/core-i9-9900.json b/data/cpu/intel/2019/consumer/core-i9-9900.json new file mode 100644 index 00000000..95ad2324 --- /dev/null +++ b/data/cpu/intel/2019/consumer/core-i9-9900.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i9-9900", + "name": "Intel Core i9-9900", + "manufacturer": "intel", + "release_date": "2019-04-23", + "segment": "desktop", + "architecture": "Coffee Lake Refresh", + "socket": "LGA1151v2", + "process_node": "Intel 14nm++", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 5.0, + "l3_cache_mb": 16.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Intel UHD Graphics 630", + "memory_support": "DDR4-2666 dual-channel", + "cinebench_r23_single": 1260, + "cinebench_r23_multi": 13000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1250, + "geekbench_multi": 9700, + "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": 2798, + "passmark_cpu_mark": 16273, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 439, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-9900", + "https://www.cpubenchmark.net/cpu.php?id=3487&cpu=Intel+Core+i9-9900" + ] +} diff --git a/data/cpu/intel/2019/enterprise/core-i9-10900x.json b/data/cpu/intel/2019/enterprise/core-i9-10900x.json new file mode 100644 index 00000000..f8d45b66 --- /dev/null +++ b/data/cpu/intel/2019/enterprise/core-i9-10900x.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i9-10900x", + "name": "Intel Core i9-10900X", + "manufacturer": "intel", + "release_date": "2019-11-25", + "segment": "hedt", + "architecture": "Cascade Lake-X", + "socket": "LGA2066", + "process_node": "Intel 14nm", + "cores": 10, + "threads": 20, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.7, + "boost_clock_ghz": 4.5, + "l3_cache_mb": 19.25, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 quad-channel", + "cinebench_r23_single": 1170, + "cinebench_r23_multi": 18800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1160, + "geekbench_multi": 13700, + "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": 2666, + "passmark_cpu_mark": 22318, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 590, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-10900x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-10900X" + ] +} diff --git a/data/cpu/intel/2019/enterprise/core-i9-10920x.json b/data/cpu/intel/2019/enterprise/core-i9-10920x.json new file mode 100644 index 00000000..effcb5eb --- /dev/null +++ b/data/cpu/intel/2019/enterprise/core-i9-10920x.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i9-10920x", + "name": "Intel Core i9-10920X", + "manufacturer": "intel", + "release_date": "2019-11-25", + "segment": "hedt", + "architecture": "Cascade Lake-X", + "socket": "LGA2066", + "process_node": "Intel 14nm", + "cores": 12, + "threads": 24, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.5, + "boost_clock_ghz": 4.6, + "l3_cache_mb": 19.25, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 quad-channel", + "cinebench_r23_single": 1180, + "cinebench_r23_multi": 22000, + "cinebench_2024_single": null, + "cinebench_2024_multi": 922, + "geekbench_single": 1170, + "geekbench_multi": 16000, + "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": 2705, + "passmark_cpu_mark": 25745, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 689, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-10920x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-10920X", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/intel/2019/enterprise/core-i9-10940x.json b/data/cpu/intel/2019/enterprise/core-i9-10940x.json new file mode 100644 index 00000000..6c6fcf0f --- /dev/null +++ b/data/cpu/intel/2019/enterprise/core-i9-10940x.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i9-10940x", + "name": "Intel Core i9-10940X", + "manufacturer": "intel", + "release_date": "2019-11-25", + "segment": "hedt", + "architecture": "Cascade Lake-X", + "socket": "LGA2066", + "process_node": "Intel 14nm", + "cores": 14, + "threads": 28, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.3, + "boost_clock_ghz": 4.6, + "l3_cache_mb": 19.25, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 quad-channel", + "cinebench_r23_single": 1170, + "cinebench_r23_multi": 24800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1160, + "geekbench_multi": 18200, + "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": 2657, + "passmark_cpu_mark": 27675, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 784, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-10940x", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-10940X" + ] +} diff --git a/data/cpu/intel/2019/enterprise/core-i9-10980xe.json b/data/cpu/intel/2019/enterprise/core-i9-10980xe.json new file mode 100644 index 00000000..d2521dca --- /dev/null +++ b/data/cpu/intel/2019/enterprise/core-i9-10980xe.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i9-10980xe", + "name": "Intel Core i9-10980XE Extreme Edition", + "manufacturer": "intel", + "release_date": "2019-11-25", + "segment": "hedt", + "architecture": "Cascade Lake-X", + "socket": "LGA2066", + "process_node": "Intel 14nm", + "cores": 18, + "threads": 36, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": 4.6, + "l3_cache_mb": 24.75, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 quad-channel", + "cinebench_r23_single": 1160, + "cinebench_r23_multi": 30200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1150, + "geekbench_multi": 22000, + "cinebench_r15_single": 208, + "cinebench_r15_multi": 3744, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 2656, + "passmark_cpu_mark": 31944, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 979, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-10980xe", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-10980XE", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html" + ] +} diff --git a/data/cpu/intel/2019/enterprise/xeon-bronze-3204.json b/data/cpu/intel/2019/enterprise/xeon-bronze-3204.json new file mode 100644 index 00000000..8ab5d930 --- /dev/null +++ b/data/cpu/intel/2019/enterprise/xeon-bronze-3204.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-bronze-3204", + "name": "Intel Xeon Bronze 3204", + "manufacturer": "intel", + "release_date": "2019-04-02", + "segment": "server", + "architecture": "Cascade Lake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm++", + "cores": 6, + "threads": 6, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.9, + "boost_clock_ghz": 1.9, + "l3_cache_mb": 8.25, + "tdp_w": 85, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 6-channel ECC", + "cinebench_r23_single": 600, + "cinebench_r23_multi": 3100, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 590, + "geekbench_multi": 2400, + "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": 1125, + "passmark_cpu_mark": 4722, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 213, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-bronze-3204", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Bronze+3204" + ] +} diff --git a/data/cpu/intel/2019/enterprise/xeon-gold-5218.json b/data/cpu/intel/2019/enterprise/xeon-gold-5218.json new file mode 100644 index 00000000..b09ab1ca --- /dev/null +++ b/data/cpu/intel/2019/enterprise/xeon-gold-5218.json @@ -0,0 +1,46 @@ +{ + "slug": "xeon-gold-5218", + "name": "Intel Xeon Gold 5218", + "manufacturer": "intel", + "release_date": "2019-04-02", + "segment": "server", + "architecture": "Cascade Lake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm++", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.3, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 22.0, + "tdp_w": 125, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 6-channel ECC", + "cinebench_r23_single": 1090, + "cinebench_r23_multi": 20200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1080, + "geekbench_multi": 14800, + "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": 1273, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-5218" + ] +} diff --git a/data/cpu/intel/2019/enterprise/xeon-gold-5220.json b/data/cpu/intel/2019/enterprise/xeon-gold-5220.json new file mode 100644 index 00000000..35c1094d --- /dev/null +++ b/data/cpu/intel/2019/enterprise/xeon-gold-5220.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-5220", + "name": "Intel Xeon Gold 5220", + "manufacturer": "intel", + "release_date": "2019-04-02", + "segment": "server", + "architecture": "Cascade Lake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm++", + "cores": 18, + "threads": 36, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 24.75, + "tdp_w": 125, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 6-channel ECC", + "cinebench_r23_single": 1090, + "cinebench_r23_multi": 22500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1080, + "geekbench_multi": 16500, + "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": 2255, + "passmark_cpu_mark": 24480, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1555, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-5220", + "https://www.cpubenchmark.net/cpu.php?id=3534&cpu=Intel+Xeon+Gold+5220" + ] +} diff --git a/data/cpu/intel/2019/enterprise/xeon-gold-6226.json b/data/cpu/intel/2019/enterprise/xeon-gold-6226.json new file mode 100644 index 00000000..4eb9b33f --- /dev/null +++ b/data/cpu/intel/2019/enterprise/xeon-gold-6226.json @@ -0,0 +1,46 @@ +{ + "slug": "xeon-gold-6226", + "name": "Intel Xeon Gold 6226", + "manufacturer": "intel", + "release_date": "2019-04-02", + "segment": "server", + "architecture": "Cascade Lake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm++", + "cores": 12, + "threads": 24, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.7, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 19.25, + "tdp_w": 125, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 6-channel ECC", + "cinebench_r23_single": 1080, + "cinebench_r23_multi": 16800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1070, + "geekbench_multi": 12400, + "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": 1776, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6226" + ] +} diff --git a/data/cpu/intel/2019/enterprise/xeon-gold-6230.json b/data/cpu/intel/2019/enterprise/xeon-gold-6230.json new file mode 100644 index 00000000..3e93b756 --- /dev/null +++ b/data/cpu/intel/2019/enterprise/xeon-gold-6230.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6230", + "name": "Intel Xeon Gold 6230", + "manufacturer": "intel", + "release_date": "2019-04-02", + "segment": "server", + "architecture": "Cascade Lake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm++", + "cores": 20, + "threads": 40, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 27.5, + "tdp_w": 125, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 6-channel ECC", + "cinebench_r23_single": 1090, + "cinebench_r23_multi": 25200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1080, + "geekbench_multi": 18500, + "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": 2189, + "passmark_cpu_mark": 26310, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1894, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6230", + "https://www.cpubenchmark.net/cpu.php?id=3468&cpu=Intel+Xeon+Gold+6230" + ] +} diff --git a/data/cpu/intel/2019/enterprise/xeon-gold-6242.json b/data/cpu/intel/2019/enterprise/xeon-gold-6242.json new file mode 100644 index 00000000..f76c98ec --- /dev/null +++ b/data/cpu/intel/2019/enterprise/xeon-gold-6242.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6242", + "name": "Intel Xeon Gold 6242", + "manufacturer": "intel", + "release_date": "2019-04-02", + "segment": "server", + "architecture": "Cascade Lake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm++", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 22.0, + "tdp_w": 150, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 6-channel ECC", + "cinebench_r23_single": 1140, + "cinebench_r23_multi": 21800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1130, + "geekbench_multi": 16000, + "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": 2118, + "passmark_cpu_mark": 24099, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2529, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6242", + "https://www.cpubenchmark.net/cpu.php?id=3516&cpu=Intel+Xeon+Gold+6242" + ] +} diff --git a/data/cpu/intel/2019/enterprise/xeon-gold-6252.json b/data/cpu/intel/2019/enterprise/xeon-gold-6252.json new file mode 100644 index 00000000..7ac21182 --- /dev/null +++ b/data/cpu/intel/2019/enterprise/xeon-gold-6252.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6252", + "name": "Intel Xeon Gold 6252", + "manufacturer": "intel", + "release_date": "2019-04-02", + "segment": "server", + "architecture": "Cascade Lake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm++", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 3.7, + "l3_cache_mb": 35.75, + "tdp_w": 150, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 6-channel ECC", + "cinebench_r23_single": 1060, + "cinebench_r23_multi": 29500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1050, + "geekbench_multi": 21500, + "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": 1966, + "passmark_cpu_mark": 26797, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3665, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6252", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6252" + ] +} diff --git a/data/cpu/intel/2019/enterprise/xeon-gold-6258r.json b/data/cpu/intel/2019/enterprise/xeon-gold-6258r.json new file mode 100644 index 00000000..3afd476d --- /dev/null +++ b/data/cpu/intel/2019/enterprise/xeon-gold-6258r.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6258r", + "name": "Intel Xeon Gold 6258R", + "manufacturer": "intel", + "release_date": "2019-04-02", + "segment": "server", + "architecture": "Cascade Lake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm++", + "cores": 28, + "threads": 56, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.7, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 38.5, + "tdp_w": 205, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 6-channel ECC", + "cinebench_r23_single": 1140, + "cinebench_r23_multi": 39500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1130, + "geekbench_multi": 28500, + "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": 2192, + "passmark_cpu_mark": 37774, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3950, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6258r", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6258R" + ] +} diff --git a/data/cpu/intel/2019/enterprise/xeon-platinum-8260.json b/data/cpu/intel/2019/enterprise/xeon-platinum-8260.json new file mode 100644 index 00000000..505e9de9 --- /dev/null +++ b/data/cpu/intel/2019/enterprise/xeon-platinum-8260.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-platinum-8260", + "name": "Intel Xeon Platinum 8260", + "manufacturer": "intel", + "release_date": "2019-04-02", + "segment": "server", + "architecture": "Cascade Lake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm++", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.4, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 35.75, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 6-channel ECC", + "cinebench_r23_single": 1100, + "cinebench_r23_multi": 31000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1090, + "geekbench_multi": 22500, + "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": 1962, + "passmark_cpu_mark": 30162, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 4702, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-platinum-8260", + "https://www.cpubenchmark.net/cpu.php?id=3561&cpu=Intel+Xeon+Platinum+8260" + ] +} diff --git a/data/cpu/intel/2019/enterprise/xeon-platinum-8268.json b/data/cpu/intel/2019/enterprise/xeon-platinum-8268.json new file mode 100644 index 00000000..11361140 --- /dev/null +++ b/data/cpu/intel/2019/enterprise/xeon-platinum-8268.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-platinum-8268", + "name": "Intel Xeon Platinum 8268", + "manufacturer": "intel", + "release_date": "2019-04-02", + "segment": "server", + "architecture": "Cascade Lake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm++", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.9, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 35.75, + "tdp_w": 205, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 6-channel ECC", + "cinebench_r23_single": 1130, + "cinebench_r23_multi": 34500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1120, + "geekbench_multi": 25000, + "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": 2178, + "passmark_cpu_mark": 34326, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 6302, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-platinum-8268", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Platinum+8268" + ] +} diff --git a/data/cpu/intel/2019/enterprise/xeon-platinum-8276.json b/data/cpu/intel/2019/enterprise/xeon-platinum-8276.json new file mode 100644 index 00000000..6bf38bc5 --- /dev/null +++ b/data/cpu/intel/2019/enterprise/xeon-platinum-8276.json @@ -0,0 +1,46 @@ +{ + "slug": "xeon-platinum-8276", + "name": "Intel Xeon Platinum 8276", + "manufacturer": "intel", + "release_date": "2019-04-02", + "segment": "server", + "architecture": "Cascade Lake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm++", + "cores": 28, + "threads": 56, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 38.5, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 6-channel ECC", + "cinebench_r23_single": 1100, + "cinebench_r23_multi": 37500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1090, + "geekbench_multi": 27000, + "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": 8719, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-platinum-8276" + ] +} diff --git a/data/cpu/intel/2019/enterprise/xeon-silver-4210.json b/data/cpu/intel/2019/enterprise/xeon-silver-4210.json new file mode 100644 index 00000000..f735237e --- /dev/null +++ b/data/cpu/intel/2019/enterprise/xeon-silver-4210.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-silver-4210", + "name": "Intel Xeon Silver 4210", + "manufacturer": "intel", + "release_date": "2019-04-02", + "segment": "server", + "architecture": "Cascade Lake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm++", + "cores": 10, + "threads": 20, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": 3.2, + "l3_cache_mb": 13.75, + "tdp_w": 85, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 6-channel ECC", + "cinebench_r23_single": 950, + "cinebench_r23_multi": 11800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 940, + "geekbench_multi": 8700, + "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": 1696, + "passmark_cpu_mark": 13575, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 501, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-silver-4210", + "https://www.cpubenchmark.net/cpu.php?id=3524&cpu=Intel+Xeon+Silver+4210" + ] +} diff --git a/data/cpu/intel/2019/enterprise/xeon-silver-4214.json b/data/cpu/intel/2019/enterprise/xeon-silver-4214.json new file mode 100644 index 00000000..96ec0e15 --- /dev/null +++ b/data/cpu/intel/2019/enterprise/xeon-silver-4214.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-silver-4214", + "name": "Intel Xeon Silver 4214", + "manufacturer": "intel", + "release_date": "2019-04-02", + "segment": "server", + "architecture": "Cascade Lake-SP", + "socket": "LGA3647", + "process_node": "Intel 14nm++", + "cores": 12, + "threads": 24, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": 3.2, + "l3_cache_mb": 16.5, + "tdp_w": 85, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 6-channel ECC", + "cinebench_r23_single": 950, + "cinebench_r23_multi": 14000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 940, + "geekbench_multi": 10300, + "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": 1763, + "passmark_cpu_mark": 16430, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 694, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-silver-4214", + "https://www.cpubenchmark.net/cpu.php?id=3535&cpu=Intel+Xeon+Silver+4214" + ] +} diff --git a/data/cpu/intel/2020/consumer/core-i5-10500.json b/data/cpu/intel/2020/consumer/core-i5-10500.json new file mode 100644 index 00000000..65bcbabb --- /dev/null +++ b/data/cpu/intel/2020/consumer/core-i5-10500.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i5-10500", + "name": "Intel Core i5-10500", + "manufacturer": "intel", + "release_date": "2020-04-30", + "segment": "desktop", + "architecture": "Comet Lake", + "socket": "LGA1200", + "process_node": "Intel 14nm++", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 4.5, + "l3_cache_mb": 12.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Intel UHD Graphics 630", + "memory_support": "DDR4-2933 dual-channel", + "cinebench_r23_single": 1180, + "cinebench_r23_multi": 9100, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1170, + "geekbench_multi": 6800, + "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": 2784, + "passmark_cpu_mark": 12955, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 192, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-10500", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-10500" + ] +} diff --git a/data/cpu/intel/2020/consumer/core-i5-10600.json b/data/cpu/intel/2020/consumer/core-i5-10600.json new file mode 100644 index 00000000..4ce3a926 --- /dev/null +++ b/data/cpu/intel/2020/consumer/core-i5-10600.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i5-10600", + "name": "Intel Core i5-10600", + "manufacturer": "intel", + "release_date": "2020-04-30", + "segment": "desktop", + "architecture": "Comet Lake", + "socket": "LGA1200", + "process_node": "Intel 14nm++", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.3, + "boost_clock_ghz": 4.8, + "l3_cache_mb": 12.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Intel UHD Graphics 630", + "memory_support": "DDR4-2933 dual-channel", + "cinebench_r23_single": 1230, + "cinebench_r23_multi": 9400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1220, + "geekbench_multi": 7050, + "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": 2904, + "passmark_cpu_mark": 13508, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 213, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-10600", + "https://www.cpubenchmark.net/cpu.php?id=3750&cpu=Intel+Core+i5-10600" + ] +} diff --git a/data/cpu/intel/2020/consumer/core-i7-10700f.json b/data/cpu/intel/2020/consumer/core-i7-10700f.json new file mode 100644 index 00000000..d8fd4e77 --- /dev/null +++ b/data/cpu/intel/2020/consumer/core-i7-10700f.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i7-10700f", + "name": "Intel Core i7-10700F", + "manufacturer": "intel", + "release_date": "2020-04-30", + "segment": "desktop", + "architecture": "Comet Lake", + "socket": "LGA1200", + "process_node": "Intel 14nm++", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.9, + "boost_clock_ghz": 4.8, + "l3_cache_mb": 16.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 dual-channel", + "cinebench_r23_single": 1240, + "cinebench_r23_multi": 12500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1230, + "geekbench_multi": 9300, + "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": 2871, + "passmark_cpu_mark": 16097, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 298, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-10700f", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-10700F" + ] +} diff --git a/data/cpu/intel/2020/consumer/core-i9-10850k.json b/data/cpu/intel/2020/consumer/core-i9-10850k.json new file mode 100644 index 00000000..395021b8 --- /dev/null +++ b/data/cpu/intel/2020/consumer/core-i9-10850k.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i9-10850k", + "name": "Intel Core i9-10850K", + "manufacturer": "intel", + "release_date": "2020-04-30", + "segment": "desktop", + "architecture": "Comet Lake", + "socket": "LGA1200", + "process_node": "Intel 14nm++", + "cores": 10, + "threads": 20, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 5.2, + "l3_cache_mb": 20.0, + "tdp_w": 125, + "max_tdp_w": null, + "integrated_graphics": "Intel UHD Graphics 630", + "memory_support": "DDR4-2933 dual-channel", + "cinebench_r23_single": 1330, + "cinebench_r23_multi": 15600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1320, + "geekbench_multi": 11700, + "cinebench_r15_single": 215, + "cinebench_r15_multi": 2457, + "cinebench_r11_5_single": 2.45, + "cinebench_r11_5_multi": 28.0, + "cinebench_r10_single": 6829, + "cinebench_r10_multi": 58453, + "passmark_single": 3067, + "passmark_cpu_mark": 21900, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 453, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-10850k", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-10850K", + "https://technical.city/en/cpu/Core-i9-10850K" + ] +} diff --git a/data/cpu/intel/2020/consumer/core-i9-10900f.json b/data/cpu/intel/2020/consumer/core-i9-10900f.json new file mode 100644 index 00000000..2a410870 --- /dev/null +++ b/data/cpu/intel/2020/consumer/core-i9-10900f.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i9-10900f", + "name": "Intel Core i9-10900F", + "manufacturer": "intel", + "release_date": "2020-04-30", + "segment": "desktop", + "architecture": "Comet Lake", + "socket": "LGA1200", + "process_node": "Intel 14nm++", + "cores": 10, + "threads": 20, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 5.2, + "l3_cache_mb": 20.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2933 dual-channel", + "cinebench_r23_single": 1320, + "cinebench_r23_multi": 14200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1310, + "geekbench_multi": 10650, + "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": 3027, + "passmark_cpu_mark": 19734, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 422, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-10900f", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-10900F" + ] +} diff --git a/data/cpu/intel/2021/consumer/core-i5-11500.json b/data/cpu/intel/2021/consumer/core-i5-11500.json new file mode 100644 index 00000000..0a1ccf9f --- /dev/null +++ b/data/cpu/intel/2021/consumer/core-i5-11500.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i5-11500", + "name": "Intel Core i5-11500", + "manufacturer": "intel", + "release_date": "2021-03-30", + "segment": "desktop", + "architecture": "Rocket Lake", + "socket": "LGA1200", + "process_node": "Intel 14nm++", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.7, + "boost_clock_ghz": 4.6, + "l3_cache_mb": 12.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Intel UHD Graphics 750", + "memory_support": "DDR4-3200 dual-channel", + "cinebench_r23_single": 1430, + "cinebench_r23_multi": 10600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1420, + "geekbench_multi": 7950, + "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": 3132, + "passmark_cpu_mark": 17095, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 192, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-11500", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-11500" + ] +} diff --git a/data/cpu/intel/2021/consumer/core-i5-11600.json b/data/cpu/intel/2021/consumer/core-i5-11600.json new file mode 100644 index 00000000..42dd5891 --- /dev/null +++ b/data/cpu/intel/2021/consumer/core-i5-11600.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i5-11600", + "name": "Intel Core i5-11600", + "manufacturer": "intel", + "release_date": "2021-03-30", + "segment": "desktop", + "architecture": "Rocket Lake", + "socket": "LGA1200", + "process_node": "Intel 14nm++", + "cores": 6, + "threads": 12, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 4.8, + "l3_cache_mb": 12.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Intel UHD Graphics 750", + "memory_support": "DDR4-3200 dual-channel", + "cinebench_r23_single": 1450, + "cinebench_r23_multi": 10800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1440, + "geekbench_multi": 8100, + "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": 3283, + "passmark_cpu_mark": 17966, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 213, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-11600", + "https://www.cpubenchmark.net/cpu.php?id=4306&cpu=Intel+Core+i5-11600" + ] +} diff --git a/data/cpu/intel/2021/consumer/core-i7-11700.json b/data/cpu/intel/2021/consumer/core-i7-11700.json new file mode 100644 index 00000000..eea17a42 --- /dev/null +++ b/data/cpu/intel/2021/consumer/core-i7-11700.json @@ -0,0 +1,49 @@ +{ + "slug": "core-i7-11700", + "name": "Intel Core i7-11700", + "manufacturer": "intel", + "release_date": "2021-03-30", + "segment": "desktop", + "architecture": "Rocket Lake", + "socket": "LGA1200", + "process_node": "Intel 14nm++", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.5, + "boost_clock_ghz": 4.9, + "l3_cache_mb": 16.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": "Intel UHD Graphics 750", + "memory_support": "DDR4-3200 dual-channel", + "cinebench_r23_single": 1480, + "cinebench_r23_multi": 13400, + "cinebench_2024_single": null, + "cinebench_2024_multi": 742, + "geekbench_single": 1470, + "geekbench_multi": 10000, + "cinebench_r15_single": 233, + "cinebench_r15_multi": 1767, + "cinebench_r11_5_single": 2.77, + "cinebench_r11_5_multi": 20.0, + "cinebench_r10_single": 9493, + "cinebench_r10_multi": 51493, + "passmark_single": 3257, + "passmark_cpu_mark": 20609, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 323, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-11700", + "https://www.cpubenchmark.net/cpu.php?id=3947&cpu=Intel+Core+i7-11700", + "https://technical.city/en/cpu/Core-i7-11700", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/intel/2021/consumer/core-i7-11700f.json b/data/cpu/intel/2021/consumer/core-i7-11700f.json new file mode 100644 index 00000000..3a6e29b9 --- /dev/null +++ b/data/cpu/intel/2021/consumer/core-i7-11700f.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i7-11700f", + "name": "Intel Core i7-11700F", + "manufacturer": "intel", + "release_date": "2021-03-30", + "segment": "desktop", + "architecture": "Rocket Lake", + "socket": "LGA1200", + "process_node": "Intel 14nm++", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.5, + "boost_clock_ghz": 4.9, + "l3_cache_mb": 16.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 dual-channel", + "cinebench_r23_single": 1480, + "cinebench_r23_multi": 13400, + "cinebench_2024_single": null, + "cinebench_2024_multi": 807, + "geekbench_single": 1470, + "geekbench_multi": 10000, + "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": 3257, + "passmark_cpu_mark": 20776, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 298, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-11700f", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-11700F", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/intel/2021/consumer/core-i9-11900f.json b/data/cpu/intel/2021/consumer/core-i9-11900f.json new file mode 100644 index 00000000..b25096e3 --- /dev/null +++ b/data/cpu/intel/2021/consumer/core-i9-11900f.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i9-11900f", + "name": "Intel Core i9-11900F", + "manufacturer": "intel", + "release_date": "2021-03-30", + "segment": "desktop", + "architecture": "Rocket Lake", + "socket": "LGA1200", + "process_node": "Intel 14nm++", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.5, + "boost_clock_ghz": 5.2, + "l3_cache_mb": 16.0, + "tdp_w": 65, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 dual-channel", + "cinebench_r23_single": 1570, + "cinebench_r23_multi": 14200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1560, + "geekbench_multi": 10600, + "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": 3419, + "passmark_cpu_mark": 22073, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 422, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-11900f", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-11900F" + ] +} diff --git a/data/cpu/intel/2021/enterprise/xeon-gold-5320.json b/data/cpu/intel/2021/enterprise/xeon-gold-5320.json new file mode 100644 index 00000000..65967bb9 --- /dev/null +++ b/data/cpu/intel/2021/enterprise/xeon-gold-5320.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-5320", + "name": "Intel Xeon Gold 5320", + "manufacturer": "intel", + "release_date": "2021-04-06", + "segment": "server", + "architecture": "Ice Lake-SP", + "socket": "LGA4189", + "process_node": "Intel 10nm SuperFin", + "cores": 26, + "threads": 52, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 39.0, + "tdp_w": 185, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1170, + "cinebench_r23_multi": 34500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1160, + "geekbench_multi": 25000, + "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": 1826, + "passmark_cpu_mark": 37558, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1555, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-5320", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+5320" + ] +} diff --git a/data/cpu/intel/2021/enterprise/xeon-gold-6326.json b/data/cpu/intel/2021/enterprise/xeon-gold-6326.json new file mode 100644 index 00000000..4126d482 --- /dev/null +++ b/data/cpu/intel/2021/enterprise/xeon-gold-6326.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6326", + "name": "Intel Xeon Gold 6326", + "manufacturer": "intel", + "release_date": "2021-04-06", + "segment": "server", + "architecture": "Ice Lake-SP", + "socket": "LGA4189", + "process_node": "Intel 10nm SuperFin", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.9, + "boost_clock_ghz": 3.5, + "l3_cache_mb": 24.0, + "tdp_w": 185, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1200, + "cinebench_r23_multi": 23500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1190, + "geekbench_multi": 17000, + "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": 2257, + "passmark_cpu_mark": 32738, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1300, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6326", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6326" + ] +} diff --git a/data/cpu/intel/2021/enterprise/xeon-gold-6330.json b/data/cpu/intel/2021/enterprise/xeon-gold-6330.json new file mode 100644 index 00000000..e8d9617a --- /dev/null +++ b/data/cpu/intel/2021/enterprise/xeon-gold-6330.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6330", + "name": "Intel Xeon Gold 6330", + "manufacturer": "intel", + "release_date": "2021-04-06", + "segment": "server", + "architecture": "Ice Lake-SP", + "socket": "LGA4189", + "process_node": "Intel 10nm SuperFin", + "cores": 28, + "threads": 56, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 3.1, + "l3_cache_mb": 42.0, + "tdp_w": 205, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1090, + "cinebench_r23_multi": 34500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1080, + "geekbench_multi": 25000, + "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": 1926, + "passmark_cpu_mark": 42072, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1894, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6330", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6330" + ] +} diff --git a/data/cpu/intel/2021/enterprise/xeon-gold-6342.json b/data/cpu/intel/2021/enterprise/xeon-gold-6342.json new file mode 100644 index 00000000..53fbe8f7 --- /dev/null +++ b/data/cpu/intel/2021/enterprise/xeon-gold-6342.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6342", + "name": "Intel Xeon Gold 6342", + "manufacturer": "intel", + "release_date": "2021-04-06", + "segment": "server", + "architecture": "Ice Lake-SP", + "socket": "LGA4189", + "process_node": "Intel 10nm SuperFin", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 3.5, + "l3_cache_mb": 36.0, + "tdp_w": 230, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1210, + "cinebench_r23_multi": 34200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1200, + "geekbench_multi": 25000, + "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": 2396, + "passmark_cpu_mark": 47076, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2529, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6342", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6342" + ] +} diff --git a/data/cpu/intel/2021/enterprise/xeon-gold-6346.json b/data/cpu/intel/2021/enterprise/xeon-gold-6346.json new file mode 100644 index 00000000..1130fb02 --- /dev/null +++ b/data/cpu/intel/2021/enterprise/xeon-gold-6346.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6346", + "name": "Intel Xeon Gold 6346", + "manufacturer": "intel", + "release_date": "2021-04-06", + "segment": "server", + "architecture": "Ice Lake-SP", + "socket": "LGA4189", + "process_node": "Intel 10nm SuperFin", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 3.6, + "l3_cache_mb": 36.0, + "tdp_w": 205, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1240, + "cinebench_r23_multi": 24500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1230, + "geekbench_multi": 17800, + "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": 2504, + "passmark_cpu_mark": 37171, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2300, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6346", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6346" + ] +} diff --git a/data/cpu/intel/2021/enterprise/xeon-gold-6348.json b/data/cpu/intel/2021/enterprise/xeon-gold-6348.json new file mode 100644 index 00000000..92480f4e --- /dev/null +++ b/data/cpu/intel/2021/enterprise/xeon-gold-6348.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6348", + "name": "Intel Xeon Gold 6348", + "manufacturer": "intel", + "release_date": "2021-04-06", + "segment": "server", + "architecture": "Ice Lake-SP", + "socket": "LGA4189", + "process_node": "Intel 10nm SuperFin", + "cores": 28, + "threads": 56, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.6, + "boost_clock_ghz": 3.5, + "l3_cache_mb": 42.0, + "tdp_w": 235, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1180, + "cinebench_r23_multi": 39500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1170, + "geekbench_multi": 28500, + "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": 2465, + "passmark_cpu_mark": 51843, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3072, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6348", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6348" + ] +} diff --git a/data/cpu/intel/2021/enterprise/xeon-gold-6354.json b/data/cpu/intel/2021/enterprise/xeon-gold-6354.json new file mode 100644 index 00000000..c5b7ce97 --- /dev/null +++ b/data/cpu/intel/2021/enterprise/xeon-gold-6354.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6354", + "name": "Intel Xeon Gold 6354", + "manufacturer": "intel", + "release_date": "2021-04-06", + "segment": "server", + "architecture": "Ice Lake-SP", + "socket": "LGA4189", + "process_node": "Intel 10nm SuperFin", + "cores": 18, + "threads": 36, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": 3.6, + "l3_cache_mb": 39.0, + "tdp_w": 205, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1230, + "cinebench_r23_multi": 26500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1220, + "geekbench_multi": 19200, + "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": 2356, + "passmark_cpu_mark": 38332, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2445, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6354", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6354" + ] +} diff --git a/data/cpu/intel/2021/enterprise/xeon-platinum-8358.json b/data/cpu/intel/2021/enterprise/xeon-platinum-8358.json new file mode 100644 index 00000000..82e271ea --- /dev/null +++ b/data/cpu/intel/2021/enterprise/xeon-platinum-8358.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-platinum-8358", + "name": "Intel Xeon Platinum 8358", + "manufacturer": "intel", + "release_date": "2021-04-06", + "segment": "server", + "architecture": "Ice Lake-SP", + "socket": "LGA4189", + "process_node": "Intel 10nm SuperFin", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.6, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 48.0, + "tdp_w": 250, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1180, + "cinebench_r23_multi": 45000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1170, + "geekbench_multi": 32500, + "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": 2382, + "passmark_cpu_mark": 54416, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3950, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-platinum-8358", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Platinum+8358" + ] +} diff --git a/data/cpu/intel/2021/enterprise/xeon-platinum-8368.json b/data/cpu/intel/2021/enterprise/xeon-platinum-8368.json new file mode 100644 index 00000000..4389f7b7 --- /dev/null +++ b/data/cpu/intel/2021/enterprise/xeon-platinum-8368.json @@ -0,0 +1,46 @@ +{ + "slug": "xeon-platinum-8368", + "name": "Intel Xeon Platinum 8368", + "manufacturer": "intel", + "release_date": "2021-04-06", + "segment": "server", + "architecture": "Ice Lake-SP", + "socket": "LGA4189", + "process_node": "Intel 10nm SuperFin", + "cores": 38, + "threads": 76, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.4, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 57.0, + "tdp_w": 270, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1180, + "cinebench_r23_multi": 52500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1170, + "geekbench_multi": 38000, + "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": 6302, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-platinum-8368" + ] +} diff --git a/data/cpu/intel/2021/enterprise/xeon-silver-4310.json b/data/cpu/intel/2021/enterprise/xeon-silver-4310.json new file mode 100644 index 00000000..3551fecf --- /dev/null +++ b/data/cpu/intel/2021/enterprise/xeon-silver-4310.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-silver-4310", + "name": "Intel Xeon Silver 4310", + "manufacturer": "intel", + "release_date": "2021-04-06", + "segment": "server", + "architecture": "Ice Lake-SP", + "socket": "LGA4189", + "process_node": "Intel 10nm SuperFin", + "cores": 12, + "threads": 24, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 3.3, + "l3_cache_mb": 18.0, + "tdp_w": 120, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1140, + "cinebench_r23_multi": 16500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1130, + "geekbench_multi": 12200, + "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": 2093, + "passmark_cpu_mark": 21635, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 501, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-silver-4310", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Silver+4310" + ] +} diff --git a/data/cpu/intel/2021/enterprise/xeon-silver-4316.json b/data/cpu/intel/2021/enterprise/xeon-silver-4316.json new file mode 100644 index 00000000..9380406d --- /dev/null +++ b/data/cpu/intel/2021/enterprise/xeon-silver-4316.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-silver-4316", + "name": "Intel Xeon Silver 4316", + "manufacturer": "intel", + "release_date": "2021-04-06", + "segment": "server", + "architecture": "Ice Lake-SP", + "socket": "LGA4189", + "process_node": "Intel 10nm SuperFin", + "cores": 20, + "threads": 40, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.3, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 30.0, + "tdp_w": 150, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 8-channel ECC", + "cinebench_r23_single": 1150, + "cinebench_r23_multi": 27000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1140, + "geekbench_multi": 19500, + "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": 2123, + "passmark_cpu_mark": 32910, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1166, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-silver-4316", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Silver+4316" + ] +} diff --git a/data/cpu/intel/2022/consumer/core-i5-12500.json b/data/cpu/intel/2022/consumer/core-i5-12500.json new file mode 100644 index 00000000..d7a1099f --- /dev/null +++ b/data/cpu/intel/2022/consumer/core-i5-12500.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i5-12500", + "name": "Intel Core i5-12500", + "manufacturer": "intel", + "release_date": "2022-01-04", + "segment": "desktop", + "architecture": "Alder Lake", + "socket": "LGA1700", + "process_node": "Intel 7", + "cores": 6, + "threads": 12, + "p_cores": 6, + "e_cores": 0, + "base_clock_ghz": 3.0, + "boost_clock_ghz": 4.6, + "l3_cache_mb": 18.0, + "tdp_w": 65, + "max_tdp_w": 117, + "integrated_graphics": "Intel UHD Graphics 770", + "memory_support": "DDR5-4800 / DDR4-3200 dual-channel", + "cinebench_r23_single": 1730, + "cinebench_r23_multi": 12100, + "cinebench_2024_single": 96, + "cinebench_2024_multi": null, + "geekbench_single": 1900, + "geekbench_multi": 9650, + "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": 3649, + "passmark_cpu_mark": 19720, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 202, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i5-12500", + "https://www.cpubenchmark.net/cpu.php?id=4675&cpu=Intel+Core+i5-12500", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/intel/2022/consumer/core-i7-12700f.json b/data/cpu/intel/2022/consumer/core-i7-12700f.json new file mode 100644 index 00000000..a39f8ef9 --- /dev/null +++ b/data/cpu/intel/2022/consumer/core-i7-12700f.json @@ -0,0 +1,49 @@ +{ + "slug": "core-i7-12700f", + "name": "Intel Core i7-12700F", + "manufacturer": "intel", + "release_date": "2022-01-04", + "segment": "desktop", + "architecture": "Alder Lake", + "socket": "LGA1700", + "process_node": "Intel 7", + "cores": 12, + "threads": 20, + "p_cores": 8, + "e_cores": 4, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 4.9, + "l3_cache_mb": 25.0, + "tdp_w": 65, + "max_tdp_w": 180, + "integrated_graphics": null, + "memory_support": "DDR5-4800 / DDR4-3200 dual-channel", + "cinebench_r23_single": 1900, + "cinebench_r23_multi": 22500, + "cinebench_2024_single": 107, + "cinebench_2024_multi": 1004, + "geekbench_single": 2050, + "geekbench_multi": 15500, + "cinebench_r15_single": 271, + "cinebench_r15_multi": 2610, + "cinebench_r11_5_single": 3.28, + "cinebench_r11_5_multi": 34.0, + "cinebench_r10_single": 9146, + "cinebench_r10_multi": 56067, + "passmark_single": 3842, + "passmark_cpu_mark": 30219, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 314, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-12700f", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-12700F", + "https://technical.city/en/cpu/Core-i7-12700F", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/intel/2022/consumer/core-i9-12900f.json b/data/cpu/intel/2022/consumer/core-i9-12900f.json new file mode 100644 index 00000000..9d9be5b4 --- /dev/null +++ b/data/cpu/intel/2022/consumer/core-i9-12900f.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i9-12900f", + "name": "Intel Core i9-12900F", + "manufacturer": "intel", + "release_date": "2022-01-04", + "segment": "desktop", + "architecture": "Alder Lake", + "socket": "LGA1700", + "process_node": "Intel 7", + "cores": 16, + "threads": 24, + "p_cores": 8, + "e_cores": 8, + "base_clock_ghz": 2.4, + "boost_clock_ghz": 5.1, + "l3_cache_mb": 30.0, + "tdp_w": 65, + "max_tdp_w": 202, + "integrated_graphics": null, + "memory_support": "DDR5-4800 / DDR4-3200 dual-channel", + "cinebench_r23_single": 1980, + "cinebench_r23_multi": 27200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2100, + "geekbench_multi": 18000, + "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": 4011, + "passmark_cpu_mark": 35757, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 464, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-12900f", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-12900F" + ] +} diff --git a/data/cpu/intel/2023/consumer/core-i7-13700f.json b/data/cpu/intel/2023/consumer/core-i7-13700f.json new file mode 100644 index 00000000..e8efcaaa --- /dev/null +++ b/data/cpu/intel/2023/consumer/core-i7-13700f.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i7-13700f", + "name": "Intel Core i7-13700F", + "manufacturer": "intel", + "release_date": "2023-01-03", + "segment": "desktop", + "architecture": "Raptor Lake", + "socket": "LGA1700", + "process_node": "Intel 7", + "cores": 16, + "threads": 24, + "p_cores": 8, + "e_cores": 8, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 5.2, + "l3_cache_mb": 30.0, + "tdp_w": 65, + "max_tdp_w": 219, + "integrated_graphics": null, + "memory_support": "DDR5-5600 / DDR4-3200 dual-channel", + "cinebench_r23_single": 2060, + "cinebench_r23_multi": 30800, + "cinebench_2024_single": 118, + "cinebench_2024_multi": 1398, + "geekbench_single": 2180, + "geekbench_multi": 20500, + "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": 4117, + "passmark_cpu_mark": 37874, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 384, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-13700f", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-13700F", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/intel/2023/consumer/core-i7-14700f.json b/data/cpu/intel/2023/consumer/core-i7-14700f.json new file mode 100644 index 00000000..07aeaea8 --- /dev/null +++ b/data/cpu/intel/2023/consumer/core-i7-14700f.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i7-14700f", + "name": "Intel Core i7-14700F", + "manufacturer": "intel", + "release_date": "2023-10-17", + "segment": "desktop", + "architecture": "Raptor Lake Refresh", + "socket": "LGA1700", + "process_node": "Intel 7", + "cores": 20, + "threads": 28, + "p_cores": 8, + "e_cores": 12, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 5.4, + "l3_cache_mb": 33.0, + "tdp_w": 65, + "max_tdp_w": 219, + "integrated_graphics": null, + "memory_support": "DDR5-5600 / DDR4-3200 dual-channel", + "cinebench_r23_single": 2120, + "cinebench_r23_multi": 36200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2240, + "geekbench_multi": 23500, + "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": 4258, + "passmark_cpu_mark": 41413, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 384, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i7-14700f", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-14700F" + ] +} diff --git a/data/cpu/intel/2023/consumer/core-i9-13900f.json b/data/cpu/intel/2023/consumer/core-i9-13900f.json new file mode 100644 index 00000000..780faf49 --- /dev/null +++ b/data/cpu/intel/2023/consumer/core-i9-13900f.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i9-13900f", + "name": "Intel Core i9-13900F", + "manufacturer": "intel", + "release_date": "2023-01-03", + "segment": "desktop", + "architecture": "Raptor Lake", + "socket": "LGA1700", + "process_node": "Intel 7", + "cores": 24, + "threads": 32, + "p_cores": 8, + "e_cores": 16, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 5.6, + "l3_cache_mb": 36.0, + "tdp_w": 65, + "max_tdp_w": 219, + "integrated_graphics": null, + "memory_support": "DDR5-5600 / DDR4-3200 dual-channel", + "cinebench_r23_single": 2140, + "cinebench_r23_multi": 39200, + "cinebench_2024_single": 121, + "cinebench_2024_multi": 1622, + "geekbench_single": 2250, + "geekbench_multi": 25500, + "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": 4400, + "passmark_cpu_mark": 48391, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 524, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-13900f", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-13900F", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/intel/2023/consumer/core-i9-13900kf.json b/data/cpu/intel/2023/consumer/core-i9-13900kf.json new file mode 100644 index 00000000..5eaacb40 --- /dev/null +++ b/data/cpu/intel/2023/consumer/core-i9-13900kf.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i9-13900kf", + "name": "Intel Core i9-13900KF", + "manufacturer": "intel", + "release_date": "2023-01-03", + "segment": "desktop", + "architecture": "Raptor Lake", + "socket": "LGA1700", + "process_node": "Intel 7", + "cores": 24, + "threads": 32, + "p_cores": 8, + "e_cores": 16, + "base_clock_ghz": 3.0, + "boost_clock_ghz": 5.8, + "l3_cache_mb": 36.0, + "tdp_w": 125, + "max_tdp_w": 253, + "integrated_graphics": null, + "memory_support": "DDR5-5600 / DDR4-3200 dual-channel", + "cinebench_r23_single": 2200, + "cinebench_r23_multi": 40500, + "cinebench_2024_single": 132, + "cinebench_2024_multi": 2144, + "geekbench_single": 2310, + "geekbench_multi": 26500, + "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": 4581, + "passmark_cpu_mark": 57554, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 564, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-13900kf", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-13900KF", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/intel/2023/consumer/core-i9-14900f.json b/data/cpu/intel/2023/consumer/core-i9-14900f.json new file mode 100644 index 00000000..87f4c1ad --- /dev/null +++ b/data/cpu/intel/2023/consumer/core-i9-14900f.json @@ -0,0 +1,47 @@ +{ + "slug": "core-i9-14900f", + "name": "Intel Core i9-14900F", + "manufacturer": "intel", + "release_date": "2023-10-17", + "segment": "desktop", + "architecture": "Raptor Lake Refresh", + "socket": "LGA1700", + "process_node": "Intel 7", + "cores": 24, + "threads": 32, + "p_cores": 8, + "e_cores": 16, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 5.8, + "l3_cache_mb": 36.0, + "tdp_w": 65, + "max_tdp_w": 219, + "integrated_graphics": null, + "memory_support": "DDR5-5600 / DDR4-3200 dual-channel", + "cinebench_r23_single": 2240, + "cinebench_r23_multi": 40500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 2340, + "geekbench_multi": 26500, + "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": 4509, + "passmark_cpu_mark": 46661, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 549, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-14900f", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-14900F" + ] +} diff --git a/data/cpu/intel/2023/consumer/core-i9-14900kf.json b/data/cpu/intel/2023/consumer/core-i9-14900kf.json new file mode 100644 index 00000000..1353c167 --- /dev/null +++ b/data/cpu/intel/2023/consumer/core-i9-14900kf.json @@ -0,0 +1,48 @@ +{ + "slug": "core-i9-14900kf", + "name": "Intel Core i9-14900KF", + "manufacturer": "intel", + "release_date": "2023-10-17", + "segment": "desktop", + "architecture": "Raptor Lake Refresh", + "socket": "LGA1700", + "process_node": "Intel 7", + "cores": 24, + "threads": 32, + "p_cores": 8, + "e_cores": 16, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 6.0, + "l3_cache_mb": 36.0, + "tdp_w": 125, + "max_tdp_w": 253, + "integrated_graphics": null, + "memory_support": "DDR5-5600 / DDR4-3200 dual-channel", + "cinebench_r23_single": 2280, + "cinebench_r23_multi": 41800, + "cinebench_2024_single": 139, + "cinebench_2024_multi": 2177, + "geekbench_single": 2380, + "geekbench_multi": 27500, + "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": 4692, + "passmark_cpu_mark": 58207, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 589, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/List_of_Intel_Core_processors", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=core-i9-14900kf", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-14900KF", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-gold-5418y.json b/data/cpu/intel/2023/enterprise/xeon-gold-5418y.json new file mode 100644 index 00000000..3c5e3282 --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-gold-5418y.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-5418y", + "name": "Intel Xeon Gold 5418Y", + "manufacturer": "intel", + "release_date": "2023-01-10", + "segment": "server", + "architecture": "Sapphire Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 45.0, + "tdp_w": 185, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 8-channel ECC", + "cinebench_r23_single": 1430, + "cinebench_r23_multi": 38500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1600, + "geekbench_multi": 28000, + "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": 2747, + "passmark_cpu_mark": 45660, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1885, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-5418y", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+5418Y" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-gold-5420-plus.json b/data/cpu/intel/2023/enterprise/xeon-gold-5420-plus.json new file mode 100644 index 00000000..ff23eae7 --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-gold-5420-plus.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-5420-plus", + "name": "Intel Xeon Gold 5420+", + "manufacturer": "intel", + "release_date": "2023-01-10", + "segment": "server", + "architecture": "Sapphire Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 28, + "threads": 56, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 4.1, + "l3_cache_mb": 52.5, + "tdp_w": 205, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 8-channel ECC", + "cinebench_r23_single": 1500, + "cinebench_r23_multi": 44500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1680, + "geekbench_multi": 32500, + "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": 3347, + "passmark_cpu_mark": 57753, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1900, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-5420-plus", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+5420%2B" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-gold-5515-plus.json b/data/cpu/intel/2023/enterprise/xeon-gold-5515-plus.json new file mode 100644 index 00000000..e6b77b36 --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-gold-5515-plus.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-5515-plus", + "name": "Intel Xeon Gold 5515+", + "manufacturer": "intel", + "release_date": "2023-12-14", + "segment": "server", + "architecture": "Emerald Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 8, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.2, + "boost_clock_ghz": 4.1, + "l3_cache_mb": 22.5, + "tdp_w": 165, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-5600 8-channel ECC", + "cinebench_r23_single": 1550, + "cinebench_r23_multi": 15500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1730, + "geekbench_multi": 11500, + "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": 3013, + "passmark_cpu_mark": 26359, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 775, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-5515-plus", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+5515%2B" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-gold-5520-plus.json b/data/cpu/intel/2023/enterprise/xeon-gold-5520-plus.json new file mode 100644 index 00000000..945faf72 --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-gold-5520-plus.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-5520-plus", + "name": "Intel Xeon Gold 5520+", + "manufacturer": "intel", + "release_date": "2023-12-14", + "segment": "server", + "architecture": "Emerald Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 28, + "threads": 56, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": 4.1, + "l3_cache_mb": 52.5, + "tdp_w": 205, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-5600 8-channel ECC", + "cinebench_r23_single": 1530, + "cinebench_r23_multi": 49500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1710, + "geekbench_multi": 35500, + "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": 3216, + "passmark_cpu_mark": 61227, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2300, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-5520-plus", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+5520%2B" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-gold-6414u.json b/data/cpu/intel/2023/enterprise/xeon-gold-6414u.json new file mode 100644 index 00000000..ea6ac427 --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-gold-6414u.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6414u", + "name": "Intel Xeon Gold 6414U", + "manufacturer": "intel", + "release_date": "2023-01-10", + "segment": "server", + "architecture": "Sapphire Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 60.0, + "tdp_w": 250, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 8-channel ECC", + "cinebench_r23_single": 1380, + "cinebench_r23_multi": 48500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1550, + "geekbench_multi": 35000, + "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": 2610, + "passmark_cpu_mark": 57200, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2440, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6414u", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6414U" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-gold-6430.json b/data/cpu/intel/2023/enterprise/xeon-gold-6430.json new file mode 100644 index 00000000..281bee5c --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-gold-6430.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6430", + "name": "Intel Xeon Gold 6430", + "manufacturer": "intel", + "release_date": "2023-01-10", + "segment": "server", + "architecture": "Sapphire Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 60.0, + "tdp_w": 270, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 8-channel ECC", + "cinebench_r23_single": 1380, + "cinebench_r23_multi": 49000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1550, + "geekbench_multi": 35500, + "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": 2387, + "passmark_cpu_mark": 53066, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2128, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6430", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6430" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-gold-6442y.json b/data/cpu/intel/2023/enterprise/xeon-gold-6442y.json new file mode 100644 index 00000000..f07b737c --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-gold-6442y.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6442y", + "name": "Intel Xeon Gold 6442Y", + "manufacturer": "intel", + "release_date": "2023-01-10", + "segment": "server", + "architecture": "Sapphire Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.6, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 60.0, + "tdp_w": 225, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 8-channel ECC", + "cinebench_r23_single": 1480, + "cinebench_r23_multi": 41500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1660, + "geekbench_multi": 30000, + "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": 3268, + "passmark_cpu_mark": 58534, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2878, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6442y", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6442Y" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-gold-6444y.json b/data/cpu/intel/2023/enterprise/xeon-gold-6444y.json new file mode 100644 index 00000000..09ed1b9b --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-gold-6444y.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6444y", + "name": "Intel Xeon Gold 6444Y", + "manufacturer": "intel", + "release_date": "2023-01-10", + "segment": "server", + "architecture": "Sapphire Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 45.0, + "tdp_w": 270, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 8-channel ECC", + "cinebench_r23_single": 1530, + "cinebench_r23_multi": 32500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1700, + "geekbench_multi": 23500, + "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": 3282, + "passmark_cpu_mark": 49303, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2295, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6444y", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6444Y" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-gold-6448y.json b/data/cpu/intel/2023/enterprise/xeon-gold-6448y.json new file mode 100644 index 00000000..2e06632c --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-gold-6448y.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6448y", + "name": "Intel Xeon Gold 6448Y", + "manufacturer": "intel", + "release_date": "2023-01-10", + "segment": "server", + "architecture": "Sapphire Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 4.1, + "l3_cache_mb": 60.0, + "tdp_w": 225, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 8-channel ECC", + "cinebench_r23_single": 1500, + "cinebench_r23_multi": 51500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1680, + "geekbench_multi": 37500, + "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": 2686, + "passmark_cpu_mark": 60449, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3583, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6448y", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6448Y" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-gold-6454s.json b/data/cpu/intel/2023/enterprise/xeon-gold-6454s.json new file mode 100644 index 00000000..b5259f04 --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-gold-6454s.json @@ -0,0 +1,46 @@ +{ + "slug": "xeon-gold-6454s", + "name": "Intel Xeon Gold 6454S", + "manufacturer": "intel", + "release_date": "2023-01-10", + "segment": "server", + "architecture": "Sapphire Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 60.0, + "tdp_w": 270, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 8-channel ECC", + "cinebench_r23_single": 1380, + "cinebench_r23_multi": 49500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1550, + "geekbench_multi": 36000, + "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": 2800, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6454s" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-gold-6526y.json b/data/cpu/intel/2023/enterprise/xeon-gold-6526y.json new file mode 100644 index 00000000..3fc68e4d --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-gold-6526y.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6526y", + "name": "Intel Xeon Gold 6526Y", + "manufacturer": "intel", + "release_date": "2023-12-14", + "segment": "server", + "architecture": "Emerald Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.8, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 37.5, + "tdp_w": 195, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-5600 8-channel ECC", + "cinebench_r23_single": 1550, + "cinebench_r23_multi": 29500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1730, + "geekbench_multi": 21500, + "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": 2972, + "passmark_cpu_mark": 42195, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 1517, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6526y", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6526Y" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-gold-6530.json b/data/cpu/intel/2023/enterprise/xeon-gold-6530.json new file mode 100644 index 00000000..94aa799b --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-gold-6530.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6530", + "name": "Intel Xeon Gold 6530", + "manufacturer": "intel", + "release_date": "2023-12-14", + "segment": "server", + "architecture": "Emerald Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 160.0, + "tdp_w": 270, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-5600 8-channel ECC", + "cinebench_r23_single": 1480, + "cinebench_r23_multi": 56500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1650, + "geekbench_multi": 40500, + "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": 2482, + "passmark_cpu_mark": 49085, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2530, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6530", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6530" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-gold-6542y.json b/data/cpu/intel/2023/enterprise/xeon-gold-6542y.json new file mode 100644 index 00000000..c25f0a4b --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-gold-6542y.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6542y", + "name": "Intel Xeon Gold 6542Y", + "manufacturer": "intel", + "release_date": "2023-12-14", + "segment": "server", + "architecture": "Emerald Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 24, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.9, + "boost_clock_ghz": 4.1, + "l3_cache_mb": 60.0, + "tdp_w": 250, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-5600 8-channel ECC", + "cinebench_r23_single": 1580, + "cinebench_r23_multi": 46500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1760, + "geekbench_multi": 33500, + "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": 3087, + "passmark_cpu_mark": 60144, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2878, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6542y", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6542Y" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-gold-6544y.json b/data/cpu/intel/2023/enterprise/xeon-gold-6544y.json new file mode 100644 index 00000000..87412eef --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-gold-6544y.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6544y", + "name": "Intel Xeon Gold 6544Y", + "manufacturer": "intel", + "release_date": "2023-12-14", + "segment": "server", + "architecture": "Emerald Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 16, + "threads": 32, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.6, + "boost_clock_ghz": 4.1, + "l3_cache_mb": 45.0, + "tdp_w": 270, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-5600 8-channel ECC", + "cinebench_r23_single": 1610, + "cinebench_r23_multi": 34500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1790, + "geekbench_multi": 25000, + "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": 3265, + "passmark_cpu_mark": 49944, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 2780, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6544y", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6544Y" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-gold-6548y-plus.json b/data/cpu/intel/2023/enterprise/xeon-gold-6548y-plus.json new file mode 100644 index 00000000..2d8c6fe2 --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-gold-6548y-plus.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-gold-6548y-plus", + "name": "Intel Xeon Gold 6548Y+", + "manufacturer": "intel", + "release_date": "2023-12-14", + "segment": "server", + "architecture": "Emerald Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 32, + "threads": 64, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.5, + "boost_clock_ghz": 4.1, + "l3_cache_mb": 60.0, + "tdp_w": 250, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-5600 8-channel ECC", + "cinebench_r23_single": 1600, + "cinebench_r23_multi": 60500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1780, + "geekbench_multi": 43500, + "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": 3165, + "passmark_cpu_mark": 73387, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 3725, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-gold-6548y-plus", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6548Y%2B" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-platinum-8452y.json b/data/cpu/intel/2023/enterprise/xeon-platinum-8452y.json new file mode 100644 index 00000000..80ca710c --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-platinum-8452y.json @@ -0,0 +1,46 @@ +{ + "slug": "xeon-platinum-8452y", + "name": "Intel Xeon Platinum 8452Y", + "manufacturer": "intel", + "release_date": "2023-01-10", + "segment": "server", + "architecture": "Sapphire Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 36, + "threads": 72, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 3.2, + "l3_cache_mb": 67.5, + "tdp_w": 300, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 8-channel ECC", + "cinebench_r23_single": 1350, + "cinebench_r23_multi": 54000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1520, + "geekbench_multi": 39000, + "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": 3995, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-platinum-8452y" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-platinum-8460h.json b/data/cpu/intel/2023/enterprise/xeon-platinum-8460h.json new file mode 100644 index 00000000..1d5a0a22 --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-platinum-8460h.json @@ -0,0 +1,46 @@ +{ + "slug": "xeon-platinum-8460h", + "name": "Intel Xeon Platinum 8460H", + "manufacturer": "intel", + "release_date": "2023-01-10", + "segment": "server", + "architecture": "Sapphire Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 40, + "threads": 80, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 105.0, + "tdp_w": 330, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 8-channel ECC", + "cinebench_r23_single": 1450, + "cinebench_r23_multi": 64500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1620, + "geekbench_multi": 47000, + "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": 8455, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-platinum-8460h" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-platinum-8470.json b/data/cpu/intel/2023/enterprise/xeon-platinum-8470.json new file mode 100644 index 00000000..d6350156 --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-platinum-8470.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-platinum-8470", + "name": "Intel Xeon Platinum 8470", + "manufacturer": "intel", + "release_date": "2023-01-10", + "segment": "server", + "architecture": "Sapphire Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 52, + "threads": 104, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 3.8, + "l3_cache_mb": 105.0, + "tdp_w": 350, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 8-channel ECC", + "cinebench_r23_single": 1450, + "cinebench_r23_multi": 82000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1620, + "geekbench_multi": 59500, + "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": 3153, + "passmark_cpu_mark": 89850, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 10710, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-platinum-8470", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Platinum+8470" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-platinum-8490h.json b/data/cpu/intel/2023/enterprise/xeon-platinum-8490h.json new file mode 100644 index 00000000..6dee2bbf --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-platinum-8490h.json @@ -0,0 +1,46 @@ +{ + "slug": "xeon-platinum-8490h", + "name": "Intel Xeon Platinum 8490H", + "manufacturer": "intel", + "release_date": "2023-01-10", + "segment": "server", + "architecture": "Sapphire Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 60, + "threads": 120, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.9, + "boost_clock_ghz": 3.5, + "l3_cache_mb": 112.5, + "tdp_w": 350, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 8-channel ECC", + "cinebench_r23_single": 1380, + "cinebench_r23_multi": 92000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1550, + "geekbench_multi": 66000, + "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": 17000, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-platinum-8490h" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-platinum-8558.json b/data/cpu/intel/2023/enterprise/xeon-platinum-8558.json new file mode 100644 index 00000000..eb3e55f5 --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-platinum-8558.json @@ -0,0 +1,46 @@ +{ + "slug": "xeon-platinum-8558", + "name": "Intel Xeon Platinum 8558", + "manufacturer": "intel", + "release_date": "2023-12-14", + "segment": "server", + "architecture": "Emerald Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 48, + "threads": 96, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.1, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 260.0, + "tdp_w": 330, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-5600 8-channel ECC", + "cinebench_r23_single": 1530, + "cinebench_r23_multi": 82500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1710, + "geekbench_multi": 59500, + "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": 8200, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-platinum-8558" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-platinum-8568y-plus.json b/data/cpu/intel/2023/enterprise/xeon-platinum-8568y-plus.json new file mode 100644 index 00000000..86fa227f --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-platinum-8568y-plus.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-platinum-8568y-plus", + "name": "Intel Xeon Platinum 8568Y+", + "manufacturer": "intel", + "release_date": "2023-12-14", + "segment": "server", + "architecture": "Emerald Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 48, + "threads": 96, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.3, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 300.0, + "tdp_w": 350, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-5600 8-channel ECC", + "cinebench_r23_single": 1540, + "cinebench_r23_multi": 85500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1720, + "geekbench_multi": 61500, + "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": 2741, + "passmark_cpu_mark": 79683, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 11365, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-platinum-8568y-plus", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Platinum+8568Y%2B" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-platinum-8580.json b/data/cpu/intel/2023/enterprise/xeon-platinum-8580.json new file mode 100644 index 00000000..06988abd --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-platinum-8580.json @@ -0,0 +1,46 @@ +{ + "slug": "xeon-platinum-8580", + "name": "Intel Xeon Platinum 8580", + "manufacturer": "intel", + "release_date": "2023-12-14", + "segment": "server", + "architecture": "Emerald Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 60, + "threads": 120, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 4.0, + "l3_cache_mb": 300.0, + "tdp_w": 350, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-5600 8-channel ECC", + "cinebench_r23_single": 1500, + "cinebench_r23_multi": 98500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1680, + "geekbench_multi": 71000, + "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": 13128, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-platinum-8580" + ] +} diff --git a/data/cpu/intel/2023/enterprise/xeon-silver-4410y.json b/data/cpu/intel/2023/enterprise/xeon-silver-4410y.json new file mode 100644 index 00000000..cdec52fe --- /dev/null +++ b/data/cpu/intel/2023/enterprise/xeon-silver-4410y.json @@ -0,0 +1,47 @@ +{ + "slug": "xeon-silver-4410y", + "name": "Intel Xeon Silver 4410Y", + "manufacturer": "intel", + "release_date": "2023-01-10", + "segment": "server", + "architecture": "Sapphire Rapids", + "socket": "LGA4677", + "process_node": "Intel 7", + "cores": 12, + "threads": 24, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": 3.9, + "l3_cache_mb": 30.0, + "tdp_w": 150, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-4800 8-channel ECC", + "cinebench_r23_single": 1450, + "cinebench_r23_multi": 20500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, + "geekbench_single": 1620, + "geekbench_multi": 15000, + "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": 2476, + "passmark_cpu_mark": 25162, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 501, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Xeon", + "https://ark.intel.com/content/www/us/en/ark/search.html?_charset_=UTF-8&q=xeon-silver-4410y", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Silver+4410Y" + ] +} diff --git a/data/cpu/loongson/2021/consumer/loongson-3a5000.json b/data/cpu/loongson/2021/consumer/loongson-3a5000.json new file mode 100644 index 00000000..72cb3f9b --- /dev/null +++ b/data/cpu/loongson/2021/consumer/loongson-3a5000.json @@ -0,0 +1,45 @@ +{ + "slug": "loongson-3a5000", + "name": "Loongson 3A5000", + "manufacturer": "loongson", + "release_date": "2021-07-22", + "segment": "desktop", + "architecture": "LoongArch LA464", + "socket": "Loongson LS3A5K", + "process_node": "GlobalFoundries 12nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.5, + "boost_clock_ghz": null, + "l3_cache_mb": 16.0, + "tdp_w": 35, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 dual-channel ECC", + "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": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Loongson" + ] +} diff --git a/data/cpu/loongson/2021/enterprise/loongson-3c5000.json b/data/cpu/loongson/2021/enterprise/loongson-3c5000.json new file mode 100644 index 00000000..fdd3e4d7 --- /dev/null +++ b/data/cpu/loongson/2021/enterprise/loongson-3c5000.json @@ -0,0 +1,45 @@ +{ + "slug": "loongson-3c5000", + "name": "Loongson 3C5000", + "manufacturer": "loongson", + "release_date": "2021-12-15", + "segment": "server", + "architecture": "LoongArch LA464", + "socket": "Loongson LS3C5K", + "process_node": "GlobalFoundries 12nm", + "cores": 16, + "threads": 16, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": null, + "l3_cache_mb": 64.0, + "tdp_w": 130, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 quad-channel ECC", + "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": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Loongson" + ] +} diff --git a/data/cpu/loongson/2022/consumer/loongson-2k2000.json b/data/cpu/loongson/2022/consumer/loongson-2k2000.json new file mode 100644 index 00000000..0bf3c954 --- /dev/null +++ b/data/cpu/loongson/2022/consumer/loongson-2k2000.json @@ -0,0 +1,45 @@ +{ + "slug": "loongson-2k2000", + "name": "Loongson 2K2000", + "manufacturer": "loongson", + "release_date": "2022-09-15", + "segment": "desktop", + "architecture": "LoongArch LA364", + "socket": "Loongson LS2K2K", + "process_node": "TSMC N12", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.5, + "boost_clock_ghz": null, + "l3_cache_mb": 2.0, + "tdp_w": 8, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2400 dual-channel", + "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": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Loongson" + ] +} diff --git a/data/cpu/microsoft/2025/enterprise/cobalt-200.json b/data/cpu/microsoft/2025/enterprise/cobalt-200.json new file mode 100644 index 00000000..73d9e39f --- /dev/null +++ b/data/cpu/microsoft/2025/enterprise/cobalt-200.json @@ -0,0 +1,46 @@ +{ + "slug": "cobalt-200", + "name": "Microsoft Cobalt 200", + "manufacturer": "microsoft", + "release_date": "2025-11-10", + "segment": "server", + "architecture": "Neoverse V3 (Arm)", + "socket": "BGA Microsoft Custom", + "process_node": "TSMC N3", + "cores": 132, + "threads": 132, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.4, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 264.0, + "tdp_w": 350, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR5-6400 12-channel ECC", + "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": true, + "source_urls": [ + "https://news.microsoft.com/source/", + "https://en.wikipedia.org/wiki/Microsoft_Azure" + ] +} diff --git a/data/cpu/motorola/1979/consumer/motorola-68000-8.json b/data/cpu/motorola/1979/consumer/motorola-68000-8.json new file mode 100644 index 00000000..506ad9fd --- /dev/null +++ b/data/cpu/motorola/1979/consumer/motorola-68000-8.json @@ -0,0 +1,45 @@ +{ + "slug": "motorola-68000-8", + "name": "Motorola 68000 8 MHz", + "manufacturer": "motorola", + "release_date": "1979-09-01", + "segment": "desktop", + "architecture": "68k (CISC)", + "socket": "64-pin DIP", + "process_node": "HMOS 4000nm", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.008, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 1, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 125, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Motorola_68000" + ] +} diff --git a/data/cpu/motorola/1982/consumer/motorola-68010-10.json b/data/cpu/motorola/1982/consumer/motorola-68010-10.json new file mode 100644 index 00000000..8c4331fb --- /dev/null +++ b/data/cpu/motorola/1982/consumer/motorola-68010-10.json @@ -0,0 +1,45 @@ +{ + "slug": "motorola-68010-10", + "name": "Motorola 68010 10 MHz", + "manufacturer": "motorola", + "release_date": "1982-04-01", + "segment": "desktop", + "architecture": "68k (CISC)", + "socket": "64-pin DIP", + "process_node": "HMOS 3500nm", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.01, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 1, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 165, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Motorola_68010" + ] +} diff --git a/data/cpu/motorola/1987/consumer/motorola-68020-33.json b/data/cpu/motorola/1987/consumer/motorola-68020-33.json new file mode 100644 index 00000000..696bff08 --- /dev/null +++ b/data/cpu/motorola/1987/consumer/motorola-68020-33.json @@ -0,0 +1,45 @@ +{ + "slug": "motorola-68020-33", + "name": "Motorola 68020 33 MHz", + "manufacturer": "motorola", + "release_date": "1987-06-01", + "segment": "desktop", + "architecture": "68k (CISC)", + "socket": "PGA114", + "process_node": "Motorola 1500nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.033, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 3, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 487, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Motorola_68020" + ] +} diff --git a/data/cpu/motorola/1989/consumer/motorola-68030-40.json b/data/cpu/motorola/1989/consumer/motorola-68030-40.json new file mode 100644 index 00000000..77c4f09a --- /dev/null +++ b/data/cpu/motorola/1989/consumer/motorola-68030-40.json @@ -0,0 +1,45 @@ +{ + "slug": "motorola-68030-40", + "name": "Motorola 68030 40 MHz", + "manufacturer": "motorola", + "release_date": "1989-01-01", + "segment": "desktop", + "architecture": "68k (CISC + MMU)", + "socket": "PGA128", + "process_node": "Motorola 800nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.04, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 6, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 487, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Motorola_68030" + ] +} diff --git a/data/cpu/motorola/1990/consumer/motorola-68040-33.json b/data/cpu/motorola/1990/consumer/motorola-68040-33.json new file mode 100644 index 00000000..6f9baacb --- /dev/null +++ b/data/cpu/motorola/1990/consumer/motorola-68040-33.json @@ -0,0 +1,45 @@ +{ + "slug": "motorola-68040-33", + "name": "Motorola 68040 33 MHz", + "manufacturer": "motorola", + "release_date": "1990-04-01", + "segment": "desktop", + "architecture": "68k (CISC + MMU + FPU)", + "socket": "PGA179", + "process_node": "Motorola 650nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.033, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 4, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 670, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Motorola_68040" + ] +} diff --git a/data/cpu/motorola/1991/consumer/motorola-68040-40.json b/data/cpu/motorola/1991/consumer/motorola-68040-40.json new file mode 100644 index 00000000..1a5322f6 --- /dev/null +++ b/data/cpu/motorola/1991/consumer/motorola-68040-40.json @@ -0,0 +1,45 @@ +{ + "slug": "motorola-68040-40", + "name": "Motorola 68040 40 MHz", + "manufacturer": "motorola", + "release_date": "1991-06-01", + "segment": "desktop", + "architecture": "68k (CISC + MMU + FPU)", + "socket": "PGA179", + "process_node": "Motorola 650nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.04, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 6, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 920, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Motorola_68040" + ] +} diff --git a/data/cpu/motorola/1994/consumer/motorola-68060-50.json b/data/cpu/motorola/1994/consumer/motorola-68060-50.json new file mode 100644 index 00000000..8163802f --- /dev/null +++ b/data/cpu/motorola/1994/consumer/motorola-68060-50.json @@ -0,0 +1,45 @@ +{ + "slug": "motorola-68060-50", + "name": "Motorola 68060 50 MHz", + "manufacturer": "motorola", + "release_date": "1994-04-01", + "segment": "desktop", + "architecture": "68k (Superscalar)", + "socket": "PGA206", + "process_node": "Motorola 500nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.05, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 4, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 480, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Motorola_68060" + ] +} diff --git a/data/cpu/motorola/1995/consumer/motorola-68060-75.json b/data/cpu/motorola/1995/consumer/motorola-68060-75.json new file mode 100644 index 00000000..16a8d1a8 --- /dev/null +++ b/data/cpu/motorola/1995/consumer/motorola-68060-75.json @@ -0,0 +1,45 @@ +{ + "slug": "motorola-68060-75", + "name": "Motorola 68060 75 MHz", + "manufacturer": "motorola", + "release_date": "1995-01-01", + "segment": "desktop", + "architecture": "68k (Superscalar)", + "socket": "PGA206", + "process_node": "Motorola 500nm CMOS", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.075, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 6, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 580, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Motorola_68060" + ] +} diff --git a/data/cpu/nvidia/2023/enterprise/grace-hopper-gh200.json b/data/cpu/nvidia/2023/enterprise/grace-hopper-gh200.json new file mode 100644 index 00000000..190a8580 --- /dev/null +++ b/data/cpu/nvidia/2023/enterprise/grace-hopper-gh200.json @@ -0,0 +1,46 @@ +{ + "slug": "grace-hopper-gh200", + "name": "NVIDIA Grace Hopper GH200 Superchip", + "manufacturer": "nvidia", + "release_date": "2023-05-29", + "segment": "server", + "architecture": "Neoverse V2 (Grace)", + "socket": "BGA NVIDIA Custom", + "process_node": "TSMC 4N", + "cores": 72, + "threads": 72, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.1, + "boost_clock_ghz": 3.4, + "l3_cache_mb": 117.0, + "tdp_w": 1000, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "LPDDR5x-8533 480GB", + "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": true, + "source_urls": [ + "https://www.nvidia.com/en-us/data-center/grace-hopper-superchip/", + "https://en.wikipedia.org/wiki/Nvidia_Grace_Hopper_Superchip" + ] +} diff --git a/data/cpu/qualcomm/2017/enterprise/centriq-2460.json b/data/cpu/qualcomm/2017/enterprise/centriq-2460.json new file mode 100644 index 00000000..da0d3ace --- /dev/null +++ b/data/cpu/qualcomm/2017/enterprise/centriq-2460.json @@ -0,0 +1,45 @@ +{ + "slug": "centriq-2460", + "name": "Qualcomm Centriq 2460", + "manufacturer": "qualcomm", + "release_date": "2017-11-08", + "segment": "server", + "architecture": "Falkor (Armv8)", + "socket": "Qualcomm Custom", + "process_node": "Samsung 10nm", + "cores": 48, + "threads": 48, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.2, + "boost_clock_ghz": 2.6, + "l3_cache_mb": 60.0, + "tdp_w": 120, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2667 6-channel ECC", + "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": 1995, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Qualcomm_Centriq" + ] +} diff --git a/data/cpu/qualcomm/2025/consumer/snapdragon-x-x1-26-100.json b/data/cpu/qualcomm/2025/consumer/snapdragon-x-x1-26-100.json new file mode 100644 index 00000000..ecd31cd3 --- /dev/null +++ b/data/cpu/qualcomm/2025/consumer/snapdragon-x-x1-26-100.json @@ -0,0 +1,48 @@ +{ + "slug": "snapdragon-x-x1-26-100", + "name": "Qualcomm Snapdragon X X1-26-100", + "manufacturer": "qualcomm", + "release_date": "2025-01-06", + "segment": "laptop", + "architecture": "Oryon (Arm)", + "socket": "BGA Snapdragon X", + "process_node": "TSMC N4P", + "cores": 8, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.97, + "boost_clock_ghz": 2.97, + "l3_cache_mb": 30.0, + "tdp_w": 23, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "LPDDR5x-8448 dual-channel", + "cinebench_r23_single": 975, + "cinebench_r23_multi": 7446, + "cinebench_2024_single": 96, + "cinebench_2024_multi": 646, + "geekbench_single": 2124, + "geekbench_multi": 10584, + "cinebench_r15_single": 182, + "cinebench_r15_multi": 1404, + "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": true, + "source_urls": [ + "https://www.qualcomm.com/products/mobile/snapdragon/pcs-and-tablets/snapdragon-x-series", + "https://en.wikipedia.org/wiki/Snapdragon_X", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html", + "https://www.topcpu.net/en/cpu-r/" + ] +} diff --git a/data/cpu/transmeta/2000/consumer/crusoe-tm5400.json b/data/cpu/transmeta/2000/consumer/crusoe-tm5400.json new file mode 100644 index 00000000..dc5838a1 --- /dev/null +++ b/data/cpu/transmeta/2000/consumer/crusoe-tm5400.json @@ -0,0 +1,45 @@ +{ + "slug": "crusoe-tm5400", + "name": "Transmeta Crusoe TM5400", + "manufacturer": "transmeta", + "release_date": "2000-01-19", + "segment": "laptop", + "architecture": "Crusoe", + "socket": "BGA474", + "process_node": "IBM 180nm", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.5, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 6, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 119, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Transmeta_Crusoe" + ] +} diff --git a/data/cpu/transmeta/2000/consumer/crusoe-tm5600.json b/data/cpu/transmeta/2000/consumer/crusoe-tm5600.json new file mode 100644 index 00000000..dfd7dac7 --- /dev/null +++ b/data/cpu/transmeta/2000/consumer/crusoe-tm5600.json @@ -0,0 +1,45 @@ +{ + "slug": "crusoe-tm5600", + "name": "Transmeta Crusoe TM5600", + "manufacturer": "transmeta", + "release_date": "2000-01-19", + "segment": "laptop", + "architecture": "Crusoe", + "socket": "BGA474", + "process_node": "IBM 180nm", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 0.6, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 7, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 119, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Transmeta_Crusoe" + ] +} diff --git a/data/cpu/transmeta/2003/consumer/efficeon-tm8600.json b/data/cpu/transmeta/2003/consumer/efficeon-tm8600.json new file mode 100644 index 00000000..c041aae2 --- /dev/null +++ b/data/cpu/transmeta/2003/consumer/efficeon-tm8600.json @@ -0,0 +1,45 @@ +{ + "slug": "efficeon-tm8600", + "name": "Transmeta Efficeon TM8600", + "manufacturer": "transmeta", + "release_date": "2003-10-15", + "segment": "laptop", + "architecture": "Efficeon", + "socket": "BGA783", + "process_node": "TSMC 130nm", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.0, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 7, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 158, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Transmeta_Efficeon" + ] +} diff --git a/data/cpu/via/2005/consumer/via-c7-2000.json b/data/cpu/via/2005/consumer/via-c7-2000.json new file mode 100644 index 00000000..16578900 --- /dev/null +++ b/data/cpu/via/2005/consumer/via-c7-2000.json @@ -0,0 +1,45 @@ +{ + "slug": "via-c7-2000", + "name": "VIA C7 2.0 GHz", + "manufacturer": "via", + "release_date": "2005-05-25", + "segment": "laptop", + "architecture": "Esther", + "socket": "Nano-BGA2", + "process_node": "IBM 90nm SOI", + "cores": 1, + "threads": 1, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 20, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 80, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/VIA_C7" + ] +} diff --git a/data/cpu/via/2011/consumer/via-eden-x2.json b/data/cpu/via/2011/consumer/via-eden-x2.json new file mode 100644 index 00000000..d6c6dfdd --- /dev/null +++ b/data/cpu/via/2011/consumer/via-eden-x2.json @@ -0,0 +1,45 @@ +{ + "slug": "via-eden-x2", + "name": "VIA Eden X2 1.0 GHz", + "manufacturer": "via", + "release_date": "2011-04-12", + "segment": "laptop", + "architecture": "Isaiah Eden", + "socket": "Nano-BGA2", + "process_node": "TSMC 40nm", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.0, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 9, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 75, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/VIA_Eden" + ] +} diff --git a/data/cpu/via/2011/consumer/via-nano-x2-l4350.json b/data/cpu/via/2011/consumer/via-nano-x2-l4350.json new file mode 100644 index 00000000..14ad0076 --- /dev/null +++ b/data/cpu/via/2011/consumer/via-nano-x2-l4350.json @@ -0,0 +1,46 @@ +{ + "slug": "via-nano-x2-l4350", + "name": "VIA Nano X2 L4350", + "manufacturer": "via", + "release_date": "2011-04-12", + "segment": "laptop", + "architecture": "Isaiah", + "socket": "NanoBGA2", + "process_node": "TSMC 40nm", + "cores": 2, + "threads": 2, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 1.6, + "boost_clock_ghz": null, + "l3_cache_mb": null, + "tdp_w": 27, + "max_tdp_w": null, + "integrated_graphics": null, + "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": 489, + "passmark_cpu_mark": 496, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, + "msrp_usd": 79, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/VIA_Nano", + "https://www.cpubenchmark.net/cpu.php?cpu=Nano+X2+L4350" + ] +} diff --git a/data/cpu/zhaoxin/2017/consumer/kx-5000.json b/data/cpu/zhaoxin/2017/consumer/kx-5000.json new file mode 100644 index 00000000..e11f1c9c --- /dev/null +++ b/data/cpu/zhaoxin/2017/consumer/kx-5000.json @@ -0,0 +1,45 @@ +{ + "slug": "kx-5000", + "name": "Zhaoxin KaiXian KX-5000", + "manufacturer": "zhaoxin", + "release_date": "2017-12-28", + "segment": "desktop", + "architecture": "ZhangJiang", + "socket": "FCBGA1356", + "process_node": "TSMC 28nm", + "cores": 4, + "threads": 4, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 2.0, + "boost_clock_ghz": null, + "l3_cache_mb": 4.0, + "tdp_w": 25, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-2400 dual-channel", + "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": 195, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Zhaoxin" + ] +} diff --git a/data/cpu/zhaoxin/2020/consumer/kx-u6580.json b/data/cpu/zhaoxin/2020/consumer/kx-u6580.json new file mode 100644 index 00000000..ae4812ed --- /dev/null +++ b/data/cpu/zhaoxin/2020/consumer/kx-u6580.json @@ -0,0 +1,45 @@ +{ + "slug": "kx-u6580", + "name": "Zhaoxin KaiXian KX-U6580", + "manufacturer": "zhaoxin", + "release_date": "2020-06-15", + "segment": "desktop", + "architecture": "WuDaoKou", + "socket": "FCBGA1510", + "process_node": "TSMC 16nm", + "cores": 8, + "threads": 8, + "p_cores": null, + "e_cores": null, + "base_clock_ghz": 3.0, + "boost_clock_ghz": 3.0, + "l3_cache_mb": 8.0, + "tdp_w": 70, + "max_tdp_w": null, + "integrated_graphics": null, + "memory_support": "DDR4-3200 dual-channel", + "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": 285, + "verified": true, + "source_urls": [ + "https://en.wikipedia.org/wiki/Zhaoxin" + ] +} From 3d9f2c45cf81bfed21407e03b3bcf8ecff493a82 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Mon, 1 Jun 2026 13:27:21 +0900 Subject: [PATCH 2/6] feat(data): backfill verified benchmark scores for CPUs & GPUs CPU: PassMark, Cinebench R23/2024/R15/R10/R11.5, Geekbench 6, SPEC CPU2006, Dhrystone MIPS. GPU: PassMark G3D, 3DMark Time Spy / Time Spy Extreme / Speed Way, OctaneBench, Blender, FP32 TFLOPS. Scores come from public, attributed sources (cpubenchmark, cgdirector, technical.city, spec.org, opendata.blender.org, topcpu, videocardbenchmark). Only exact, variant-safe matches are written; records stay null where no real data exists. Coverage: CPU 743/924, GPU 281/330. Refs #1 --- data/cpu/amd/1996/consumer/k5-pr133.json | 15 +++++++++++++ data/cpu/amd/1997/consumer/k6-233.json | 15 +++++++++++++ data/cpu/amd/1998/consumer/k6-2-350.json | 15 +++++++++++++ data/cpu/amd/1999/consumer/athlon-500.json | 15 +++++++++++++ data/cpu/amd/1999/consumer/k6-iii-450.json | 15 +++++++++++++ data/cpu/amd/2000/consumer/athlon-1000.json | 15 +++++++++++++ .../cpu/amd/2001/consumer/athlon-xp-1800.json | 18 +++++++++++++++- .../cpu/amd/2003/consumer/athlon-64-3200.json | 18 +++++++++++++++- data/cpu/amd/2003/enterprise/opteron-250.json | 15 +++++++++++++ .../amd/2005/consumer/athlon-64-fx-57.json | 18 +++++++++++++++- .../amd/2005/consumer/athlon-64-x2-4800.json | 15 +++++++++++++ .../cpu/amd/2007/consumer/phenom-x4-9600.json | 18 +++++++++++++++- .../amd/2009/consumer/phenom-ii-x4-955.json | 19 ++++++++++++++++- .../amd/2009/consumer/phenom-ii-x4-965.json | 18 +++++++++++++++- .../amd/2010/consumer/athlon-ii-x4-640.json | 18 +++++++++++++++- .../amd/2010/consumer/phenom-ii-x6-1090t.json | 18 +++++++++++++++- .../amd/2010/consumer/phenom-ii-x6-1100t.json | 19 ++++++++++++++++- data/cpu/amd/2011/consumer/fx-8150.json | 19 ++++++++++++++++- data/cpu/amd/2012/consumer/fx-4300.json | 18 +++++++++++++++- data/cpu/amd/2012/consumer/fx-6300.json | 18 +++++++++++++++- data/cpu/amd/2012/consumer/fx-8350.json | 19 ++++++++++++++++- .../amd/2012/enterprise/opteron-6386-se.json | 18 +++++++++++++++- data/cpu/amd/2013/consumer/fx-9590.json | 18 +++++++++++++++- data/cpu/amd/2014/consumer/a10-7850k.json | 19 ++++++++++++++++- data/cpu/amd/2015/consumer/a10-7870k.json | 19 ++++++++++++++++- data/cpu/amd/2017/consumer/a10-9700.json | 18 +++++++++++++++- data/cpu/amd/2017/consumer/ryzen-3-1200.json | 19 ++++++++++++++++- data/cpu/amd/2017/consumer/ryzen-3-1300x.json | 19 ++++++++++++++++- data/cpu/amd/2017/consumer/ryzen-5-1500x.json | 19 ++++++++++++++++- data/cpu/amd/2017/consumer/ryzen-5-1600.json | 19 ++++++++++++++++- data/cpu/amd/2017/consumer/ryzen-5-1600x.json | 18 +++++++++++++++- data/cpu/amd/2017/consumer/ryzen-7-1700.json | 19 ++++++++++++++++- data/cpu/amd/2017/consumer/ryzen-7-1700x.json | 19 ++++++++++++++++- data/cpu/amd/2017/consumer/ryzen-7-1800x.json | 19 ++++++++++++++++- data/cpu/amd/2017/enterprise/epyc-7601.json | 18 +++++++++++++++- .../enterprise/ryzen-threadripper-1900x.json | 18 +++++++++++++++- .../enterprise/ryzen-threadripper-1920x.json | 19 ++++++++++++++++- .../enterprise/ryzen-threadripper-1950x.json | 20 +++++++++++++++++- data/cpu/amd/2018/consumer/athlon-200ge.json | 18 +++++++++++++++- data/cpu/amd/2018/consumer/ryzen-3-2200g.json | 19 ++++++++++++++++- data/cpu/amd/2018/consumer/ryzen-5-2400g.json | 19 ++++++++++++++++- data/cpu/amd/2018/consumer/ryzen-5-2500u.json | 19 ++++++++++++++++- data/cpu/amd/2018/consumer/ryzen-5-2600.json | 19 ++++++++++++++++- data/cpu/amd/2018/consumer/ryzen-5-2600x.json | 19 ++++++++++++++++- data/cpu/amd/2018/consumer/ryzen-7-2700.json | 19 ++++++++++++++++- data/cpu/amd/2018/consumer/ryzen-7-2700u.json | 19 ++++++++++++++++- data/cpu/amd/2018/consumer/ryzen-7-2700x.json | 19 ++++++++++++++++- .../enterprise/ryzen-threadripper-2920x.json | 19 ++++++++++++++++- .../enterprise/ryzen-threadripper-2950x.json | 19 ++++++++++++++++- .../enterprise/ryzen-threadripper-2970wx.json | 19 ++++++++++++++++- .../enterprise/ryzen-threadripper-2990wx.json | 18 +++++++++++++++- data/cpu/amd/2019/consumer/athlon-3000g.json | 18 +++++++++++++++- data/cpu/amd/2019/consumer/ryzen-3-3200g.json | 18 +++++++++++++++- data/cpu/amd/2019/consumer/ryzen-5-3400g.json | 18 +++++++++++++++- data/cpu/amd/2019/consumer/ryzen-5-3500u.json | 19 ++++++++++++++++- data/cpu/amd/2019/consumer/ryzen-5-3500x.json | 18 +++++++++++++++- data/cpu/amd/2019/consumer/ryzen-5-3600.json | 19 ++++++++++++++++- data/cpu/amd/2019/consumer/ryzen-7-3700u.json | 19 ++++++++++++++++- data/cpu/amd/2019/consumer/ryzen-7-3700x.json | 20 +++++++++++++++++- data/cpu/amd/2019/consumer/ryzen-7-3800x.json | 19 ++++++++++++++++- data/cpu/amd/2019/consumer/ryzen-9-3900x.json | 20 +++++++++++++++++- data/cpu/amd/2019/consumer/ryzen-9-3950x.json | 20 +++++++++++++++++- data/cpu/amd/2019/enterprise/epyc-7742.json | 18 +++++++++++++++- .../enterprise/ryzen-threadripper-3960x.json | 19 ++++++++++++++++- .../enterprise/ryzen-threadripper-3970x.json | 19 ++++++++++++++++- data/cpu/amd/2020/consumer/ryzen-3-3100.json | 19 ++++++++++++++++- data/cpu/amd/2020/consumer/ryzen-3-3300x.json | 19 ++++++++++++++++- data/cpu/amd/2020/consumer/ryzen-3-4300u.json | 19 ++++++++++++++++- .../cpu/amd/2020/consumer/ryzen-5-3600xt.json | 19 ++++++++++++++++- data/cpu/amd/2020/consumer/ryzen-5-4500u.json | 19 ++++++++++++++++- data/cpu/amd/2020/consumer/ryzen-5-4600h.json | 19 ++++++++++++++++- data/cpu/amd/2020/consumer/ryzen-5-4600u.json | 19 ++++++++++++++++- data/cpu/amd/2020/consumer/ryzen-5-5600x.json | 20 +++++++++++++++++- .../cpu/amd/2020/consumer/ryzen-7-3800xt.json | 20 +++++++++++++++++- data/cpu/amd/2020/consumer/ryzen-7-4700u.json | 19 ++++++++++++++++- data/cpu/amd/2020/consumer/ryzen-7-4800h.json | 19 ++++++++++++++++- data/cpu/amd/2020/consumer/ryzen-7-4800u.json | 19 ++++++++++++++++- data/cpu/amd/2020/consumer/ryzen-7-5800x.json | 20 +++++++++++++++++- .../cpu/amd/2020/consumer/ryzen-9-3900xt.json | 19 ++++++++++++++++- data/cpu/amd/2020/consumer/ryzen-9-4900h.json | 19 ++++++++++++++++- .../cpu/amd/2020/consumer/ryzen-9-4900hs.json | 19 ++++++++++++++++- data/cpu/amd/2020/consumer/ryzen-9-5900x.json | 20 +++++++++++++++++- data/cpu/amd/2020/consumer/ryzen-9-5950x.json | 20 +++++++++++++++++- .../enterprise/ryzen-threadripper-3990x.json | 19 ++++++++++++++++- data/cpu/amd/2021/consumer/ryzen-3-5300u.json | 19 ++++++++++++++++- data/cpu/amd/2021/consumer/ryzen-5-5500u.json | 19 ++++++++++++++++- data/cpu/amd/2021/consumer/ryzen-5-5600g.json | 20 +++++++++++++++++- data/cpu/amd/2021/consumer/ryzen-5-5600h.json | 19 ++++++++++++++++- data/cpu/amd/2021/consumer/ryzen-5-5600u.json | 19 ++++++++++++++++- data/cpu/amd/2021/consumer/ryzen-7-5700g.json | 20 +++++++++++++++++- data/cpu/amd/2021/consumer/ryzen-7-5700u.json | 19 ++++++++++++++++- data/cpu/amd/2021/consumer/ryzen-7-5800h.json | 19 ++++++++++++++++- .../cpu/amd/2021/consumer/ryzen-7-5800hs.json | 18 +++++++++++++++- data/cpu/amd/2021/consumer/ryzen-7-5800u.json | 19 ++++++++++++++++- .../cpu/amd/2021/consumer/ryzen-9-5900hs.json | 19 ++++++++++++++++- .../cpu/amd/2021/consumer/ryzen-9-5900hx.json | 19 ++++++++++++++++- .../cpu/amd/2021/consumer/ryzen-9-5980hx.json | 18 +++++++++++++++- data/cpu/amd/2021/enterprise/epyc-7763.json | 18 +++++++++++++++- data/cpu/amd/2022/consumer/ryzen-5-5500.json | 18 +++++++++++++++- data/cpu/amd/2022/consumer/ryzen-5-5600.json | 19 ++++++++++++++++- data/cpu/amd/2022/consumer/ryzen-5-6600h.json | 19 ++++++++++++++++- data/cpu/amd/2022/consumer/ryzen-5-7600x.json | 20 +++++++++++++++++- data/cpu/amd/2022/consumer/ryzen-7-5700x.json | 20 +++++++++++++++++- .../amd/2022/consumer/ryzen-7-5800x3d.json | 20 +++++++++++++++++- data/cpu/amd/2022/consumer/ryzen-7-6800h.json | 19 ++++++++++++++++- .../cpu/amd/2022/consumer/ryzen-7-6800hs.json | 19 ++++++++++++++++- data/cpu/amd/2022/consumer/ryzen-7-7700x.json | 20 +++++++++++++++++- .../cpu/amd/2022/consumer/ryzen-9-6900hs.json | 19 ++++++++++++++++- .../cpu/amd/2022/consumer/ryzen-9-6900hx.json | 20 +++++++++++++++++- .../cpu/amd/2022/consumer/ryzen-9-6980hx.json | 18 +++++++++++++++- data/cpu/amd/2022/consumer/ryzen-9-7900x.json | 20 +++++++++++++++++- data/cpu/amd/2022/consumer/ryzen-9-7950x.json | 20 +++++++++++++++++- data/cpu/amd/2022/enterprise/epyc-9554.json | 18 +++++++++++++++- data/cpu/amd/2022/enterprise/epyc-9654.json | 18 +++++++++++++++- .../ryzen-threadripper-pro-5995wx.json | 19 ++++++++++++++++- data/cpu/amd/2023/consumer/ryzen-3-7330u.json | 19 ++++++++++++++++- data/cpu/amd/2023/consumer/ryzen-5-7530u.json | 19 ++++++++++++++++- .../cpu/amd/2023/consumer/ryzen-5-7535hs.json | 19 ++++++++++++++++- data/cpu/amd/2023/consumer/ryzen-5-7600.json | 20 +++++++++++++++++- data/cpu/amd/2023/consumer/ryzen-5-7640u.json | 18 +++++++++++++++- .../cpu/amd/2023/consumer/ryzen-5-7645hx.json | 19 ++++++++++++++++- data/cpu/amd/2023/consumer/ryzen-7-7700.json | 20 +++++++++++++++++- data/cpu/amd/2023/consumer/ryzen-7-7730u.json | 20 +++++++++++++++++- .../cpu/amd/2023/consumer/ryzen-7-7735hs.json | 20 +++++++++++++++++- .../amd/2023/consumer/ryzen-7-7800x3d.json | 20 +++++++++++++++++- .../cpu/amd/2023/consumer/ryzen-7-7840hs.json | 20 +++++++++++++++++- data/cpu/amd/2023/consumer/ryzen-7-7840u.json | 20 +++++++++++++++++- .../cpu/amd/2023/consumer/ryzen-9-7845hx.json | 19 ++++++++++++++++- data/cpu/amd/2023/consumer/ryzen-9-7900.json | 20 +++++++++++++++++- .../cpu/amd/2023/consumer/ryzen-9-7945hx.json | 20 +++++++++++++++++- .../amd/2023/consumer/ryzen-9-7945hx3d.json | 20 +++++++++++++++++- .../amd/2023/consumer/ryzen-9-7950x3d.json | 20 +++++++++++++++++- data/cpu/amd/2023/enterprise/epyc-9684x.json | 18 +++++++++++++++- data/cpu/amd/2023/enterprise/epyc-9754.json | 18 +++++++++++++++- .../enterprise/ryzen-threadripper-7960x.json | 18 +++++++++++++++- .../enterprise/ryzen-threadripper-7970x.json | 19 ++++++++++++++++- .../enterprise/ryzen-threadripper-7980x.json | 19 ++++++++++++++++- .../ryzen-threadripper-pro-7955wx.json | 18 +++++++++++++++- .../ryzen-threadripper-pro-7965wx.json | 18 +++++++++++++++- .../ryzen-threadripper-pro-7975wx.json | 18 +++++++++++++++- .../ryzen-threadripper-pro-7985wx.json | 18 +++++++++++++++- data/cpu/amd/2024/consumer/ryzen-5-8400f.json | 18 +++++++++++++++- data/cpu/amd/2024/consumer/ryzen-5-8500g.json | 19 ++++++++++++++++- data/cpu/amd/2024/consumer/ryzen-5-8600g.json | 19 ++++++++++++++++- .../cpu/amd/2024/consumer/ryzen-5-8645hs.json | 20 +++++++++++++++++- data/cpu/amd/2024/consumer/ryzen-5-9600.json | 18 +++++++++++++++- data/cpu/amd/2024/consumer/ryzen-5-9600x.json | 20 +++++++++++++++++- .../amd/2024/consumer/ryzen-7-5700x3d.json | 19 ++++++++++++++++- data/cpu/amd/2024/consumer/ryzen-7-8700f.json | 19 ++++++++++++++++- data/cpu/amd/2024/consumer/ryzen-7-8700g.json | 20 +++++++++++++++++- .../cpu/amd/2024/consumer/ryzen-7-8845hs.json | 20 +++++++++++++++++- data/cpu/amd/2024/consumer/ryzen-7-9700x.json | 20 +++++++++++++++++- .../amd/2024/consumer/ryzen-7-9800x3d.json | 20 +++++++++++++++++- .../cpu/amd/2024/consumer/ryzen-9-8945hs.json | 20 +++++++++++++++++- data/cpu/amd/2024/consumer/ryzen-9-9900x.json | 21 ++++++++++++++++++- data/cpu/amd/2024/consumer/ryzen-9-9950x.json | 20 +++++++++++++++++- .../cpu/amd/2024/consumer/ryzen-ai-5-340.json | 20 +++++++++++++++++- .../cpu/amd/2024/consumer/ryzen-ai-7-350.json | 20 +++++++++++++++++- .../cpu/amd/2024/consumer/ryzen-ai-9-365.json | 20 +++++++++++++++++- .../amd/2024/consumer/ryzen-ai-9-hx-370.json | 20 +++++++++++++++++- .../amd/2024/consumer/ryzen-ai-9-hx-375.json | 20 +++++++++++++++++- data/cpu/amd/2024/enterprise/epyc-9755.json | 18 +++++++++++++++- data/cpu/amd/2024/enterprise/epyc-9965.json | 18 +++++++++++++++- .../ryzen-threadripper-pro-7995wx.json | 19 ++++++++++++++++- data/cpu/amd/2025/consumer/ryzen-5-9500f.json | 19 ++++++++++++++++- data/cpu/amd/2025/consumer/ryzen-7-9700f.json | 19 ++++++++++++++++- .../cpu/amd/2025/consumer/ryzen-9-9850hx.json | 19 ++++++++++++++++- .../amd/2025/consumer/ryzen-9-9900x3d.json | 19 ++++++++++++++++- .../cpu/amd/2025/consumer/ryzen-9-9950hx.json | 15 +++++++++++++ .../amd/2025/consumer/ryzen-9-9950x3d.json | 21 ++++++++++++++++++- .../cpu/amd/2025/consumer/ryzen-9-9955hx.json | 20 +++++++++++++++++- .../amd/2025/consumer/ryzen-9-9955hx3d.json | 20 +++++++++++++++++- .../2025/consumer/ryzen-ai-max-plus-395.json | 20 +++++++++++++++++- .../enterprise/ryzen-threadripper-9960x.json | 15 +++++++++++++ .../enterprise/ryzen-threadripper-9970x.json | 18 +++++++++++++++- .../enterprise/ryzen-threadripper-9980x.json | 18 +++++++++++++++- .../ryzen-threadripper-pro-9995wx.json | 19 ++++++++++++++++- .../amd/2026/consumer/ryzen-7-9850x3d.json | 20 +++++++++++++++++- .../amd/2026/consumer/ryzen-9-9970x3d.json | 15 +++++++++++++ .../consumer/ryzen-ai-max-plus-pro-395.json | 20 +++++++++++++++++- data/cpu/amd/2026/enterprise/epyc-9985.json | 15 +++++++++++++ .../2021/enterprise/altra-max-m128-30.json | 15 +++++++++++++ .../2024/enterprise/ampereone-a192-32x.json | 15 +++++++++++++ .../cyrix/1996/consumer/6x86-p166-plus.json | 15 +++++++++++++ data/cpu/cyrix/1998/consumer/mii-pr300.json | 15 +++++++++++++ data/cpu/dec/1992/enterprise/alpha-21064.json | 15 +++++++++++++ data/cpu/dec/1995/enterprise/alpha-21164.json | 15 +++++++++++++ data/cpu/dec/1996/enterprise/alpha-21264.json | 15 +++++++++++++ .../2018/enterprise/dhyana-c86-3185.json | 15 +++++++++++++ data/cpu/ibm/1990/enterprise/power1-rios.json | 15 +++++++++++++ data/cpu/ibm/1993/enterprise/power2.json | 15 +++++++++++++ data/cpu/ibm/1996/enterprise/power2-sc.json | 15 +++++++++++++ .../cpu/ibm/1997/consumer/powerpc-750-g3.json | 15 +++++++++++++ data/cpu/ibm/1998/enterprise/power3.json | 15 +++++++++++++ .../cpu/ibm/2000/consumer/powerpc-750cxe.json | 15 +++++++++++++ .../cpu/ibm/2001/consumer/gamecube-gekko.json | 15 +++++++++++++ data/cpu/ibm/2001/enterprise/power4.json | 15 +++++++++++++ data/cpu/ibm/2002/enterprise/power4-plus.json | 15 +++++++++++++ .../cpu/ibm/2003/consumer/powerpc-970-g5.json | 15 +++++++++++++ data/cpu/ibm/2004/consumer/powerpc-970fx.json | 15 +++++++++++++ data/cpu/ibm/2004/enterprise/power5.json | 15 +++++++++++++ data/cpu/ibm/2005/consumer/powerpc-970mp.json | 15 +++++++++++++ .../cpu/ibm/2005/consumer/xbox-360-xenon.json | 15 +++++++++++++ data/cpu/ibm/2005/enterprise/power5-plus.json | 15 +++++++++++++ .../2006/consumer/cell-broadband-engine.json | 15 +++++++++++++ data/cpu/ibm/2006/consumer/wii-broadway.json | 15 +++++++++++++ data/cpu/ibm/2007/enterprise/power6.json | 15 +++++++++++++ .../ibm/2008/enterprise/powerxcell-8i.json | 15 +++++++++++++ data/cpu/ibm/2008/enterprise/z10-ec.json | 15 +++++++++++++ data/cpu/ibm/2010/enterprise/power7.json | 15 +++++++++++++ data/cpu/ibm/2010/enterprise/z196.json | 15 +++++++++++++ .../cpu/ibm/2012/consumer/wii-u-espresso.json | 15 +++++++++++++ data/cpu/ibm/2012/enterprise/power7-plus.json | 15 +++++++++++++ data/cpu/ibm/2012/enterprise/zec12.json | 15 +++++++++++++ data/cpu/ibm/2014/enterprise/power8.json | 15 +++++++++++++ data/cpu/ibm/2015/enterprise/z13.json | 15 +++++++++++++ data/cpu/ibm/2017/enterprise/power9.json | 15 +++++++++++++ data/cpu/ibm/2017/enterprise/z14.json | 15 +++++++++++++ data/cpu/ibm/2019/enterprise/z15.json | 15 +++++++++++++ data/cpu/ibm/2020/enterprise/power10.json | 15 +++++++++++++ data/cpu/ibm/2021/enterprise/telum-z16.json | 15 +++++++++++++ data/cpu/ibm/2025/enterprise/power11.json | 15 +++++++++++++ .../cpu/ibm/2025/enterprise/telum-ii-z17.json | 15 +++++++++++++ data/cpu/intel/1989/consumer/i486-dx-25.json | 18 +++++++++++++++- data/cpu/intel/1992/consumer/i486-dx2-66.json | 18 +++++++++++++++- data/cpu/intel/1993/consumer/pentium-66.json | 15 +++++++++++++ data/cpu/intel/1995/consumer/pentium-133.json | 15 +++++++++++++ .../1995/enterprise/pentium-pro-200.json | 18 +++++++++++++++- .../intel/1997/consumer/pentium-ii-300.json | 15 +++++++++++++ .../intel/1997/consumer/pentium-mmx-200.json | 15 +++++++++++++ .../cpu/intel/1998/consumer/celeron-300a.json | 15 +++++++++++++ .../intel/1998/consumer/pentium-ii-450.json | 15 +++++++++++++ .../intel/1999/consumer/pentium-iii-500.json | 15 +++++++++++++ .../intel/2000/consumer/pentium-4-1500.json | 15 +++++++++++++ .../intel/2000/consumer/pentium-iii-1000.json | 15 +++++++++++++ .../intel/2001/consumer/pentium-4-2000.json | 15 +++++++++++++ .../2001/enterprise/pentium-iii-s-1400.json | 15 +++++++++++++ .../intel/2002/consumer/pentium-4-3060.json | 18 +++++++++++++++- .../2003/consumer/pentium-4-ee-3200.json | 18 +++++++++++++++- .../intel/2003/consumer/pentium-m-1600.json | 15 +++++++++++++ .../intel/2004/consumer/pentium-4-540.json | 15 +++++++++++++ .../intel/2005/consumer/pentium-4-670.json | 15 +++++++++++++ .../intel/2005/consumer/pentium-d-820.json | 15 +++++++++++++ .../intel/2005/consumer/pentium-m-760.json | 15 +++++++++++++ .../intel/2006/consumer/core-2-duo-e6600.json | 18 +++++++++++++++- .../intel/2006/consumer/core-duo-t2600.json | 19 ++++++++++++++++- .../intel/2006/consumer/core-solo-t1300.json | 18 +++++++++++++++- .../enterprise/core-2-extreme-qx6700.json | 18 +++++++++++++++- .../2007/consumer/core-2-quad-q6600.json | 20 +++++++++++++++++- .../enterprise/core-2-extreme-qx9650.json | 18 +++++++++++++++- data/cpu/intel/2008/consumer/atom-n270.json | 19 ++++++++++++++++- .../intel/2008/consumer/core-2-duo-e8400.json | 19 ++++++++++++++++- .../2008/consumer/core-2-quad-q9550.json | 20 +++++++++++++++++- data/cpu/intel/2008/consumer/core-i7-920.json | 20 +++++++++++++++++- .../enterprise/core-2-extreme-qx9770.json | 18 +++++++++++++++- .../intel/2008/enterprise/core-i7-965-ee.json | 19 ++++++++++++++++- data/cpu/intel/2009/consumer/core-i5-750.json | 18 +++++++++++++++- data/cpu/intel/2009/consumer/core-i7-870.json | 19 ++++++++++++++++- data/cpu/intel/2010/consumer/atom-d510.json | 18 +++++++++++++++- .../intel/2010/enterprise/core-i7-980x.json | 19 ++++++++++++++++- .../intel/2011/consumer/core-i5-2500k.json | 20 +++++++++++++++++- .../intel/2011/consumer/core-i7-2600k.json | 20 +++++++++++++++++- .../intel/2011/consumer/core-i7-2630qm.json | 19 ++++++++++++++++- .../intel/2011/enterprise/xeon-e3-1230.json | 18 +++++++++++++++- .../intel/2012/consumer/core-i7-3610qm.json | 19 ++++++++++++++++- .../intel/2012/consumer/core-i7-3770k.json | 20 +++++++++++++++++- data/cpu/intel/2013/consumer/atom-z3770.json | 19 ++++++++++++++++- .../intel/2013/consumer/core-i7-4500u.json | 19 ++++++++++++++++- .../intel/2013/consumer/core-i7-4770k.json | 20 +++++++++++++++++- .../2013/enterprise/xeon-e5-2697-v2.json | 20 +++++++++++++++++- .../intel/2014/consumer/core-i7-4790k.json | 20 +++++++++++++++++- .../intel/2014/consumer/core-i7-5500u.json | 19 ++++++++++++++++- .../intel/2014/consumer/pentium-g3258.json | 15 +++++++++++++ .../intel/2014/enterprise/core-i7-5960x.json | 20 +++++++++++++++++- .../2014/enterprise/xeon-e3-1231-v3.json | 20 +++++++++++++++++- .../2014/enterprise/xeon-e5-2699-v3.json | 19 ++++++++++++++++- .../intel/2015/consumer/core-i5-6600k.json | 20 +++++++++++++++++- .../intel/2015/consumer/core-i7-6500u.json | 19 ++++++++++++++++- .../intel/2015/consumer/core-i7-6700hq.json | 19 ++++++++++++++++- .../intel/2015/consumer/core-i7-6700k.json | 20 +++++++++++++++++- .../intel/2016/consumer/atom-x5-z8350.json | 19 ++++++++++++++++- .../intel/2016/enterprise/core-i7-6950x.json | 19 ++++++++++++++++- .../2016/enterprise/xeon-e5-2698-v4.json | 19 ++++++++++++++++- .../cpu/intel/2017/consumer/core-i3-8100.json | 18 +++++++++++++++- .../intel/2017/consumer/core-i3-8350k.json | 18 +++++++++++++++- .../intel/2017/consumer/core-i5-7600k.json | 19 ++++++++++++++++- .../cpu/intel/2017/consumer/core-i5-8400.json | 19 ++++++++++++++++- .../intel/2017/consumer/core-i5-8600k.json | 19 ++++++++++++++++- .../intel/2017/consumer/core-i7-7500u.json | 19 ++++++++++++++++- .../intel/2017/consumer/core-i7-7700hq.json | 19 ++++++++++++++++- .../intel/2017/consumer/core-i7-7700k.json | 19 ++++++++++++++++- .../intel/2017/consumer/core-i7-7820hk.json | 19 ++++++++++++++++- .../cpu/intel/2017/consumer/core-i7-8700.json | 19 ++++++++++++++++- .../intel/2017/consumer/core-i7-8700k.json | 19 ++++++++++++++++- .../intel/2017/consumer/pentium-g4560.json | 19 ++++++++++++++++- .../2017/enterprise/xeon-bronze-3104.json | 19 ++++++++++++++++- .../intel/2017/enterprise/xeon-gold-6148.json | 19 ++++++++++++++++- .../2017/enterprise/xeon-platinum-8180.json | 19 ++++++++++++++++- .../2017/enterprise/xeon-silver-4114.json | 19 ++++++++++++++++- .../intel/2018/consumer/core-i5-8400h.json | 19 ++++++++++++++++- .../intel/2018/consumer/core-i5-9600k.json | 19 ++++++++++++++++- .../intel/2018/consumer/core-i7-8550u.json | 19 ++++++++++++++++- .../intel/2018/consumer/core-i7-8750h.json | 19 ++++++++++++++++- .../intel/2018/consumer/core-i7-9700k.json | 19 ++++++++++++++++- .../intel/2018/consumer/core-i9-8950hk.json | 19 ++++++++++++++++- .../intel/2018/consumer/core-i9-9900k.json | 19 ++++++++++++++++- .../2018/consumer/pentium-gold-g5400.json | 18 +++++++++++++++- .../cpu/intel/2019/consumer/core-i3-9100.json | 18 +++++++++++++++- .../intel/2019/consumer/core-i5-9300h.json | 19 ++++++++++++++++- .../intel/2019/consumer/core-i5-9400f.json | 19 ++++++++++++++++- .../intel/2019/consumer/core-i7-1065g7.json | 19 ++++++++++++++++- .../cpu/intel/2019/consumer/core-i7-9700.json | 19 ++++++++++++++++- .../intel/2019/consumer/core-i7-9750h.json | 19 ++++++++++++++++- .../intel/2019/consumer/core-i9-9900ks.json | 19 ++++++++++++++++- .../intel/2019/consumer/core-i9-9980hk.json | 19 ++++++++++++++++- .../intel/2019/enterprise/xeon-gold-6248.json | 18 +++++++++++++++- .../2019/enterprise/xeon-platinum-8280.json | 18 +++++++++++++++- .../intel/2019/enterprise/xeon-w-3175x.json | 19 ++++++++++++++++- .../intel/2020/consumer/celeron-g5905.json | 18 +++++++++++++++- .../intel/2020/consumer/core-i3-10100.json | 19 ++++++++++++++++- .../intel/2020/consumer/core-i5-10300h.json | 19 ++++++++++++++++- .../intel/2020/consumer/core-i5-10400.json | 18 +++++++++++++++- .../intel/2020/consumer/core-i5-10600k.json | 19 ++++++++++++++++- .../intel/2020/consumer/core-i7-10700.json | 19 ++++++++++++++++- .../intel/2020/consumer/core-i7-10700k.json | 19 ++++++++++++++++- .../intel/2020/consumer/core-i7-10750h.json | 19 ++++++++++++++++- .../intel/2020/consumer/core-i7-10875h.json | 19 ++++++++++++++++- .../intel/2020/consumer/core-i7-1185g7.json | 19 ++++++++++++++++- .../intel/2020/consumer/core-i9-10900.json | 18 +++++++++++++++- .../intel/2020/consumer/core-i9-10900k.json | 20 +++++++++++++++++- .../intel/2020/consumer/core-i9-10980hk.json | 19 ++++++++++++++++- .../2020/consumer/pentium-gold-g6400.json | 18 +++++++++++++++- .../intel/2021/consumer/core-i5-11400.json | 18 +++++++++++++++- .../intel/2021/consumer/core-i5-11400h.json | 19 ++++++++++++++++- .../intel/2021/consumer/core-i5-11600k.json | 19 ++++++++++++++++- .../intel/2021/consumer/core-i5-12600k.json | 20 +++++++++++++++++- .../intel/2021/consumer/core-i7-11700k.json | 20 +++++++++++++++++- .../intel/2021/consumer/core-i7-11800h.json | 19 ++++++++++++++++- .../intel/2021/consumer/core-i7-12700k.json | 20 +++++++++++++++++- .../intel/2021/consumer/core-i9-11900.json | 18 +++++++++++++++- .../intel/2021/consumer/core-i9-11900h.json | 19 ++++++++++++++++- .../intel/2021/consumer/core-i9-11900k.json | 20 +++++++++++++++++- .../intel/2021/consumer/core-i9-11980hk.json | 19 ++++++++++++++++- .../intel/2021/consumer/core-i9-12900k.json | 20 +++++++++++++++++- .../intel/2021/enterprise/xeon-gold-6338.json | 18 +++++++++++++++- .../2021/enterprise/xeon-platinum-8380.json | 18 +++++++++++++++- .../intel/2021/enterprise/xeon-w-3375.json | 18 +++++++++++++++- .../intel/2022/consumer/core-i3-12100.json | 18 +++++++++++++++- .../intel/2022/consumer/core-i3-12300.json | 18 +++++++++++++++- .../intel/2022/consumer/core-i5-12400.json | 19 ++++++++++++++++- .../intel/2022/consumer/core-i5-12500h.json | 19 ++++++++++++++++- .../intel/2022/consumer/core-i5-12600.json | 18 +++++++++++++++- .../intel/2022/consumer/core-i5-13600k.json | 20 +++++++++++++++++- .../intel/2022/consumer/core-i7-1260p.json | 19 ++++++++++++++++- .../intel/2022/consumer/core-i7-12700.json | 20 +++++++++++++++++- .../intel/2022/consumer/core-i7-12700h.json | 20 +++++++++++++++++- .../intel/2022/consumer/core-i7-13700k.json | 20 +++++++++++++++++- .../intel/2022/consumer/core-i9-12900.json | 19 ++++++++++++++++- .../intel/2022/consumer/core-i9-12900h.json | 19 ++++++++++++++++- .../intel/2022/consumer/core-i9-12900hk.json | 19 ++++++++++++++++- .../intel/2022/consumer/core-i9-12900ks.json | 18 +++++++++++++++- .../intel/2022/consumer/core-i9-13900k.json | 20 +++++++++++++++++- .../2022/consumer/pentium-gold-g7400.json | 18 +++++++++++++++- .../intel/2023/consumer/core-i3-13100.json | 19 ++++++++++++++++- .../cpu/intel/2023/consumer/core-i3-n305.json | 19 ++++++++++++++++- .../intel/2023/consumer/core-i5-13400.json | 20 +++++++++++++++++- .../intel/2023/consumer/core-i5-13400f.json | 20 +++++++++++++++++- .../intel/2023/consumer/core-i5-13500.json | 20 +++++++++++++++++- .../intel/2023/consumer/core-i5-14600k.json | 20 +++++++++++++++++- .../intel/2023/consumer/core-i7-1360p.json | 19 ++++++++++++++++- .../intel/2023/consumer/core-i7-13700.json | 20 +++++++++++++++++- .../intel/2023/consumer/core-i7-13700hx.json | 20 +++++++++++++++++- .../intel/2023/consumer/core-i7-13800h.json | 19 ++++++++++++++++- .../intel/2023/consumer/core-i7-14700k.json | 20 +++++++++++++++++- .../intel/2023/consumer/core-i9-13900.json | 19 ++++++++++++++++- .../intel/2023/consumer/core-i9-13900h.json | 20 +++++++++++++++++- .../intel/2023/consumer/core-i9-13900ks.json | 19 ++++++++++++++++- .../intel/2023/consumer/core-i9-13980hx.json | 20 +++++++++++++++++- .../intel/2023/consumer/core-i9-14900k.json | 20 +++++++++++++++++- .../2023/consumer/core-ultra-5-135u.json | 19 ++++++++++++++++- .../2023/consumer/core-ultra-7-155u.json | 20 +++++++++++++++++- .../intel/2023/consumer/processor-n100.json | 19 ++++++++++++++++- .../intel/2023/consumer/processor-n200.json | 19 ++++++++++++++++- .../intel/2023/consumer/processor-n50.json | 15 +++++++++++++ .../intel/2023/consumer/processor-n97.json | 19 ++++++++++++++++- .../2023/enterprise/xeon-gold-6448h.json | 18 +++++++++++++++- .../intel/2023/enterprise/xeon-max-9460.json | 15 +++++++++++++ .../intel/2023/enterprise/xeon-max-9462.json | 18 +++++++++++++++- .../intel/2023/enterprise/xeon-max-9468.json | 15 +++++++++++++ .../intel/2023/enterprise/xeon-max-9470.json | 15 +++++++++++++ .../intel/2023/enterprise/xeon-max-9480.json | 18 +++++++++++++++- .../enterprise/xeon-platinum-8480-plus.json | 15 +++++++++++++ .../enterprise/xeon-platinum-8592-plus.json | 18 +++++++++++++++- .../intel/2023/enterprise/xeon-w9-3475x.json | 18 +++++++++++++++- .../intel/2023/enterprise/xeon-w9-3495x.json | 19 ++++++++++++++++- .../intel/2024/consumer/core-i3-14100.json | 18 +++++++++++++++- .../intel/2024/consumer/core-i5-14400.json | 18 +++++++++++++++- .../intel/2024/consumer/core-i5-14400f.json | 18 +++++++++++++++- .../intel/2024/consumer/core-i5-14500.json | 19 ++++++++++++++++- .../intel/2024/consumer/core-i5-14600.json | 18 +++++++++++++++- .../intel/2024/consumer/core-i7-14700.json | 20 +++++++++++++++++- .../intel/2024/consumer/core-i9-14900.json | 19 ++++++++++++++++- .../intel/2024/consumer/core-i9-14900hx.json | 20 +++++++++++++++++- .../intel/2024/consumer/core-i9-14900ks.json | 19 ++++++++++++++++- .../2024/consumer/core-ultra-5-125h.json | 20 +++++++++++++++++- .../2024/consumer/core-ultra-5-228v.json | 20 +++++++++++++++++- .../intel/2024/consumer/core-ultra-5-235.json | 20 +++++++++++++++++- .../2024/consumer/core-ultra-5-245k.json | 20 +++++++++++++++++- .../2024/consumer/core-ultra-5-245kf.json | 18 +++++++++++++++- .../2024/consumer/core-ultra-7-155h.json | 20 +++++++++++++++++- .../2024/consumer/core-ultra-7-165h.json | 20 +++++++++++++++++- .../2024/consumer/core-ultra-7-258v.json | 20 +++++++++++++++++- .../2024/consumer/core-ultra-7-265f.json | 19 ++++++++++++++++- .../2024/consumer/core-ultra-7-265k.json | 19 ++++++++++++++++- .../2024/consumer/core-ultra-7-268v.json | 21 ++++++++++++++++++- .../2024/consumer/core-ultra-9-185h.json | 20 +++++++++++++++++- .../intel/2024/consumer/core-ultra-9-285.json | 19 ++++++++++++++++- .../2024/consumer/core-ultra-9-285k.json | 20 +++++++++++++++++- .../2024/consumer/core-ultra-9-285kf.json | 15 +++++++++++++ .../2024/consumer/core-ultra-9-288v.json | 20 +++++++++++++++++- .../cpu/intel/2024/enterprise/xeon-6780e.json | 18 +++++++++++++++- .../cpu/intel/2024/enterprise/xeon-6960p.json | 18 +++++++++++++++- .../cpu/intel/2024/enterprise/xeon-6980p.json | 18 +++++++++++++++- .../intel/2025/consumer/core-ultra-5-225.json | 19 ++++++++++++++++- .../2025/consumer/core-ultra-5-225f.json | 20 +++++++++++++++++- .../2025/consumer/core-ultra-5-225h.json | 20 +++++++++++++++++- .../2025/consumer/core-ultra-5-235k.json | 15 +++++++++++++ .../2025/consumer/core-ultra-7-255h.json | 20 +++++++++++++++++- .../2025/consumer/core-ultra-7-265kf.json | 18 +++++++++++++++- .../2025/consumer/core-ultra-9-275hx.json | 20 +++++++++++++++++- .../2025/consumer/core-ultra-9-285hx.json | 20 +++++++++++++++++- .../intel/2025/enterprise/xeon-w9-3595x.json | 18 +++++++++++++++- .../2026/consumer/core-ultra-5-318h.json | 15 +++++++++++++ .../2026/consumer/core-ultra-5-338h.json | 20 +++++++++++++++++- .../2026/consumer/core-ultra-7-358h.json | 15 +++++++++++++ .../2026/consumer/core-ultra-7-358hx.json | 15 +++++++++++++ .../2026/consumer/core-ultra-9-388h.json | 15 +++++++++++++ .../cpu/intel/2026/enterprise/xeon-6781e.json | 15 +++++++++++++ .../cpu/intel/2026/enterprise/xeon-6781p.json | 18 +++++++++++++++- .../2023/consumer/loongson-3a6000.json | 18 +++++++++++++++- .../microsoft/2024/enterprise/cobalt-100.json | 15 +++++++++++++ .../motorola/1992/consumer/powerpc-601.json | 15 +++++++++++++ .../motorola/1994/consumer/powerpc-603.json | 15 +++++++++++++ .../motorola/1994/consumer/powerpc-604.json | 15 +++++++++++++ .../motorola/1995/consumer/powerpc-603e.json | 15 +++++++++++++ .../motorola/1996/consumer/powerpc-604e.json | 15 +++++++++++++ .../1999/consumer/powerpc-7400-g4.json | 15 +++++++++++++ .../2001/consumer/powerpc-7450-g4.json | 15 +++++++++++++ .../2002/consumer/powerpc-7455-g4.json | 15 +++++++++++++ .../2003/consumer/powerpc-7457-g4.json | 15 +++++++++++++ .../2004/consumer/powerpc-7447a-g4.json | 15 +++++++++++++ .../2005/consumer/powerpc-7448-g4.json | 15 +++++++++++++ .../2023/enterprise/grace-cpu-superchip.json | 15 +++++++++++++ .../snapdragon-x-elite-x1e-80-100.json | 19 ++++++++++++++++- .../snapdragon-x-elite-x1e-84-100.json | 19 ++++++++++++++++- .../snapdragon-x-plus-x1p-42-100.json | 19 ++++++++++++++++- .../snapdragon-x-plus-x1p-64-100.json | 20 +++++++++++++++++- .../consumer/snapdragon-x2-elite-extreme.json | 18 +++++++++++++++- .../2000/consumer/crusoe-tm5800.json | 15 +++++++++++++ .../2003/consumer/efficeon-tm8800.json | 15 +++++++++++++ data/cpu/via/2001/consumer/c3-800.json | 15 +++++++++++++ data/cpu/via/2008/consumer/nano-l2200.json | 15 +++++++++++++ data/cpu/zhaoxin/2020/consumer/kx-u6780a.json | 18 +++++++++++++++- .../2022/consumer/kx-7000-kh-40000.json | 15 +++++++++++++ .../3dfx/1996/consumer/voodoo-graphics.json | 5 +++++ data/gpu/3dfx/1997/consumer/voodoo-rush.json | 5 +++++ .../3dfx/1998/consumer/voodoo-banshee.json | 5 +++++ data/gpu/3dfx/1998/consumer/voodoo2.json | 5 +++++ data/gpu/3dfx/1999/consumer/voodoo3-1000.json | 5 +++++ data/gpu/3dfx/1999/consumer/voodoo3-2000.json | 5 +++++ data/gpu/3dfx/1999/consumer/voodoo3-3000.json | 5 +++++ .../3dfx/2000/consumer/voodoo3-3500-tv.json | 5 +++++ data/gpu/3dfx/2000/consumer/voodoo4-4500.json | 5 +++++ data/gpu/3dfx/2000/consumer/voodoo4-4800.json | 5 +++++ data/gpu/3dfx/2000/consumer/voodoo5-5500.json | 5 +++++ data/gpu/3dfx/2000/consumer/voodoo5-6000.json | 5 +++++ .../gpu/amd/2009/consumer/radeon-hd-5770.json | 8 ++++++- .../gpu/amd/2009/consumer/radeon-hd-5850.json | 9 +++++++- .../gpu/amd/2009/consumer/radeon-hd-5870.json | 9 +++++++- .../gpu/amd/2009/consumer/radeon-hd-5970.json | 9 +++++++- .../gpu/amd/2010/consumer/radeon-hd-5670.json | 8 ++++++- .../gpu/amd/2010/consumer/radeon-hd-6850.json | 8 ++++++- .../gpu/amd/2010/consumer/radeon-hd-6870.json | 9 +++++++- .../gpu/amd/2010/consumer/radeon-hd-6950.json | 9 +++++++- .../gpu/amd/2010/consumer/radeon-hd-6970.json | 9 +++++++- .../gpu/amd/2011/consumer/radeon-hd-6790.json | 8 ++++++- .../gpu/amd/2011/consumer/radeon-hd-6990.json | 9 +++++++- .../gpu/amd/2011/consumer/radeon-hd-7970.json | 12 +++++++++-- .../gpu/amd/2012/consumer/radeon-hd-7750.json | 12 +++++++++-- .../gpu/amd/2012/consumer/radeon-hd-7770.json | 8 ++++++- .../gpu/amd/2012/consumer/radeon-hd-7850.json | 12 +++++++++-- .../gpu/amd/2012/consumer/radeon-hd-7870.json | 8 ++++++- .../gpu/amd/2012/consumer/radeon-hd-7950.json | 12 +++++++++-- .../consumer/radeon-hd-7970-ghz-edition.json | 8 ++++++- .../gpu/amd/2013/consumer/radeon-hd-7790.json | 12 +++++++++-- .../gpu/amd/2013/consumer/radeon-hd-7990.json | 12 +++++++++-- .../gpu/amd/2013/consumer/radeon-r7-260x.json | 12 +++++++++-- data/gpu/amd/2013/consumer/radeon-r9-270.json | 12 +++++++++-- .../gpu/amd/2013/consumer/radeon-r9-270x.json | 12 +++++++++-- .../gpu/amd/2013/consumer/radeon-r9-280x.json | 12 +++++++++-- data/gpu/amd/2013/consumer/radeon-r9-290.json | 12 +++++++++-- .../gpu/amd/2013/consumer/radeon-r9-290x.json | 9 +++++++- data/gpu/amd/2014/consumer/radeon-r9-280.json | 12 +++++++++-- .../amd/2014/consumer/radeon-r9-295x2.json | 9 +++++++- data/gpu/amd/2015/consumer/radeon-r7-370.json | 12 +++++++++-- data/gpu/amd/2015/consumer/radeon-r9-380.json | 12 +++++++++-- .../gpu/amd/2015/consumer/radeon-r9-380x.json | 12 +++++++++-- .../gpu/amd/2015/consumer/radeon-r9-390x.json | 12 +++++++++-- .../amd/2015/consumer/radeon-r9-fury-x.json | 12 +++++++++-- .../gpu/amd/2015/consumer/radeon-r9-fury.json | 12 +++++++++-- .../gpu/amd/2015/consumer/radeon-r9-nano.json | 11 ++++++++-- data/gpu/amd/2016/consumer/radeon-rx-460.json | 12 +++++++++-- data/gpu/amd/2016/consumer/radeon-rx-470.json | 12 +++++++++-- data/gpu/amd/2016/consumer/radeon-rx-480.json | 12 +++++++++-- .../amd/2016/enterprise/radeon-pro-duo.json | 12 +++++++++-- data/gpu/amd/2017/consumer/radeon-rx-550.json | 12 +++++++++-- data/gpu/amd/2017/consumer/radeon-rx-560.json | 12 +++++++++-- data/gpu/amd/2017/consumer/radeon-rx-570.json | 11 ++++++++-- data/gpu/amd/2017/consumer/radeon-rx-580.json | 12 +++++++++-- .../amd/2017/consumer/radeon-rx-vega-56.json | 12 +++++++++-- .../amd/2017/consumer/radeon-rx-vega-64.json | 12 +++++++++-- .../radeon-vega-frontier-edition.json | 12 +++++++++-- data/gpu/amd/2018/consumer/radeon-rx-590.json | 12 +++++++++-- .../amd/2019/consumer/radeon-rx-5500-xt.json | 15 ++++++++++--- .../gpu/amd/2019/consumer/radeon-rx-5500.json | 8 ++++++- .../amd/2019/consumer/radeon-rx-5700-xt.json | 15 ++++++++++--- .../gpu/amd/2019/consumer/radeon-rx-5700.json | 15 ++++++++++--- data/gpu/amd/2019/consumer/radeon-vii.json | 12 +++++++++-- .../gpu/amd/2020/consumer/radeon-rx-5300.json | 15 ++++++++++--- .../amd/2020/consumer/radeon-rx-5600-xt.json | 15 ++++++++++--- .../amd/2020/consumer/radeon-rx-6800-xt.json | 15 ++++++++++--- .../gpu/amd/2020/consumer/radeon-rx-6800.json | 15 ++++++++++--- .../amd/2020/consumer/radeon-rx-6900-xt.json | 15 ++++++++++--- .../amd/2021/consumer/radeon-rx-6600-xt.json | 15 ++++++++++--- .../gpu/amd/2021/consumer/radeon-rx-6600.json | 15 ++++++++++--- .../amd/2021/consumer/radeon-rx-6700-xt.json | 15 ++++++++++--- .../amd/2021/enterprise/instinct-mi250x.json | 8 ++++++- .../amd/2021/enterprise/radeon-pro-w6800.json | 15 ++++++++++--- .../gpu/amd/2022/consumer/radeon-rx-6400.json | 15 ++++++++++--- .../amd/2022/consumer/radeon-rx-6500-xt.json | 15 ++++++++++--- .../gpu/amd/2022/consumer/radeon-rx-6500.json | 11 ++++++++-- .../amd/2022/consumer/radeon-rx-6650-xt.json | 15 ++++++++++--- .../gpu/amd/2022/consumer/radeon-rx-6700.json | 15 ++++++++++--- .../amd/2022/consumer/radeon-rx-6750-xt.json | 15 ++++++++++--- .../amd/2022/consumer/radeon-rx-6950-xt.json | 15 ++++++++++--- .../amd/2022/consumer/radeon-rx-7900-xt.json | 15 ++++++++++--- .../amd/2022/consumer/radeon-rx-7900-xtx.json | 15 ++++++++++--- .../amd/2022/enterprise/instinct-mi210.json | 8 ++++++- .../gpu/amd/2023/consumer/radeon-rx-7600.json | 15 ++++++++++--- .../amd/2023/consumer/radeon-rx-7700-xt.json | 15 ++++++++++--- .../amd/2023/consumer/radeon-rx-7800-xt.json | 15 ++++++++++--- .../amd/2023/consumer/radeon-rx-7900-gre.json | 15 ++++++++++--- .../amd/2023/enterprise/instinct-mi300x.json | 8 ++++++- .../amd/2023/enterprise/radeon-pro-w7800.json | 15 ++++++++++--- .../amd/2023/enterprise/radeon-pro-w7900.json | 15 ++++++++++--- .../amd/2024/consumer/radeon-rx-7600-xt.json | 15 ++++++++++--- .../amd/2024/enterprise/instinct-mi325x.json | 8 ++++++- .../2025/consumer/radeon-rx-9060-xt-8gb.json | 15 ++++++++++--- .../amd/2025/consumer/radeon-rx-9060-xt.json | 15 ++++++++++--- .../amd/2025/consumer/radeon-rx-9070-gre.json | 15 ++++++++++--- .../amd/2025/consumer/radeon-rx-9070-xt.json | 15 ++++++++++--- .../gpu/amd/2025/consumer/radeon-rx-9070.json | 15 ++++++++++--- .../amd/2025/enterprise/instinct-mi350x.json | 8 ++++++- .../amd/2025/enterprise/instinct-mi355x.json | 8 ++++++- data/gpu/ati/1996/consumer/rage-ii.json | 5 +++++ data/gpu/ati/1997/consumer/rage-pro.json | 5 +++++ data/gpu/ati/1998/consumer/rage-128.json | 5 +++++ data/gpu/ati/2000/consumer/radeon-ddr.json | 5 +++++ data/gpu/ati/2001/consumer/radeon-7500.json | 8 ++++++- data/gpu/ati/2001/consumer/radeon-8500.json | 5 +++++ data/gpu/ati/2002/consumer/radeon-9000.json | 8 ++++++- .../ati/2002/consumer/radeon-9700-pro.json | 8 ++++++- data/gpu/ati/2003/consumer/radeon-9200.json | 8 ++++++- .../ati/2003/consumer/radeon-9600-pro.json | 8 ++++++- .../ati/2003/consumer/radeon-9800-pro.json | 8 ++++++- data/gpu/ati/2004/consumer/radeon-9550.json | 8 ++++++- data/gpu/ati/2004/consumer/radeon-x300.json | 5 +++++ .../gpu/ati/2004/consumer/radeon-x600-xt.json | 8 ++++++- .../ati/2004/consumer/radeon-x700-pro.json | 8 ++++++- .../gpu/ati/2004/consumer/radeon-x800-xt.json | 8 ++++++- .../radeon-x850-xt-platinum-edition.json | 8 ++++++- data/gpu/ati/2005/consumer/radeon-x1300.json | 8 ++++++- .../ati/2005/consumer/radeon-x1600-pro.json | 8 ++++++- .../ati/2005/consumer/radeon-x1800-xt.json | 5 +++++ .../ati/2006/consumer/radeon-x1900-xtx.json | 5 +++++ .../ati/2006/consumer/radeon-x1950-pro.json | 8 ++++++- .../ati/2006/consumer/radeon-x1950-xtx.json | 5 +++++ .../ati/2007/consumer/radeon-hd-2600-xt.json | 8 ++++++- .../ati/2007/consumer/radeon-hd-2900-xt.json | 8 ++++++- .../gpu/ati/2007/consumer/radeon-hd-3850.json | 8 ++++++- .../gpu/ati/2007/consumer/radeon-hd-3870.json | 8 ++++++- .../gpu/ati/2008/consumer/radeon-hd-4670.json | 8 ++++++- .../gpu/ati/2008/consumer/radeon-hd-4830.json | 8 ++++++- .../gpu/ati/2008/consumer/radeon-hd-4850.json | 8 ++++++- .../ati/2008/consumer/radeon-hd-4870-x2.json | 8 ++++++- .../gpu/ati/2008/consumer/radeon-hd-4870.json | 8 ++++++- .../gpu/ati/2009/consumer/radeon-hd-4770.json | 8 ++++++- .../gpu/ati/2009/consumer/radeon-hd-4890.json | 8 ++++++- data/gpu/intel/2022/consumer/arc-a310.json | 12 +++++++++-- data/gpu/intel/2022/consumer/arc-a380.json | 15 ++++++++++--- data/gpu/intel/2022/consumer/arc-a750.json | 15 ++++++++++--- .../gpu/intel/2022/consumer/arc-a770-8gb.json | 15 ++++++++++--- data/gpu/intel/2022/consumer/arc-a770.json | 15 ++++++++++--- data/gpu/intel/2023/consumer/arc-a580.json | 15 ++++++++++--- data/gpu/intel/2024/consumer/arc-b580.json | 15 ++++++++++--- data/gpu/intel/2025/consumer/arc-b570.json | 15 ++++++++++--- data/gpu/matrox/1995/consumer/millennium.json | 5 +++++ .../matrox/1996/consumer/millennium-ii.json | 5 +++++ data/gpu/matrox/1996/consumer/mystique.json | 5 +++++ .../matrox/1998/consumer/millennium-g200.json | 5 +++++ .../matrox/1999/consumer/millennium-g400.json | 5 +++++ .../matrox/2000/consumer/millennium-g450.json | 5 +++++ .../matrox/2001/consumer/millennium-g550.json | 5 +++++ .../matrox/2002/consumer/parhelia-512.json | 5 +++++ .../moore-threads/2021/consumer/mtt-s60.json | 5 +++++ .../moore-threads/2022/consumer/mtt-s80.json | 8 ++++++- .../2022/enterprise/mtt-s3000.json | 5 +++++ .../moore-threads/2023/consumer/mtt-s70.json | 8 ++++++- .../2023/enterprise/mtt-s4000.json | 5 +++++ data/gpu/nvidia/1995/consumer/nv1.json | 5 +++++ data/gpu/nvidia/1997/consumer/riva-128.json | 5 +++++ data/gpu/nvidia/1998/consumer/riva-tnt.json | 5 +++++ .../gpu/nvidia/1999/consumer/geforce-256.json | 8 ++++++- .../nvidia/1999/consumer/riva-tnt2-ultra.json | 5 +++++ data/gpu/nvidia/1999/consumer/riva-tnt2.json | 8 ++++++- .../nvidia/2000/consumer/geforce2-gts.json | 8 ++++++- .../gpu/nvidia/2000/consumer/geforce2-mx.json | 8 ++++++- .../nvidia/2000/consumer/geforce2-ultra.json | 8 ++++++- .../gpu/nvidia/2001/consumer/geforce2-ti.json | 8 ++++++- .../nvidia/2001/consumer/geforce3-ti-200.json | 8 ++++++- .../nvidia/2001/consumer/geforce3-ti-500.json | 8 ++++++- data/gpu/nvidia/2001/consumer/geforce3.json | 8 ++++++- .../nvidia/2002/consumer/geforce4-mx-440.json | 8 ++++++- .../2002/consumer/geforce4-ti-4200.json | 8 ++++++- .../2002/consumer/geforce4-ti-4400.json | 8 ++++++- .../2002/consumer/geforce4-ti-4600.json | 8 ++++++- .../nvidia/2003/consumer/geforce-fx-5200.json | 8 ++++++- .../nvidia/2003/consumer/geforce-fx-5600.json | 8 ++++++- .../nvidia/2003/consumer/geforce-fx-5700.json | 8 ++++++- .../2003/consumer/geforce-fx-5800-ultra.json | 5 +++++ .../2003/consumer/geforce-fx-5900-ultra.json | 8 ++++++- .../2003/consumer/geforce-fx-5950-ultra.json | 8 ++++++- .../nvidia/2004/consumer/geforce-6200.json | 8 ++++++- .../nvidia/2004/consumer/geforce-6600-gt.json | 8 ++++++- .../nvidia/2004/consumer/geforce-6600.json | 8 ++++++- .../nvidia/2004/consumer/geforce-6800-gt.json | 8 ++++++- .../2004/consumer/geforce-6800-ultra.json | 8 ++++++- .../2005/consumer/geforce-7800-gtx.json | 8 ++++++- .../nvidia/2006/consumer/geforce-7600-gt.json | 8 ++++++- .../nvidia/2006/consumer/geforce-7900-gs.json | 8 ++++++- .../2006/consumer/geforce-7900-gtx.json | 8 ++++++- .../2006/consumer/geforce-7950-gx2.json | 8 ++++++- .../2006/consumer/geforce-8800-gtx.json | 8 ++++++- .../nvidia/2007/consumer/geforce-8600-gt.json | 8 ++++++- .../nvidia/2007/consumer/geforce-8800-gt.json | 8 ++++++- .../2007/consumer/geforce-8800-ultra.json | 8 ++++++- .../nvidia/2008/consumer/geforce-9600-gt.json | 8 ++++++- .../2008/consumer/geforce-9800-gtx.json | 8 ++++++- .../2008/consumer/geforce-9800-gx2.json | 8 ++++++- .../nvidia/2008/consumer/geforce-gtx-260.json | 8 ++++++- .../nvidia/2008/consumer/geforce-gtx-280.json | 8 ++++++- .../nvidia/2009/consumer/geforce-gts-250.json | 8 ++++++- .../nvidia/2009/consumer/geforce-gtx-275.json | 8 ++++++- .../nvidia/2009/consumer/geforce-gtx-285.json | 8 ++++++- .../nvidia/2009/consumer/geforce-gtx-295.json | 8 ++++++- .../nvidia/2010/consumer/geforce-gts-450.json | 8 ++++++- .../nvidia/2010/consumer/geforce-gtx-460.json | 8 ++++++- .../nvidia/2010/consumer/geforce-gtx-465.json | 8 ++++++- .../nvidia/2010/consumer/geforce-gtx-470.json | 8 ++++++- .../nvidia/2010/consumer/geforce-gtx-480.json | 8 ++++++- .../nvidia/2010/consumer/geforce-gtx-570.json | 8 ++++++- .../nvidia/2010/consumer/geforce-gtx-580.json | 9 +++++++- .../2011/consumer/geforce-gtx-550-ti.json | 8 ++++++- .../2011/consumer/geforce-gtx-560-ti.json | 8 ++++++- .../nvidia/2011/consumer/geforce-gtx-560.json | 8 ++++++- .../nvidia/2011/consumer/geforce-gtx-590.json | 8 ++++++- .../2012/consumer/geforce-gtx-650-ti.json | 9 +++++++- .../nvidia/2012/consumer/geforce-gtx-650.json | 9 +++++++- .../2012/consumer/geforce-gtx-660-ti.json | 15 ++++++++++--- .../nvidia/2012/consumer/geforce-gtx-660.json | 15 ++++++++++--- .../nvidia/2012/consumer/geforce-gtx-670.json | 12 +++++++++-- .../nvidia/2012/consumer/geforce-gtx-680.json | 12 +++++++++-- .../nvidia/2012/consumer/geforce-gtx-690.json | 9 +++++++- .../nvidia/2013/consumer/geforce-gtx-760.json | 12 +++++++++-- .../nvidia/2013/consumer/geforce-gtx-770.json | 15 ++++++++++--- .../2013/consumer/geforce-gtx-780-ti.json | 9 +++++++- .../nvidia/2013/consumer/geforce-gtx-780.json | 15 ++++++++++--- .../2013/consumer/geforce-gtx-titan.json | 12 +++++++++-- .../2014/consumer/geforce-gtx-750-ti.json | 15 ++++++++++--- .../nvidia/2014/consumer/geforce-gtx-970.json | 15 ++++++++++--- .../nvidia/2014/consumer/geforce-gtx-980.json | 15 ++++++++++--- .../consumer/geforce-gtx-titan-black.json | 9 +++++++- .../2014/consumer/geforce-gtx-titan-z.json | 12 +++++++++-- data/gpu/nvidia/2014/enterprise/k80.json | 12 +++++++++-- .../nvidia/2015/consumer/geforce-gtx-960.json | 15 ++++++++++--- .../2015/consumer/geforce-gtx-980-ti.json | 15 ++++++++++--- .../2016/consumer/geforce-gtx-1050-ti.json | 15 ++++++++++--- .../2016/consumer/geforce-gtx-1050.json | 15 ++++++++++--- .../2016/consumer/geforce-gtx-1060-3gb.json | 15 ++++++++++--- .../2016/consumer/geforce-gtx-1060-6gb.json | 15 ++++++++++--- .../2016/consumer/geforce-gtx-1070.json | 15 ++++++++++--- .../2016/consumer/geforce-gtx-1080.json | 15 ++++++++++--- .../2016/enterprise/p100-pcie-16gb.json | 15 ++++++++++--- data/gpu/nvidia/2016/enterprise/p4.json | 15 ++++++++++--- data/gpu/nvidia/2016/enterprise/p40.json | 15 ++++++++++--- .../nvidia/2017/consumer/geforce-gt-1030.json | 15 ++++++++++--- .../2017/consumer/geforce-gtx-1070-ti.json | 15 ++++++++++--- .../2017/consumer/geforce-gtx-1080-ti.json | 15 ++++++++++--- data/gpu/nvidia/2017/consumer/titan-xp.json | 15 ++++++++++--- data/gpu/nvidia/2017/enterprise/titan-v.json | 15 ++++++++++--- .../2017/enterprise/v100-pcie-16gb.json | 12 +++++++++-- .../2018/consumer/geforce-rtx-2070.json | 15 ++++++++++--- .../2018/consumer/geforce-rtx-2080-ti.json | 15 ++++++++++--- .../2018/consumer/geforce-rtx-2080.json | 15 ++++++++++--- .../2018/enterprise/quadro-rtx-4000.json | 15 ++++++++++--- .../2018/enterprise/quadro-rtx-5000.json | 15 ++++++++++--- .../2018/enterprise/quadro-rtx-6000.json | 15 ++++++++++--- .../2018/enterprise/quadro-rtx-8000.json | 15 ++++++++++--- data/gpu/nvidia/2018/enterprise/t4.json | 15 ++++++++++--- .../gpu/nvidia/2018/enterprise/titan-rtx.json | 15 ++++++++++--- .../2018/enterprise/v100-sxm2-32gb.json | 12 +++++++++-- .../2019/consumer/geforce-gtx-1650-super.json | 15 ++++++++++--- .../2019/consumer/geforce-gtx-1650.json | 15 ++++++++++--- .../2019/consumer/geforce-gtx-1660-super.json | 15 ++++++++++--- .../2019/consumer/geforce-gtx-1660-ti.json | 15 ++++++++++--- .../2019/consumer/geforce-gtx-1660.json | 15 ++++++++++--- .../2019/consumer/geforce-rtx-2060-super.json | 15 ++++++++++--- .../2019/consumer/geforce-rtx-2060.json | 15 ++++++++++--- .../2019/consumer/geforce-rtx-2070-super.json | 15 ++++++++++--- .../2019/consumer/geforce-rtx-2080-super.json | 15 ++++++++++--- .../2020/consumer/geforce-rtx-3060-ti.json | 15 ++++++++++--- .../2020/consumer/geforce-rtx-3070.json | 15 ++++++++++--- .../2020/consumer/geforce-rtx-3080.json | 15 ++++++++++--- .../2020/consumer/geforce-rtx-3090.json | 15 ++++++++++--- .../2020/enterprise/a100-40gb-pcie.json | 11 ++++++++-- data/gpu/nvidia/2020/enterprise/a40.json | 11 ++++++++-- .../gpu/nvidia/2020/enterprise/rtx-a6000.json | 15 ++++++++++--- .../2021/consumer/geforce-rtx-3060.json | 15 ++++++++++--- .../2021/consumer/geforce-rtx-3070-ti.json | 15 ++++++++++--- .../2021/consumer/geforce-rtx-3080-ti.json | 15 ++++++++++--- .../2021/enterprise/a100-80gb-pcie.json | 11 ++++++++-- .../gpu/nvidia/2021/enterprise/rtx-a4000.json | 15 ++++++++++--- .../gpu/nvidia/2021/enterprise/rtx-a5000.json | 15 ++++++++++--- .../2022/consumer/geforce-gtx-1630.json | 12 +++++++++-- .../2022/consumer/geforce-rtx-3050.json | 15 ++++++++++--- .../2022/consumer/geforce-rtx-3090-ti.json | 15 ++++++++++--- .../2022/consumer/geforce-rtx-4080.json | 15 ++++++++++--- .../2022/consumer/geforce-rtx-4090.json | 15 ++++++++++--- .../gpu/nvidia/2022/enterprise/h100-pcie.json | 11 ++++++++-- data/gpu/nvidia/2022/enterprise/l40.json | 12 +++++++++-- .../nvidia/2022/enterprise/rtx-6000-ada.json | 15 ++++++++++--- .../2023/consumer/geforce-rtx-3060-8gb.json | 15 ++++++++++--- .../2023/consumer/geforce-rtx-4060-ti.json | 15 ++++++++++--- .../2023/consumer/geforce-rtx-4060.json | 15 ++++++++++--- .../2023/consumer/geforce-rtx-4070-ti.json | 15 ++++++++++--- .../2023/consumer/geforce-rtx-4070.json | 15 ++++++++++--- .../2023/consumer/geforce-rtx-4090-d.json | 15 ++++++++++--- data/gpu/nvidia/2023/enterprise/l4.json | 12 +++++++++-- .../2024/consumer/geforce-rtx-4070-super.json | 15 ++++++++++--- .../consumer/geforce-rtx-4070-ti-super.json | 15 ++++++++++--- .../2024/consumer/geforce-rtx-4080-super.json | 15 ++++++++++--- data/gpu/nvidia/2024/enterprise/b100.json | 8 ++++++- data/gpu/nvidia/2024/enterprise/b200.json | 11 ++++++++-- data/gpu/nvidia/2024/enterprise/h200-sxm.json | 8 ++++++- .../2025/consumer/geforce-rtx-5050.json | 15 ++++++++++--- .../consumer/geforce-rtx-5060-laptop.json | 11 ++++++++-- .../consumer/geforce-rtx-5060-ti-8gb.json | 15 ++++++++++--- .../2025/consumer/geforce-rtx-5060-ti.json | 15 ++++++++++--- .../2025/consumer/geforce-rtx-5060.json | 15 ++++++++++--- .../consumer/geforce-rtx-5070-laptop.json | 11 ++++++++-- .../consumer/geforce-rtx-5070-ti-laptop.json | 11 ++++++++-- .../2025/consumer/geforce-rtx-5070-ti.json | 15 ++++++++++--- .../2025/consumer/geforce-rtx-5070.json | 15 ++++++++++--- .../consumer/geforce-rtx-5080-laptop.json | 11 ++++++++-- .../2025/consumer/geforce-rtx-5080.json | 15 ++++++++++--- .../consumer/geforce-rtx-5090-laptop.json | 11 ++++++++-- .../2025/consumer/geforce-rtx-5090.json | 15 ++++++++++--- data/gpu/nvidia/2025/enterprise/b300.json | 8 ++++++- .../2025/enterprise/gb200-superchip.json | 5 +++++ .../enterprise/rtx-pro-4000-blackwell.json | 15 ++++++++++--- .../enterprise/rtx-pro-4500-blackwell.json | 15 ++++++++++--- .../enterprise/rtx-pro-5000-blackwell.json | 15 ++++++++++--- .../rtx-pro-6000-blackwell-workstation.json | 11 ++++++++-- data/gpu/s3/1995/consumer/trio64v.json | 5 +++++ data/gpu/s3/1996/consumer/virge-dx.json | 5 +++++ data/gpu/s3/1996/consumer/virge.json | 5 +++++ data/gpu/s3/1998/consumer/savage-3d.json | 5 +++++ data/gpu/s3/1999/consumer/savage-2000.json | 5 +++++ data/gpu/s3/1999/consumer/savage4.json | 5 +++++ data/gpu/s3/2007/consumer/chrome-s27.json | 5 +++++ data/gpu/s3/2008/consumer/chrome-540-gtx.json | 5 +++++ data/gpu/sis/2002/consumer/xabre-600.json | 5 +++++ data/gpu/xgi/2003/consumer/volari-v8-duo.json | 5 +++++ data/gpu/xgi/2003/consumer/volari-v8.json | 5 +++++ 794 files changed, 11017 insertions(+), 930 deletions(-) diff --git a/data/cpu/amd/1996/consumer/k5-pr133.json b/data/cpu/amd/1996/consumer/k5-pr133.json index 17a72329..746246b8 100644 --- a/data/cpu/amd/1996/consumer/k5-pr133.json +++ b/data/cpu/amd/1996/consumer/k5-pr133.json @@ -20,8 +20,23 @@ "memory_support": "FPM/EDO RAM", "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": 309, "verified": true, "source_urls": [ diff --git a/data/cpu/amd/1997/consumer/k6-233.json b/data/cpu/amd/1997/consumer/k6-233.json index 68067a14..d3292b75 100644 --- a/data/cpu/amd/1997/consumer/k6-233.json +++ b/data/cpu/amd/1997/consumer/k6-233.json @@ -20,8 +20,23 @@ "memory_support": "EDO/SDRAM PC66", "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": 469, "verified": true, "source_urls": [ diff --git a/data/cpu/amd/1998/consumer/k6-2-350.json b/data/cpu/amd/1998/consumer/k6-2-350.json index ae7e3903..0186d252 100644 --- a/data/cpu/amd/1998/consumer/k6-2-350.json +++ b/data/cpu/amd/1998/consumer/k6-2-350.json @@ -20,8 +20,23 @@ "memory_support": "SDRAM PC100", "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": 215, "verified": true, "source_urls": [ diff --git a/data/cpu/amd/1999/consumer/athlon-500.json b/data/cpu/amd/1999/consumer/athlon-500.json index 559d3c04..e8061898 100644 --- a/data/cpu/amd/1999/consumer/athlon-500.json +++ b/data/cpu/amd/1999/consumer/athlon-500.json @@ -20,8 +20,23 @@ "memory_support": "SDRAM PC100", "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": 699, "verified": true, "source_urls": [ diff --git a/data/cpu/amd/1999/consumer/k6-iii-450.json b/data/cpu/amd/1999/consumer/k6-iii-450.json index 17d86228..d16d89c9 100644 --- a/data/cpu/amd/1999/consumer/k6-iii-450.json +++ b/data/cpu/amd/1999/consumer/k6-iii-450.json @@ -20,8 +20,23 @@ "memory_support": "SDRAM PC100", "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": 476, "verified": true, "source_urls": [ diff --git a/data/cpu/amd/2000/consumer/athlon-1000.json b/data/cpu/amd/2000/consumer/athlon-1000.json index a7a69e21..78677a38 100644 --- a/data/cpu/amd/2000/consumer/athlon-1000.json +++ b/data/cpu/amd/2000/consumer/athlon-1000.json @@ -20,8 +20,23 @@ "memory_support": "SDRAM PC133", "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": 1299, "verified": true, "source_urls": [ diff --git a/data/cpu/amd/2001/consumer/athlon-xp-1800.json b/data/cpu/amd/2001/consumer/athlon-xp-1800.json index 749f7eda..aa09cf15 100644 --- a/data/cpu/amd/2001/consumer/athlon-xp-1800.json +++ b/data/cpu/amd/2001/consumer/athlon-xp-1800.json @@ -20,12 +20,28 @@ "memory_support": "DDR-266 / SDRAM PC133", "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": 301, + "passmark_cpu_mark": 195, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 252, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Athlon_XP", - "https://en.wikichip.org/wiki/amd/athlon_xp" + "https://en.wikichip.org/wiki/amd/athlon_xp", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+XP+1800%2B" ] } diff --git a/data/cpu/amd/2003/consumer/athlon-64-3200.json b/data/cpu/amd/2003/consumer/athlon-64-3200.json index 72a3e64b..7450999b 100644 --- a/data/cpu/amd/2003/consumer/athlon-64-3200.json +++ b/data/cpu/amd/2003/consumer/athlon-64-3200.json @@ -20,12 +20,28 @@ "memory_support": "DDR-400 single-channel", "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": 631, + "passmark_cpu_mark": 311, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 417, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Athlon_64", - "https://en.wikichip.org/wiki/amd/athlon_64" + "https://en.wikichip.org/wiki/amd/athlon_64", + "https://www.cpubenchmark.net/cpu.php?id=67&cpu=AMD+Athlon+64+3200%2B+%28ClawHammer%29" ] } diff --git a/data/cpu/amd/2003/enterprise/opteron-250.json b/data/cpu/amd/2003/enterprise/opteron-250.json index 40201506..447e4923 100644 --- a/data/cpu/amd/2003/enterprise/opteron-250.json +++ b/data/cpu/amd/2003/enterprise/opteron-250.json @@ -20,8 +20,23 @@ "memory_support": "DDR-400 ECC dual-channel", "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": 851, "verified": true, "source_urls": [ diff --git a/data/cpu/amd/2005/consumer/athlon-64-fx-57.json b/data/cpu/amd/2005/consumer/athlon-64-fx-57.json index 202806fd..64284467 100644 --- a/data/cpu/amd/2005/consumer/athlon-64-fx-57.json +++ b/data/cpu/amd/2005/consumer/athlon-64-fx-57.json @@ -20,12 +20,28 @@ "memory_support": "DDR-400 dual-channel", "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": 552, + "passmark_cpu_mark": 517, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 1031, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Athlon_64#FX-57", - "https://en.wikichip.org/wiki/amd/athlon_64_fx" + "https://en.wikichip.org/wiki/amd/athlon_64_fx", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+64+FX-57" ] } diff --git a/data/cpu/amd/2005/consumer/athlon-64-x2-4800.json b/data/cpu/amd/2005/consumer/athlon-64-x2-4800.json index e2ef9abc..c31e12d9 100644 --- a/data/cpu/amd/2005/consumer/athlon-64-x2-4800.json +++ b/data/cpu/amd/2005/consumer/athlon-64-x2-4800.json @@ -20,8 +20,23 @@ "memory_support": "DDR-400 dual-channel", "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": 1001, "verified": true, "source_urls": [ diff --git a/data/cpu/amd/2007/consumer/phenom-x4-9600.json b/data/cpu/amd/2007/consumer/phenom-x4-9600.json index d179287f..da679a52 100644 --- a/data/cpu/amd/2007/consumer/phenom-x4-9600.json +++ b/data/cpu/amd/2007/consumer/phenom-x4-9600.json @@ -20,12 +20,28 @@ "memory_support": "DDR2-1066 dual-channel", "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": 764, + "passmark_cpu_mark": 1649, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 283, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Phenom_(processor)", - "https://en.wikichip.org/wiki/amd/phenom" + "https://en.wikichip.org/wiki/amd/phenom", + "https://www.cpubenchmark.net/cpu.php?cpu=Phenom+X4+9600" ] } diff --git a/data/cpu/amd/2009/consumer/phenom-ii-x4-955.json b/data/cpu/amd/2009/consumer/phenom-ii-x4-955.json index df45ec90..333b4d8d 100644 --- a/data/cpu/amd/2009/consumer/phenom-ii-x4-955.json +++ b/data/cpu/amd/2009/consumer/phenom-ii-x4-955.json @@ -20,12 +20,29 @@ "memory_support": "DDR3-1333 / DDR2-1066 dual-channel", "cinebench_r23_single": 550, "cinebench_r23_multi": 2200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 680, "geekbench_multi": 2100, + "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": 1297, + "passmark_cpu_mark": 2561, + "specint2006": 17.6, + "specfp2006": 18.4, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 245, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Phenom_II", - "https://en.wikichip.org/wiki/amd/phenom_ii" + "https://en.wikichip.org/wiki/amd/phenom_ii", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Phenom+II+X4+955", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/amd/2009/consumer/phenom-ii-x4-965.json b/data/cpu/amd/2009/consumer/phenom-ii-x4-965.json index dff0f169..a7201741 100644 --- a/data/cpu/amd/2009/consumer/phenom-ii-x4-965.json +++ b/data/cpu/amd/2009/consumer/phenom-ii-x4-965.json @@ -20,12 +20,28 @@ "memory_support": "DDR3-1333 / DDR2-1066 dual-channel", "cinebench_r23_single": 570, "cinebench_r23_multi": 2300, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 700, "geekbench_multi": 2200, + "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": 1367, + "passmark_cpu_mark": 2665, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 245, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Phenom_II", - "https://en.wikichip.org/wiki/amd/phenom_ii" + "https://en.wikichip.org/wiki/amd/phenom_ii", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Phenom+II+X4+965" ] } diff --git a/data/cpu/amd/2010/consumer/athlon-ii-x4-640.json b/data/cpu/amd/2010/consumer/athlon-ii-x4-640.json index c86d018b..0f8478c0 100644 --- a/data/cpu/amd/2010/consumer/athlon-ii-x4-640.json +++ b/data/cpu/amd/2010/consumer/athlon-ii-x4-640.json @@ -20,12 +20,28 @@ "memory_support": "DDR3-1333 / DDR2-1066 dual-channel", "cinebench_r23_single": 470, "cinebench_r23_multi": 1800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 590, "geekbench_multi": 1900, + "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": 1214, + "passmark_cpu_mark": 2282, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 122, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Athlon_II", - "https://en.wikichip.org/wiki/amd/athlon_ii" + "https://en.wikichip.org/wiki/amd/athlon_ii", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+II+X4+640" ] } diff --git a/data/cpu/amd/2010/consumer/phenom-ii-x6-1090t.json b/data/cpu/amd/2010/consumer/phenom-ii-x6-1090t.json index 1c11dac5..cf511f17 100644 --- a/data/cpu/amd/2010/consumer/phenom-ii-x6-1090t.json +++ b/data/cpu/amd/2010/consumer/phenom-ii-x6-1090t.json @@ -20,12 +20,28 @@ "memory_support": "DDR3-1333 / DDR2-1066 dual-channel", "cinebench_r23_single": 560, "cinebench_r23_multi": 3400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 700, "geekbench_multi": 2800, + "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": 1450, + "passmark_cpu_mark": 3824, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 295, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Phenom_II#Thuban", - "https://en.wikichip.org/wiki/amd/phenom_ii/x6_1090t" + "https://en.wikichip.org/wiki/amd/phenom_ii/x6_1090t", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Phenom+II+X6+1090T" ] } diff --git a/data/cpu/amd/2010/consumer/phenom-ii-x6-1100t.json b/data/cpu/amd/2010/consumer/phenom-ii-x6-1100t.json index 4362ba05..d7ab977a 100644 --- a/data/cpu/amd/2010/consumer/phenom-ii-x6-1100t.json +++ b/data/cpu/amd/2010/consumer/phenom-ii-x6-1100t.json @@ -20,12 +20,29 @@ "memory_support": "DDR3-1333 / DDR2-1066 dual-channel", "cinebench_r23_single": 580, "cinebench_r23_multi": 3500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 720, "geekbench_multi": 2900, + "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": 1503, + "passmark_cpu_mark": 3957, + "specint2006": 25.0, + "specfp2006": 32.2, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 265, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Phenom_II#Thuban", - "https://en.wikichip.org/wiki/amd/phenom_ii/x6_1100t" + "https://en.wikichip.org/wiki/amd/phenom_ii/x6_1100t", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Phenom+II+X6+1100T", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/amd/2011/consumer/fx-8150.json b/data/cpu/amd/2011/consumer/fx-8150.json index 14e430ad..1b1ec505 100644 --- a/data/cpu/amd/2011/consumer/fx-8150.json +++ b/data/cpu/amd/2011/consumer/fx-8150.json @@ -20,12 +20,29 @@ "memory_support": "DDR3-1866 dual-channel", "cinebench_r23_single": 580, "cinebench_r23_multi": 4400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 700, "geekbench_multi": 3500, + "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": 1436, + "passmark_cpu_mark": 5320, + "specint2006": 20.8, + "specfp2006": 25.7, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 245, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Bulldozer_(microarchitecture)", - "https://en.wikichip.org/wiki/amd/fx/fx-8150" + "https://en.wikichip.org/wiki/amd/fx/fx-8150", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+FX-8150", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/amd/2012/consumer/fx-4300.json b/data/cpu/amd/2012/consumer/fx-4300.json index d0f0f3b0..f1f0771f 100644 --- a/data/cpu/amd/2012/consumer/fx-4300.json +++ b/data/cpu/amd/2012/consumer/fx-4300.json @@ -20,12 +20,28 @@ "memory_support": "DDR3-1866 dual-channel", "cinebench_r23_single": 560, "cinebench_r23_multi": 2400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 690, "geekbench_multi": 2200, + "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": 1476, + "passmark_cpu_mark": 2997, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 122, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Piledriver_(microarchitecture)", - "https://en.wikichip.org/wiki/amd/fx/fx-4300" + "https://en.wikichip.org/wiki/amd/fx/fx-4300", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+FX-4300" ] } diff --git a/data/cpu/amd/2012/consumer/fx-6300.json b/data/cpu/amd/2012/consumer/fx-6300.json index 0c1808e0..8a210476 100644 --- a/data/cpu/amd/2012/consumer/fx-6300.json +++ b/data/cpu/amd/2012/consumer/fx-6300.json @@ -20,12 +20,28 @@ "memory_support": "DDR3-1866 dual-channel", "cinebench_r23_single": 580, "cinebench_r23_multi": 3700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 700, "geekbench_multi": 3000, + "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": 1486, + "passmark_cpu_mark": 4231, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 132, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Piledriver_(microarchitecture)", - "https://en.wikichip.org/wiki/amd/fx/fx-6300" + "https://en.wikichip.org/wiki/amd/fx/fx-6300", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+FX-6300" ] } diff --git a/data/cpu/amd/2012/consumer/fx-8350.json b/data/cpu/amd/2012/consumer/fx-8350.json index d3211281..b281f8e8 100644 --- a/data/cpu/amd/2012/consumer/fx-8350.json +++ b/data/cpu/amd/2012/consumer/fx-8350.json @@ -20,12 +20,29 @@ "memory_support": "DDR3-1866 dual-channel", "cinebench_r23_single": 620, "cinebench_r23_multi": 5200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 740, "geekbench_multi": 4100, + "cinebench_r15_single": 97, + "cinebench_r15_multi": 636, + "cinebench_r11_5_single": 1.1, + "cinebench_r11_5_multi": 7.0, + "cinebench_r10_single": 3201, + "cinebench_r10_multi": 16904, + "passmark_single": 1580, + "passmark_cpu_mark": 6092, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 195, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Piledriver_(microarchitecture)", - "https://en.wikichip.org/wiki/amd/fx/fx-8350" + "https://en.wikichip.org/wiki/amd/fx/fx-8350", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+FX-8350", + "https://technical.city/en/cpu/FX-8350" ] } diff --git a/data/cpu/amd/2012/enterprise/opteron-6386-se.json b/data/cpu/amd/2012/enterprise/opteron-6386-se.json index 686abe26..361e8693 100644 --- a/data/cpu/amd/2012/enterprise/opteron-6386-se.json +++ b/data/cpu/amd/2012/enterprise/opteron-6386-se.json @@ -20,12 +20,28 @@ "memory_support": "DDR3-1866 ECC quad-channel", "cinebench_r23_single": 580, "cinebench_r23_multi": 14500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 690, "geekbench_multi": 11000, + "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": 1305, + "passmark_cpu_mark": 8291, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 1392, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Opteron", - "https://en.wikichip.org/wiki/amd/opteron/6386_se" + "https://en.wikichip.org/wiki/amd/opteron/6386_se", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Opteron+6386+SE" ] } diff --git a/data/cpu/amd/2013/consumer/fx-9590.json b/data/cpu/amd/2013/consumer/fx-9590.json index 4608fb05..0b147ee6 100644 --- a/data/cpu/amd/2013/consumer/fx-9590.json +++ b/data/cpu/amd/2013/consumer/fx-9590.json @@ -20,12 +20,28 @@ "memory_support": "DDR3-1866 dual-channel", "cinebench_r23_single": 720, "cinebench_r23_multi": 6400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 840, "geekbench_multi": 4900, + "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": 1807, + "passmark_cpu_mark": 6832, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 879, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Piledriver_(microarchitecture)", - "https://en.wikichip.org/wiki/amd/fx/fx-9590" + "https://en.wikichip.org/wiki/amd/fx/fx-9590", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+FX-9590" ] } diff --git a/data/cpu/amd/2014/consumer/a10-7850k.json b/data/cpu/amd/2014/consumer/a10-7850k.json index 2cff7b39..0d5f344a 100644 --- a/data/cpu/amd/2014/consumer/a10-7850k.json +++ b/data/cpu/amd/2014/consumer/a10-7850k.json @@ -20,12 +20,29 @@ "memory_support": "DDR3-2133 dual-channel", "cinebench_r23_single": 580, "cinebench_r23_multi": 2200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 700, "geekbench_multi": 2200, + "cinebench_r15_single": 86, + "cinebench_r15_multi": 318, + "cinebench_r11_5_single": 1.01, + "cinebench_r11_5_multi": 4.0, + "cinebench_r10_single": 3216, + "cinebench_r10_multi": 10278, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": 30.3, + "specfp2006": 35.7, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 173, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-a10-7850k", - "https://en.wikipedia.org/wiki/Steamroller_(microarchitecture)" + "https://en.wikipedia.org/wiki/Steamroller_(microarchitecture)", + "https://technical.city/en/cpu/A10-7850K", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/amd/2015/consumer/a10-7870k.json b/data/cpu/amd/2015/consumer/a10-7870k.json index f53deb6e..b4c57e08 100644 --- a/data/cpu/amd/2015/consumer/a10-7870k.json +++ b/data/cpu/amd/2015/consumer/a10-7870k.json @@ -20,12 +20,29 @@ "memory_support": "DDR3-2133 dual-channel", "cinebench_r23_single": 600, "cinebench_r23_multi": 2300, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 730, "geekbench_multi": 2300, + "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": 1540, + "passmark_cpu_mark": 3514, + "specint2006": 31.6, + "specfp2006": 36.6, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 137, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-a10-7870k", - "https://en.wikipedia.org/wiki/Steamroller_(microarchitecture)" + "https://en.wikipedia.org/wiki/Steamroller_(microarchitecture)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+A10-7870K", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/amd/2017/consumer/a10-9700.json b/data/cpu/amd/2017/consumer/a10-9700.json index 527e4476..31af10b8 100644 --- a/data/cpu/amd/2017/consumer/a10-9700.json +++ b/data/cpu/amd/2017/consumer/a10-9700.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2400 dual-channel", "cinebench_r23_single": 620, "cinebench_r23_multi": 2400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 750, "geekbench_multi": 2300, + "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": 1624, + "passmark_cpu_mark": 3565, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 98, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-a10-9700", - "https://en.wikipedia.org/wiki/Excavator_(microarchitecture)" + "https://en.wikipedia.org/wiki/Excavator_(microarchitecture)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+A10-9700" ] } diff --git a/data/cpu/amd/2017/consumer/ryzen-3-1200.json b/data/cpu/amd/2017/consumer/ryzen-3-1200.json index 8343c99e..5f75bd4a 100644 --- a/data/cpu/amd/2017/consumer/ryzen-3-1200.json +++ b/data/cpu/amd/2017/consumer/ryzen-3-1200.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 820, "cinebench_r23_multi": 2500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 980, "geekbench_multi": 2200, + "cinebench_r15_single": 135, + "cinebench_r15_multi": 480, + "cinebench_r11_5_single": 1.53, + "cinebench_r11_5_multi": 6.0, + "cinebench_r10_single": 4178, + "cinebench_r10_multi": 13961, + "passmark_single": 1924, + "passmark_cpu_mark": 6263, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 109, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/1000-series/amd-ryzen-3-1200.html", - "https://en.wikipedia.org/wiki/Zen_(first_generation)" + "https://en.wikipedia.org/wiki/Zen_(first_generation)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+1200", + "https://technical.city/en/cpu/Ryzen-3-1200" ] } diff --git a/data/cpu/amd/2017/consumer/ryzen-3-1300x.json b/data/cpu/amd/2017/consumer/ryzen-3-1300x.json index 065f936e..a51bfeba 100644 --- a/data/cpu/amd/2017/consumer/ryzen-3-1300x.json +++ b/data/cpu/amd/2017/consumer/ryzen-3-1300x.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 900, "cinebench_r23_multi": 2700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1080, "geekbench_multi": 2400, + "cinebench_r15_single": 152, + "cinebench_r15_multi": 558, + "cinebench_r11_5_single": 1.72, + "cinebench_r11_5_multi": 6.0, + "cinebench_r10_single": 4676, + "cinebench_r10_multi": 16094, + "passmark_single": 2124, + "passmark_cpu_mark": 6926, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 129, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/1000-series/amd-ryzen-3-1300x.html", - "https://en.wikipedia.org/wiki/Zen_(first_generation)" + "https://en.wikipedia.org/wiki/Zen_(first_generation)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+1300X", + "https://technical.city/en/cpu/Ryzen-3-1300X" ] } diff --git a/data/cpu/amd/2017/consumer/ryzen-5-1500x.json b/data/cpu/amd/2017/consumer/ryzen-5-1500x.json index f9f4dd19..f9dd2700 100644 --- a/data/cpu/amd/2017/consumer/ryzen-5-1500x.json +++ b/data/cpu/amd/2017/consumer/ryzen-5-1500x.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 920, "cinebench_r23_multi": 4400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1100, "geekbench_multi": 3700, + "cinebench_r15_single": 154, + "cinebench_r15_multi": 805, + "cinebench_r11_5_single": 1.73, + "cinebench_r11_5_multi": 9.0, + "cinebench_r10_single": 4573, + "cinebench_r10_multi": 20186, + "passmark_single": 2107, + "passmark_cpu_mark": 9065, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 189, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/1000-series/amd-ryzen-5-1500x.html", - "https://en.wikipedia.org/wiki/Zen_(first_generation)" + "https://en.wikipedia.org/wiki/Zen_(first_generation)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+1500X", + "https://technical.city/en/cpu/Ryzen-5-1500X" ] } diff --git a/data/cpu/amd/2017/consumer/ryzen-5-1600.json b/data/cpu/amd/2017/consumer/ryzen-5-1600.json index 0367e4db..e21bcce9 100644 --- a/data/cpu/amd/2017/consumer/ryzen-5-1600.json +++ b/data/cpu/amd/2017/consumer/ryzen-5-1600.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 880, "cinebench_r23_multi": 6200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1060, "geekbench_multi": 5000, + "cinebench_r15_single": 147, + "cinebench_r15_multi": 1129, + "cinebench_r11_5_single": 1.65, + "cinebench_r11_5_multi": 13.0, + "cinebench_r10_single": 4538, + "cinebench_r10_multi": 25970, + "passmark_single": 2065, + "passmark_cpu_mark": 12254, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 219, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/1000-series/amd-ryzen-5-1600.html", - "https://en.wikipedia.org/wiki/Zen_(first_generation)" + "https://en.wikipedia.org/wiki/Zen_(first_generation)", + "https://www.cpubenchmark.net/cpu.php?id=2984&cpu=AMD+Ryzen+5+1600", + "https://technical.city/en/cpu/Ryzen-5-1600" ] } diff --git a/data/cpu/amd/2017/consumer/ryzen-5-1600x.json b/data/cpu/amd/2017/consumer/ryzen-5-1600x.json index f2546938..1932e3bb 100644 --- a/data/cpu/amd/2017/consumer/ryzen-5-1600x.json +++ b/data/cpu/amd/2017/consumer/ryzen-5-1600x.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 960, "cinebench_r23_multi": 6600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1150, "geekbench_multi": 5300, + "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": 2190, + "passmark_cpu_mark": 12999, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 249, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/1000-series/amd-ryzen-5-1600x.html", - "https://en.wikipedia.org/wiki/Zen_(first_generation)" + "https://en.wikipedia.org/wiki/Zen_(first_generation)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+1600X" ] } diff --git a/data/cpu/amd/2017/consumer/ryzen-7-1700.json b/data/cpu/amd/2017/consumer/ryzen-7-1700.json index 5fc6e077..367e451c 100644 --- a/data/cpu/amd/2017/consumer/ryzen-7-1700.json +++ b/data/cpu/amd/2017/consumer/ryzen-7-1700.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 900, "cinebench_r23_multi": 8000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1080, "geekbench_multi": 6500, + "cinebench_r15_single": 147, + "cinebench_r15_multi": 1414, + "cinebench_r11_5_single": 1.66, + "cinebench_r11_5_multi": 16.0, + "cinebench_r10_single": 4419, + "cinebench_r10_multi": 29330, + "passmark_single": 1998, + "passmark_cpu_mark": 14755, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 329, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/1000-series/amd-ryzen-7-1700.html", - "https://en.wikipedia.org/wiki/Zen_(first_generation)" + "https://en.wikipedia.org/wiki/Zen_(first_generation)", + "https://www.cpubenchmark.net/cpu.php?id=2970&cpu=AMD+Ryzen+7+1700", + "https://technical.city/en/cpu/Ryzen-7-1700" ] } diff --git a/data/cpu/amd/2017/consumer/ryzen-7-1700x.json b/data/cpu/amd/2017/consumer/ryzen-7-1700x.json index 4bf3fb6e..09cae45e 100644 --- a/data/cpu/amd/2017/consumer/ryzen-7-1700x.json +++ b/data/cpu/amd/2017/consumer/ryzen-7-1700x.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 940, "cinebench_r23_multi": 8400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1120, "geekbench_multi": 6800, + "cinebench_r15_single": 154, + "cinebench_r15_multi": 1537, + "cinebench_r11_5_single": 1.73, + "cinebench_r11_5_multi": 17.0, + "cinebench_r10_single": 4662, + "cinebench_r10_multi": 31950, + "passmark_single": 2100, + "passmark_cpu_mark": 15605, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 399, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/1000-series/amd-ryzen-7-1700x.html", - "https://en.wikipedia.org/wiki/Zen_(first_generation)" + "https://en.wikipedia.org/wiki/Zen_(first_generation)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+1700X", + "https://technical.city/en/cpu/Ryzen-7-1700X" ] } diff --git a/data/cpu/amd/2017/consumer/ryzen-7-1800x.json b/data/cpu/amd/2017/consumer/ryzen-7-1800x.json index 2c3c55b1..8d4e3195 100644 --- a/data/cpu/amd/2017/consumer/ryzen-7-1800x.json +++ b/data/cpu/amd/2017/consumer/ryzen-7-1800x.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 990, "cinebench_r23_multi": 8800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1180, "geekbench_multi": 7100, + "cinebench_r15_single": 161, + "cinebench_r15_multi": 1618, + "cinebench_r11_5_single": 1.79, + "cinebench_r11_5_multi": 18.0, + "cinebench_r10_single": 5062, + "cinebench_r10_multi": 32833, + "passmark_single": 2197, + "passmark_cpu_mark": 16272, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 499, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/1000-series/amd-ryzen-7-1800x.html", - "https://en.wikipedia.org/wiki/Zen_(first_generation)" + "https://en.wikipedia.org/wiki/Zen_(first_generation)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+1800X", + "https://technical.city/en/cpu/Ryzen-7-1800X" ] } diff --git a/data/cpu/amd/2017/enterprise/epyc-7601.json b/data/cpu/amd/2017/enterprise/epyc-7601.json index 247024fa..77ed426f 100644 --- a/data/cpu/amd/2017/enterprise/epyc-7601.json +++ b/data/cpu/amd/2017/enterprise/epyc-7601.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2666 octa-channel ECC", "cinebench_r23_single": 880, "cinebench_r23_multi": 21000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1020, "geekbench_multi": 13500, + "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": 1891, + "passmark_cpu_mark": 34102, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 4200, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/server/epyc/7001-series/amd-epyc-7601.html", - "https://en.wikipedia.org/wiki/Epyc" + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7601" ] } diff --git a/data/cpu/amd/2017/enterprise/ryzen-threadripper-1900x.json b/data/cpu/amd/2017/enterprise/ryzen-threadripper-1900x.json index c5ab9820..ad89f428 100644 --- a/data/cpu/amd/2017/enterprise/ryzen-threadripper-1900x.json +++ b/data/cpu/amd/2017/enterprise/ryzen-threadripper-1900x.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2666 quad-channel", "cinebench_r23_single": 980, "cinebench_r23_multi": 8800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1180, "geekbench_multi": 7400, + "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": 2331, + "passmark_cpu_mark": 16834, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 549, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/1000-series/amd-ryzen-threadripper-1900x.html", - "https://en.wikipedia.org/wiki/Ryzen_Threadripper" + "https://en.wikipedia.org/wiki/Ryzen_Threadripper", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+1900X" ] } diff --git a/data/cpu/amd/2017/enterprise/ryzen-threadripper-1920x.json b/data/cpu/amd/2017/enterprise/ryzen-threadripper-1920x.json index 16865047..2222537b 100644 --- a/data/cpu/amd/2017/enterprise/ryzen-threadripper-1920x.json +++ b/data/cpu/amd/2017/enterprise/ryzen-threadripper-1920x.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666 quad-channel", "cinebench_r23_single": 940, "cinebench_r23_multi": 12500, + "cinebench_2024_single": null, + "cinebench_2024_multi": 783, "geekbench_single": 1130, "geekbench_multi": 9200, + "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": 2306, + "passmark_cpu_mark": 23062, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 799, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/1000-series/amd-ryzen-threadripper-1920x.html", - "https://en.wikipedia.org/wiki/Ryzen_Threadripper" + "https://en.wikipedia.org/wiki/Ryzen_Threadripper", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+1920X", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2017/enterprise/ryzen-threadripper-1950x.json b/data/cpu/amd/2017/enterprise/ryzen-threadripper-1950x.json index 1b077928..14c88a70 100644 --- a/data/cpu/amd/2017/enterprise/ryzen-threadripper-1950x.json +++ b/data/cpu/amd/2017/enterprise/ryzen-threadripper-1950x.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-2666 quad-channel", "cinebench_r23_single": 950, "cinebench_r23_multi": 16500, + "cinebench_2024_single": null, + "cinebench_2024_multi": 964, "geekbench_single": 1140, "geekbench_multi": 11500, + "cinebench_r15_single": 159, + "cinebench_r15_multi": 2997, + "cinebench_r11_5_single": 1.73, + "cinebench_r11_5_multi": 23.0, + "cinebench_r10_single": 4754, + "cinebench_r10_multi": 41814, + "passmark_single": 2284, + "passmark_cpu_mark": 27765, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 999, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/1000-series/amd-ryzen-threadripper-1950x.html", - "https://en.wikipedia.org/wiki/Ryzen_Threadripper" + "https://en.wikipedia.org/wiki/Ryzen_Threadripper", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+1950X", + "https://technical.city/en/cpu/Ryzen-Threadripper-1950X", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2018/consumer/athlon-200ge.json b/data/cpu/amd/2018/consumer/athlon-200ge.json index 304f832c..081f1db8 100644 --- a/data/cpu/amd/2018/consumer/athlon-200ge.json +++ b/data/cpu/amd/2018/consumer/athlon-200ge.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2667", "cinebench_r23_single": 870, "cinebench_r23_multi": 1900, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1040, "geekbench_multi": 1700, + "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": 1796, + "passmark_cpu_mark": 4108, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 55, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-athlon-200ge", - "https://en.wikipedia.org/wiki/Zen_(first_generation)" + "https://en.wikipedia.org/wiki/Zen_(first_generation)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+200GE" ] } diff --git a/data/cpu/amd/2018/consumer/ryzen-3-2200g.json b/data/cpu/amd/2018/consumer/ryzen-3-2200g.json index a2631633..92c8a0d5 100644 --- a/data/cpu/amd/2018/consumer/ryzen-3-2200g.json +++ b/data/cpu/amd/2018/consumer/ryzen-3-2200g.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2933", "cinebench_r23_single": 900, "cinebench_r23_multi": 2700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1080, "geekbench_multi": 2300, + "cinebench_r15_single": 146, + "cinebench_r15_multi": 577, + "cinebench_r11_5_single": 1.68, + "cinebench_r11_5_multi": 7.0, + "cinebench_r10_single": 4625, + "cinebench_r10_multi": 16684, + "passmark_single": 2040, + "passmark_cpu_mark": 6719, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 99, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-3-2200g", - "https://en.wikipedia.org/wiki/Zen_(first_generation)" + "https://en.wikipedia.org/wiki/Zen_(first_generation)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+2200G", + "https://technical.city/en/cpu/Ryzen-3-2200G" ] } diff --git a/data/cpu/amd/2018/consumer/ryzen-5-2400g.json b/data/cpu/amd/2018/consumer/ryzen-5-2400g.json index 86b9dca2..06b2f9a0 100644 --- a/data/cpu/amd/2018/consumer/ryzen-5-2400g.json +++ b/data/cpu/amd/2018/consumer/ryzen-5-2400g.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2933", "cinebench_r23_single": 950, "cinebench_r23_multi": 4400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1130, "geekbench_multi": 3700, + "cinebench_r15_single": 156, + "cinebench_r15_multi": 847, + "cinebench_r11_5_single": 1.77, + "cinebench_r11_5_multi": 9.0, + "cinebench_r10_single": 4805, + "cinebench_r10_multi": 21024, + "passmark_single": 2142, + "passmark_cpu_mark": 8725, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 169, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-5-2400g", - "https://en.wikipedia.org/wiki/Zen_(first_generation)" + "https://en.wikipedia.org/wiki/Zen_(first_generation)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+2400G", + "https://technical.city/en/cpu/Ryzen-5-2400G" ] } diff --git a/data/cpu/amd/2018/consumer/ryzen-5-2500u.json b/data/cpu/amd/2018/consumer/ryzen-5-2500u.json index 5655dd6a..35ab4ba9 100644 --- a/data/cpu/amd/2018/consumer/ryzen-5-2500u.json +++ b/data/cpu/amd/2018/consumer/ryzen-5-2500u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2400", "cinebench_r23_single": 770, "cinebench_r23_multi": 3100, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 910, "geekbench_multi": 2700, + "cinebench_r15_single": 137, + "cinebench_r15_multi": 609, + "cinebench_r11_5_single": 1.59, + "cinebench_r11_5_multi": 7.0, + "cinebench_r10_single": 4411, + "cinebench_r10_multi": 15684, + "passmark_single": 1793, + "passmark_cpu_mark": 6492, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-5-2500u", - "https://en.wikipedia.org/wiki/Zen_(first_generation)" + "https://en.wikipedia.org/wiki/Zen_(first_generation)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+2500U", + "https://technical.city/en/cpu/Ryzen-5-2500U" ] } diff --git a/data/cpu/amd/2018/consumer/ryzen-5-2600.json b/data/cpu/amd/2018/consumer/ryzen-5-2600.json index 9ae4df1a..514c0434 100644 --- a/data/cpu/amd/2018/consumer/ryzen-5-2600.json +++ b/data/cpu/amd/2018/consumer/ryzen-5-2600.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2933", "cinebench_r23_single": 1020, "cinebench_r23_multi": 6900, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1240, "geekbench_multi": 5500, + "cinebench_r15_single": 157, + "cinebench_r15_multi": 1248, + "cinebench_r11_5_single": 1.76, + "cinebench_r11_5_multi": 14.0, + "cinebench_r10_single": 4726, + "cinebench_r10_multi": 28173, + "passmark_single": 2235, + "passmark_cpu_mark": 13133, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 199, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/2000-series/amd-ryzen-5-2600.html", - "https://en.wikipedia.org/wiki/Ryzen_2000_series" + "https://en.wikipedia.org/wiki/Ryzen_2000_series", + "https://www.cpubenchmark.net/cpu.php?id=3243&cpu=AMD+Ryzen+5+2600", + "https://technical.city/en/cpu/Ryzen-5-2600" ] } diff --git a/data/cpu/amd/2018/consumer/ryzen-5-2600x.json b/data/cpu/amd/2018/consumer/ryzen-5-2600x.json index 6e8581a3..e5f8b6e9 100644 --- a/data/cpu/amd/2018/consumer/ryzen-5-2600x.json +++ b/data/cpu/amd/2018/consumer/ryzen-5-2600x.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2933", "cinebench_r23_single": 1080, "cinebench_r23_multi": 7200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1290, "geekbench_multi": 5800, + "cinebench_r15_single": 163, + "cinebench_r15_multi": 1341, + "cinebench_r11_5_single": 1.81, + "cinebench_r11_5_multi": 15.0, + "cinebench_r10_single": 4958, + "cinebench_r10_multi": 29954, + "passmark_single": 2378, + "passmark_cpu_mark": 13867, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 229, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/2000-series/amd-ryzen-5-2600x.html", - "https://en.wikipedia.org/wiki/Ryzen_2000_series" + "https://en.wikipedia.org/wiki/Ryzen_2000_series", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+2600X", + "https://technical.city/en/cpu/Ryzen-5-2600X" ] } diff --git a/data/cpu/amd/2018/consumer/ryzen-7-2700.json b/data/cpu/amd/2018/consumer/ryzen-7-2700.json index 29ce3474..b91d2691 100644 --- a/data/cpu/amd/2018/consumer/ryzen-7-2700.json +++ b/data/cpu/amd/2018/consumer/ryzen-7-2700.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2933", "cinebench_r23_single": 1050, "cinebench_r23_multi": 9300, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1260, "geekbench_multi": 7100, + "cinebench_r15_single": 161, + "cinebench_r15_multi": 1551, + "cinebench_r11_5_single": 1.78, + "cinebench_r11_5_multi": 17.0, + "cinebench_r10_single": 4505, + "cinebench_r10_multi": 31385, + "passmark_single": 2171, + "passmark_cpu_mark": 15605, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 299, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/2000-series/amd-ryzen-7-2700.html", - "https://en.wikipedia.org/wiki/Ryzen_2000_series" + "https://en.wikipedia.org/wiki/Ryzen_2000_series", + "https://www.cpubenchmark.net/cpu.php?id=3240&cpu=AMD+Ryzen+7+2700", + "https://technical.city/en/cpu/Ryzen-7-2700" ] } diff --git a/data/cpu/amd/2018/consumer/ryzen-7-2700u.json b/data/cpu/amd/2018/consumer/ryzen-7-2700u.json index 2644e7b1..e9e15ce5 100644 --- a/data/cpu/amd/2018/consumer/ryzen-7-2700u.json +++ b/data/cpu/amd/2018/consumer/ryzen-7-2700u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2400", "cinebench_r23_single": 800, "cinebench_r23_multi": 3300, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 950, "geekbench_multi": 2900, + "cinebench_r15_single": 144, + "cinebench_r15_multi": 644, + "cinebench_r11_5_single": 1.65, + "cinebench_r11_5_multi": 8.0, + "cinebench_r10_single": 4515, + "cinebench_r10_multi": 13729, + "passmark_single": 1793, + "passmark_cpu_mark": 6824, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-7-2700u", - "https://en.wikipedia.org/wiki/Zen_(first_generation)" + "https://en.wikipedia.org/wiki/Zen_(first_generation)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+2700U", + "https://technical.city/en/cpu/Ryzen-7-2700U" ] } diff --git a/data/cpu/amd/2018/consumer/ryzen-7-2700x.json b/data/cpu/amd/2018/consumer/ryzen-7-2700x.json index 9ee0d104..022267f5 100644 --- a/data/cpu/amd/2018/consumer/ryzen-7-2700x.json +++ b/data/cpu/amd/2018/consumer/ryzen-7-2700x.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2933", "cinebench_r23_single": 1090, "cinebench_r23_multi": 9800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1300, "geekbench_multi": 7500, + "cinebench_r15_single": 176, + "cinebench_r15_multi": 1762, + "cinebench_r11_5_single": 1.95, + "cinebench_r11_5_multi": 19.0, + "cinebench_r10_single": 5256, + "cinebench_r10_multi": 34763, + "passmark_single": 2415, + "passmark_cpu_mark": 17434, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 329, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/2000-series/amd-ryzen-7-2700x.html", - "https://en.wikipedia.org/wiki/Ryzen_2000_series" + "https://en.wikipedia.org/wiki/Ryzen_2000_series", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+2700X", + "https://technical.city/en/cpu/Ryzen-7-2700X" ] } diff --git a/data/cpu/amd/2018/enterprise/ryzen-threadripper-2920x.json b/data/cpu/amd/2018/enterprise/ryzen-threadripper-2920x.json index d2f5e8dd..87493c49 100644 --- a/data/cpu/amd/2018/enterprise/ryzen-threadripper-2920x.json +++ b/data/cpu/amd/2018/enterprise/ryzen-threadripper-2920x.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2933 quad-channel", "cinebench_r23_single": 1070, "cinebench_r23_multi": 14500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1270, "geekbench_multi": 10700, + "cinebench_r15_single": 178, + "cinebench_r15_multi": 2628, + "cinebench_r11_5_single": 1.96, + "cinebench_r11_5_multi": 18.0, + "cinebench_r10_single": 5407, + "cinebench_r10_multi": 46015, + "passmark_single": 2484, + "passmark_cpu_mark": 25204, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 649, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/2000-series/amd-ryzen-threadripper-2920x.html", - "https://en.wikipedia.org/wiki/Ryzen_Threadripper" + "https://en.wikipedia.org/wiki/Ryzen_Threadripper", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+2920X", + "https://technical.city/en/cpu/Ryzen-Threadripper-2920X" ] } diff --git a/data/cpu/amd/2018/enterprise/ryzen-threadripper-2950x.json b/data/cpu/amd/2018/enterprise/ryzen-threadripper-2950x.json index 404ef3bf..331c2fe5 100644 --- a/data/cpu/amd/2018/enterprise/ryzen-threadripper-2950x.json +++ b/data/cpu/amd/2018/enterprise/ryzen-threadripper-2950x.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2933 quad-channel", "cinebench_r23_single": 1080, "cinebench_r23_multi": 18500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1280, "geekbench_multi": 13000, + "cinebench_r15_single": 176, + "cinebench_r15_multi": 3110, + "cinebench_r11_5_single": 1.9, + "cinebench_r11_5_multi": 27.0, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 2453, + "passmark_cpu_mark": 29458, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 899, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/2000-series/amd-ryzen-threadripper-2950x.html", - "https://en.wikipedia.org/wiki/Ryzen_Threadripper" + "https://en.wikipedia.org/wiki/Ryzen_Threadripper", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+2950X", + "https://technical.city/en/cpu/Ryzen-Threadripper-2950X" ] } diff --git a/data/cpu/amd/2018/enterprise/ryzen-threadripper-2970wx.json b/data/cpu/amd/2018/enterprise/ryzen-threadripper-2970wx.json index 6e4ee6e1..a370437a 100644 --- a/data/cpu/amd/2018/enterprise/ryzen-threadripper-2970wx.json +++ b/data/cpu/amd/2018/enterprise/ryzen-threadripper-2970wx.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2933 quad-channel", "cinebench_r23_single": 1050, "cinebench_r23_multi": 22000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1240, "geekbench_multi": 13200, + "cinebench_r15_single": 173, + "cinebench_r15_multi": 4376, + "cinebench_r11_5_single": 1.9, + "cinebench_r11_5_multi": 22.0, + "cinebench_r10_single": 5241, + "cinebench_r10_multi": 37522, + "passmark_single": 2338, + "passmark_cpu_mark": 31011, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 1299, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/2000-series/amd-ryzen-threadripper-2970wx.html", - "https://en.wikipedia.org/wiki/Ryzen_Threadripper" + "https://en.wikipedia.org/wiki/Ryzen_Threadripper", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+2970WX", + "https://technical.city/en/cpu/Ryzen-Threadripper-2970WX" ] } diff --git a/data/cpu/amd/2018/enterprise/ryzen-threadripper-2990wx.json b/data/cpu/amd/2018/enterprise/ryzen-threadripper-2990wx.json index 3bef584a..f6c790ba 100644 --- a/data/cpu/amd/2018/enterprise/ryzen-threadripper-2990wx.json +++ b/data/cpu/amd/2018/enterprise/ryzen-threadripper-2990wx.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2933 quad-channel", "cinebench_r23_single": 1050, "cinebench_r23_multi": 26000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1240, "geekbench_multi": 14500, + "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": 2277, + "passmark_cpu_mark": 32044, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 1799, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/2000-series/amd-ryzen-threadripper-2990wx.html", - "https://en.wikipedia.org/wiki/Ryzen_Threadripper" + "https://en.wikipedia.org/wiki/Ryzen_Threadripper", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+2990WX" ] } diff --git a/data/cpu/amd/2019/consumer/athlon-3000g.json b/data/cpu/amd/2019/consumer/athlon-3000g.json index b8d857a0..cbec2dd2 100644 --- a/data/cpu/amd/2019/consumer/athlon-3000g.json +++ b/data/cpu/amd/2019/consumer/athlon-3000g.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2667", "cinebench_r23_single": 920, "cinebench_r23_multi": 2000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1100, "geekbench_multi": 1800, + "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": 1949, + "passmark_cpu_mark": 4437, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 49, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-athlon-3000g", - "https://en.wikipedia.org/wiki/Zen_(first_generation)" + "https://en.wikipedia.org/wiki/Zen_(first_generation)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Athlon+3000G" ] } diff --git a/data/cpu/amd/2019/consumer/ryzen-3-3200g.json b/data/cpu/amd/2019/consumer/ryzen-3-3200g.json index aa36b2cd..3de5aa51 100644 --- a/data/cpu/amd/2019/consumer/ryzen-3-3200g.json +++ b/data/cpu/amd/2019/consumer/ryzen-3-3200g.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2933", "cinebench_r23_single": 1000, "cinebench_r23_multi": 3100, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1190, "geekbench_multi": 2700, + "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": 2183, + "passmark_cpu_mark": 6986, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 99, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-3-3200g", - "https://en.wikipedia.org/wiki/Zen%2B" + "https://en.wikipedia.org/wiki/Zen%2B", + "https://www.cpubenchmark.net/cpu.php?id=3497&cpu=AMD+Ryzen+3+3200G" ] } diff --git a/data/cpu/amd/2019/consumer/ryzen-5-3400g.json b/data/cpu/amd/2019/consumer/ryzen-5-3400g.json index 473231c6..e1583250 100644 --- a/data/cpu/amd/2019/consumer/ryzen-5-3400g.json +++ b/data/cpu/amd/2019/consumer/ryzen-5-3400g.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2933", "cinebench_r23_single": 1050, "cinebench_r23_multi": 5000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1240, "geekbench_multi": 4100, + "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": 2311, + "passmark_cpu_mark": 9178, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 149, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-5-3400g", - "https://en.wikipedia.org/wiki/Zen%2B" + "https://en.wikipedia.org/wiki/Zen%2B", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+3400G" ] } diff --git a/data/cpu/amd/2019/consumer/ryzen-5-3500u.json b/data/cpu/amd/2019/consumer/ryzen-5-3500u.json index 5b42d600..63c5fdbb 100644 --- a/data/cpu/amd/2019/consumer/ryzen-5-3500u.json +++ b/data/cpu/amd/2019/consumer/ryzen-5-3500u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2400", "cinebench_r23_single": 810, "cinebench_r23_multi": 3300, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 960, "geekbench_multi": 2850, + "cinebench_r15_single": 143, + "cinebench_r15_multi": 650, + "cinebench_r11_5_single": 1.65, + "cinebench_r11_5_multi": 8.0, + "cinebench_r10_single": 4558, + "cinebench_r10_multi": 17231, + "passmark_single": 1911, + "passmark_cpu_mark": 6809, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-5-3500u", - "https://en.wikipedia.org/wiki/Zen%2B" + "https://en.wikipedia.org/wiki/Zen%2B", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+3500U", + "https://technical.city/en/cpu/Ryzen-5-3500U" ] } diff --git a/data/cpu/amd/2019/consumer/ryzen-5-3500x.json b/data/cpu/amd/2019/consumer/ryzen-5-3500x.json index e1e7f199..86f71d00 100644 --- a/data/cpu/amd/2019/consumer/ryzen-5-3500x.json +++ b/data/cpu/amd/2019/consumer/ryzen-5-3500x.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1230, "cinebench_r23_multi": 6800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1450, "geekbench_multi": 5500, + "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": 2501, + "passmark_cpu_mark": 13171, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 159, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/3000-series/amd-ryzen-5-3500x.html", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+3500X" ] } diff --git a/data/cpu/amd/2019/consumer/ryzen-5-3600.json b/data/cpu/amd/2019/consumer/ryzen-5-3600.json index 4b9490dd..27515e89 100644 --- a/data/cpu/amd/2019/consumer/ryzen-5-3600.json +++ b/data/cpu/amd/2019/consumer/ryzen-5-3600.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1240, "cinebench_r23_multi": 10500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1600, "geekbench_multi": 7900, + "cinebench_r15_single": 192, + "cinebench_r15_multi": 1568, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 2559, + "passmark_cpu_mark": 17667, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 199, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/3000-series/amd-ryzen-5-3600.html", - "https://en.wikipedia.org/wiki/Ryzen_3000_series" + "https://en.wikipedia.org/wiki/Ryzen_3000_series", + "https://www.cpubenchmark.net/cpu.php?id=3481&cpu=AMD+Ryzen+5+3600", + "https://technical.city/en/cpu/Ryzen-5-3600" ] } diff --git a/data/cpu/amd/2019/consumer/ryzen-7-3700u.json b/data/cpu/amd/2019/consumer/ryzen-7-3700u.json index 4182b28c..327de7ee 100644 --- a/data/cpu/amd/2019/consumer/ryzen-7-3700u.json +++ b/data/cpu/amd/2019/consumer/ryzen-7-3700u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2400", "cinebench_r23_single": 850, "cinebench_r23_multi": 3500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1000, "geekbench_multi": 3000, + "cinebench_r15_single": 139, + "cinebench_r15_multi": 672, + "cinebench_r11_5_single": 1.59, + "cinebench_r11_5_multi": 8.0, + "cinebench_r10_single": 4411, + "cinebench_r10_multi": 15461, + "passmark_single": 1935, + "passmark_cpu_mark": 7012, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-7-3700u", - "https://en.wikipedia.org/wiki/Zen%2B" + "https://en.wikipedia.org/wiki/Zen%2B", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+3700U", + "https://technical.city/en/cpu/Ryzen-7-3700U" ] } diff --git a/data/cpu/amd/2019/consumer/ryzen-7-3700x.json b/data/cpu/amd/2019/consumer/ryzen-7-3700x.json index 5789ea3c..f8324d24 100644 --- a/data/cpu/amd/2019/consumer/ryzen-7-3700x.json +++ b/data/cpu/amd/2019/consumer/ryzen-7-3700x.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1210, "cinebench_r23_multi": 12000, + "cinebench_2024_single": 76, + "cinebench_2024_multi": 708, "geekbench_single": 1750, "geekbench_multi": 8000, + "cinebench_r15_single": 204, + "cinebench_r15_multi": 2092, + "cinebench_r11_5_single": 2.3, + "cinebench_r11_5_multi": 23.0, + "cinebench_r10_single": 5839, + "cinebench_r10_multi": 40439, + "passmark_single": 2654, + "passmark_cpu_mark": 22401, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 329, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/3000-series/amd-ryzen-7-3700x.html", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+3700X", + "https://technical.city/en/cpu/Ryzen-7-3700X", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/amd/2019/consumer/ryzen-7-3800x.json b/data/cpu/amd/2019/consumer/ryzen-7-3800x.json index f3c2b168..8ab147b3 100644 --- a/data/cpu/amd/2019/consumer/ryzen-7-3800x.json +++ b/data/cpu/amd/2019/consumer/ryzen-7-3800x.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1280, "cinebench_r23_multi": 12000, + "cinebench_2024_single": 78, + "cinebench_2024_multi": 731, "geekbench_single": 1510, "geekbench_multi": 9000, + "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": 2710, + "passmark_cpu_mark": 22976, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 399, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/3000-series/amd-ryzen-7-3800x.html", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?id=3499&cpu=AMD+Ryzen+7+3800X", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/amd/2019/consumer/ryzen-9-3900x.json b/data/cpu/amd/2019/consumer/ryzen-9-3900x.json index d9b5d501..76529379 100644 --- a/data/cpu/amd/2019/consumer/ryzen-9-3900x.json +++ b/data/cpu/amd/2019/consumer/ryzen-9-3900x.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1240, "cinebench_r23_multi": 19500, + "cinebench_2024_single": 78, + "cinebench_2024_multi": 1068, "geekbench_single": 1600, "geekbench_multi": 14000, + "cinebench_r15_single": 207, + "cinebench_r15_multi": 3049, + "cinebench_r11_5_single": 2.36, + "cinebench_r11_5_multi": 34.0, + "cinebench_r10_single": 6019, + "cinebench_r10_multi": 45539, + "passmark_single": 2703, + "passmark_cpu_mark": 32493, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 499, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/3000-series/amd-ryzen-9-3900x.html", - "https://en.wikipedia.org/wiki/Ryzen_3000_series" + "https://en.wikipedia.org/wiki/Ryzen_3000_series", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+3900X", + "https://technical.city/en/cpu/Ryzen-9-3900X", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/amd/2019/consumer/ryzen-9-3950x.json b/data/cpu/amd/2019/consumer/ryzen-9-3950x.json index 2ab58197..bb7ca254 100644 --- a/data/cpu/amd/2019/consumer/ryzen-9-3950x.json +++ b/data/cpu/amd/2019/consumer/ryzen-9-3950x.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1310, "cinebench_r23_multi": 22000, + "cinebench_2024_single": 72, + "cinebench_2024_multi": 1325, "geekbench_single": 1900, "geekbench_multi": 13000, + "cinebench_r15_single": 209, + "cinebench_r15_multi": 4002, + "cinebench_r11_5_single": 2.37, + "cinebench_r11_5_multi": 44.0, + "cinebench_r10_single": 6102, + "cinebench_r10_multi": 53396, + "passmark_single": 2701, + "passmark_cpu_mark": 38435, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 749, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/3000-series/amd-ryzen-9-3950x.html", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+3950X", + "https://technical.city/en/cpu/Ryzen-9-3950X", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/amd/2019/enterprise/epyc-7742.json b/data/cpu/amd/2019/enterprise/epyc-7742.json index f1ffe667..f3f953b6 100644 --- a/data/cpu/amd/2019/enterprise/epyc-7742.json +++ b/data/cpu/amd/2019/enterprise/epyc-7742.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-3200 octa-channel ECC", "cinebench_r23_single": 1100, "cinebench_r23_multi": 55000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1260, "geekbench_multi": 28000, + "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": 2095, + "passmark_cpu_mark": 69808, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 6950, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/server/epyc/7002-series/amd-epyc-7742.html", - "https://en.wikipedia.org/wiki/Epyc" + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7742" ] } diff --git a/data/cpu/amd/2019/enterprise/ryzen-threadripper-3960x.json b/data/cpu/amd/2019/enterprise/ryzen-threadripper-3960x.json index 5936914f..deab6050 100644 --- a/data/cpu/amd/2019/enterprise/ryzen-threadripper-3960x.json +++ b/data/cpu/amd/2019/enterprise/ryzen-threadripper-3960x.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 quad-channel", "cinebench_r23_single": 1380, "cinebench_r23_multi": 36000, + "cinebench_2024_single": 77, + "cinebench_2024_multi": 1922, "geekbench_single": 1620, "geekbench_multi": 21000, + "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": 2683, + "passmark_cpu_mark": 54782, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 1399, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/3000-series/amd-ryzen-threadripper-3960x.html", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+3960X", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2019/enterprise/ryzen-threadripper-3970x.json b/data/cpu/amd/2019/enterprise/ryzen-threadripper-3970x.json index 0410aa81..faaf14da 100644 --- a/data/cpu/amd/2019/enterprise/ryzen-threadripper-3970x.json +++ b/data/cpu/amd/2019/enterprise/ryzen-threadripper-3970x.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 quad-channel", "cinebench_r23_single": 1380, "cinebench_r23_multi": 47000, + "cinebench_2024_single": 78, + "cinebench_2024_multi": 2564, "geekbench_single": 1620, "geekbench_multi": 24500, + "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": 2658, + "passmark_cpu_mark": 62895, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 1999, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/3000-series/amd-ryzen-threadripper-3970x.html", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+3970X", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2020/consumer/ryzen-3-3100.json b/data/cpu/amd/2020/consumer/ryzen-3-3100.json index 68ca7c7b..f771a02f 100644 --- a/data/cpu/amd/2020/consumer/ryzen-3-3100.json +++ b/data/cpu/amd/2020/consumer/ryzen-3-3100.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1180, "cinebench_r23_multi": 4700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1390, "geekbench_multi": 3900, + "cinebench_r15_single": 178, + "cinebench_r15_multi": 991, + "cinebench_r11_5_single": 1.99, + "cinebench_r11_5_multi": 11.0, + "cinebench_r10_single": 5181, + "cinebench_r10_multi": 23406, + "passmark_single": 2411, + "passmark_cpu_mark": 11524, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 99, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/3000-series/amd-ryzen-3-3100.html", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+3100", + "https://technical.city/en/cpu/Ryzen-3-3100" ] } diff --git a/data/cpu/amd/2020/consumer/ryzen-3-3300x.json b/data/cpu/amd/2020/consumer/ryzen-3-3300x.json index b62c0386..6743f9c8 100644 --- a/data/cpu/amd/2020/consumer/ryzen-3-3300x.json +++ b/data/cpu/amd/2020/consumer/ryzen-3-3300x.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1270, "cinebench_r23_multi": 5000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1490, "geekbench_multi": 4100, + "cinebench_r15_single": 195, + "cinebench_r15_multi": 1071, + "cinebench_r11_5_single": 2.28, + "cinebench_r11_5_multi": 12.0, + "cinebench_r10_single": 5856, + "cinebench_r10_multi": 25416, + "passmark_single": 2669, + "passmark_cpu_mark": 12583, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 120, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/3000-series/amd-ryzen-3-3300x.html", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+3300X", + "https://technical.city/en/cpu/Ryzen-3-3300X" ] } diff --git a/data/cpu/amd/2020/consumer/ryzen-3-4300u.json b/data/cpu/amd/2020/consumer/ryzen-3-4300u.json index 0331a2ae..2dd1f884 100644 --- a/data/cpu/amd/2020/consumer/ryzen-3-4300u.json +++ b/data/cpu/amd/2020/consumer/ryzen-3-4300u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 990, "cinebench_r23_multi": 3500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1100, "geekbench_multi": 3000, + "cinebench_r15_single": 164, + "cinebench_r15_multi": 563, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 2294, + "passmark_cpu_mark": 7364, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-3-4300u", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+4300U", + "https://technical.city/en/cpu/Ryzen-3-4300U" ] } diff --git a/data/cpu/amd/2020/consumer/ryzen-5-3600xt.json b/data/cpu/amd/2020/consumer/ryzen-5-3600xt.json index 1dc19c7f..a41d96dd 100644 --- a/data/cpu/amd/2020/consumer/ryzen-5-3600xt.json +++ b/data/cpu/amd/2020/consumer/ryzen-5-3600xt.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1280, "cinebench_r23_multi": 9300, + "cinebench_2024_single": 76, + "cinebench_2024_multi": 563, "geekbench_single": 1510, "geekbench_multi": 7200, + "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": 2748, + "passmark_cpu_mark": 18514, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 249, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/3000-series/amd-ryzen-5-3600xt.html", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+3600XT", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2020/consumer/ryzen-5-4500u.json b/data/cpu/amd/2020/consumer/ryzen-5-4500u.json index e6e55abd..11c5e68d 100644 --- a/data/cpu/amd/2020/consumer/ryzen-5-4500u.json +++ b/data/cpu/amd/2020/consumer/ryzen-5-4500u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1060, "cinebench_r23_multi": 5500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1180, "geekbench_multi": 4500, + "cinebench_r15_single": 174, + "cinebench_r15_multi": 892, + "cinebench_r11_5_single": 2.03, + "cinebench_r11_5_multi": 11.0, + "cinebench_r10_single": 5337, + "cinebench_r10_multi": 24156, + "passmark_single": 2400, + "passmark_cpu_mark": 10654, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-5-4500u", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+4500U", + "https://technical.city/en/cpu/Ryzen-5-4500U" ] } diff --git a/data/cpu/amd/2020/consumer/ryzen-5-4600h.json b/data/cpu/amd/2020/consumer/ryzen-5-4600h.json index 43d24748..1bd7f3ae 100644 --- a/data/cpu/amd/2020/consumer/ryzen-5-4600h.json +++ b/data/cpu/amd/2020/consumer/ryzen-5-4600h.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1100, "cinebench_r23_multi": 8000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1220, "geekbench_multi": 5800, + "cinebench_r15_single": 176, + "cinebench_r15_multi": 1425, + "cinebench_r11_5_single": 2.04, + "cinebench_r11_5_multi": 16.0, + "cinebench_r10_single": 5365, + "cinebench_r10_multi": 32756, + "passmark_single": 2411, + "passmark_cpu_mark": 14116, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-5-4600h", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?id=3708&cpu=AMD+Ryzen+5+4600H", + "https://technical.city/en/cpu/Ryzen-5-4600H" ] } diff --git a/data/cpu/amd/2020/consumer/ryzen-5-4600u.json b/data/cpu/amd/2020/consumer/ryzen-5-4600u.json index f95eee4a..f88cd20e 100644 --- a/data/cpu/amd/2020/consumer/ryzen-5-4600u.json +++ b/data/cpu/amd/2020/consumer/ryzen-5-4600u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1080, "cinebench_r23_multi": 6700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1190, "geekbench_multi": 5100, + "cinebench_r15_single": 176, + "cinebench_r15_multi": 1089, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 2365, + "passmark_cpu_mark": 12934, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-5-4600u", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+4600U", + "https://technical.city/en/cpu/Ryzen-5-4600U" ] } diff --git a/data/cpu/amd/2020/consumer/ryzen-5-5600x.json b/data/cpu/amd/2020/consumer/ryzen-5-5600x.json index 5c64ee33..76111b7d 100644 --- a/data/cpu/amd/2020/consumer/ryzen-5-5600x.json +++ b/data/cpu/amd/2020/consumer/ryzen-5-5600x.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1640, "cinebench_r23_multi": 11500, + "cinebench_2024_single": 96, + "cinebench_2024_multi": 668, "geekbench_single": 2220, "geekbench_multi": 8000, + "cinebench_r15_single": 254, + "cinebench_r15_multi": 1968, + "cinebench_r11_5_single": 2.95, + "cinebench_r11_5_multi": 22.0, + "cinebench_r10_single": 6462, + "cinebench_r10_multi": 39331, + "passmark_single": 3366, + "passmark_cpu_mark": 21836, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 299, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/5000-series/amd-ryzen-5-5600x.html", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?id=3859&cpu=AMD+Ryzen+5+5600X", + "https://technical.city/en/cpu/Ryzen-5-5600X", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/amd/2020/consumer/ryzen-7-3800xt.json b/data/cpu/amd/2020/consumer/ryzen-7-3800xt.json index 3573e0d7..b6b3fed5 100644 --- a/data/cpu/amd/2020/consumer/ryzen-7-3800xt.json +++ b/data/cpu/amd/2020/consumer/ryzen-7-3800xt.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1310, "cinebench_r23_multi": 12200, + "cinebench_2024_single": 81, + "cinebench_2024_multi": 734, "geekbench_single": 1540, "geekbench_multi": 9200, + "cinebench_r15_single": 219, + "cinebench_r15_multi": 2230, + "cinebench_r11_5_single": 2.36, + "cinebench_r11_5_multi": 24.0, + "cinebench_r10_single": 6035, + "cinebench_r10_multi": 40528, + "passmark_single": 2798, + "passmark_cpu_mark": 23430, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 399, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/3000-series/amd-ryzen-7-3800xt.html", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+3800XT", + "https://technical.city/en/cpu/Ryzen-7-3800XT", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/amd/2020/consumer/ryzen-7-4700u.json b/data/cpu/amd/2020/consumer/ryzen-7-4700u.json index df26e51b..74976469 100644 --- a/data/cpu/amd/2020/consumer/ryzen-7-4700u.json +++ b/data/cpu/amd/2020/consumer/ryzen-7-4700u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1100, "cinebench_r23_multi": 7800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1220, "geekbench_multi": 5800, + "cinebench_r15_single": 180, + "cinebench_r15_multi": 1095, + "cinebench_r11_5_single": 2.1, + "cinebench_r11_5_multi": 13.0, + "cinebench_r10_single": 5524, + "cinebench_r10_multi": 24771, + "passmark_single": 2491, + "passmark_cpu_mark": 13118, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-7-4700u", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+4700U", + "https://technical.city/en/cpu/Ryzen-7-4700U" ] } diff --git a/data/cpu/amd/2020/consumer/ryzen-7-4800h.json b/data/cpu/amd/2020/consumer/ryzen-7-4800h.json index e6171728..b6c355af 100644 --- a/data/cpu/amd/2020/consumer/ryzen-7-4800h.json +++ b/data/cpu/amd/2020/consumer/ryzen-7-4800h.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1150, "cinebench_r23_multi": 10500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1260, "geekbench_multi": 7500, + "cinebench_r15_single": 188, + "cinebench_r15_multi": 1854, + "cinebench_r11_5_single": 2.18, + "cinebench_r11_5_multi": 21.0, + "cinebench_r10_single": 5684, + "cinebench_r10_multi": 37276, + "passmark_single": 2584, + "passmark_cpu_mark": 17919, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-7-4800h", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?id=3676&cpu=AMD+Ryzen+7+4800H", + "https://technical.city/en/cpu/Ryzen-7-4800H" ] } diff --git a/data/cpu/amd/2020/consumer/ryzen-7-4800u.json b/data/cpu/amd/2020/consumer/ryzen-7-4800u.json index b754659c..6251d72f 100644 --- a/data/cpu/amd/2020/consumer/ryzen-7-4800u.json +++ b/data/cpu/amd/2020/consumer/ryzen-7-4800u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1130, "cinebench_r23_multi": 9300, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1240, "geekbench_multi": 6700, + "cinebench_r15_single": 183, + "cinebench_r15_multi": 1411, + "cinebench_r11_5_single": 2.15, + "cinebench_r11_5_multi": 18.0, + "cinebench_r10_single": 5690, + "cinebench_r10_multi": 33649, + "passmark_single": 2550, + "passmark_cpu_mark": 16385, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-7-4800u", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+4800U", + "https://technical.city/en/cpu/Ryzen-7-4800U" ] } diff --git a/data/cpu/amd/2020/consumer/ryzen-7-5800x.json b/data/cpu/amd/2020/consumer/ryzen-7-5800x.json index db5f4d91..d7147218 100644 --- a/data/cpu/amd/2020/consumer/ryzen-7-5800x.json +++ b/data/cpu/amd/2020/consumer/ryzen-7-5800x.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1620, "cinebench_r23_multi": 15000, + "cinebench_2024_single": 98, + "cinebench_2024_multi": 861, "geekbench_single": 2230, "geekbench_multi": 10000, + "cinebench_r15_single": 266, + "cinebench_r15_multi": 2609, + "cinebench_r11_5_single": 3.09, + "cinebench_r11_5_multi": 29.0, + "cinebench_r10_single": 6835, + "cinebench_r10_multi": 45548, + "passmark_single": 3448, + "passmark_cpu_mark": 27684, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 449, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/5000-series/amd-ryzen-7-5800x.html", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?id=3869&cpu=AMD+Ryzen+7+5800X", + "https://technical.city/en/cpu/Ryzen-7-5800X", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/amd/2020/consumer/ryzen-9-3900xt.json b/data/cpu/amd/2020/consumer/ryzen-9-3900xt.json index 6a516b22..c9977a92 100644 --- a/data/cpu/amd/2020/consumer/ryzen-9-3900xt.json +++ b/data/cpu/amd/2020/consumer/ryzen-9-3900xt.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1320, "cinebench_r23_multi": 18000, + "cinebench_2024_single": 79, + "cinebench_2024_multi": 1074, "geekbench_single": 1550, "geekbench_multi": 12500, + "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": 2743, + "passmark_cpu_mark": 32484, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 499, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/3000-series/amd-ryzen-9-3900xt.html", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+3900XT", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/amd/2020/consumer/ryzen-9-4900h.json b/data/cpu/amd/2020/consumer/ryzen-9-4900h.json index d81f09ba..c7536b7c 100644 --- a/data/cpu/amd/2020/consumer/ryzen-9-4900h.json +++ b/data/cpu/amd/2020/consumer/ryzen-9-4900h.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1200, "cinebench_r23_multi": 11000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1320, "geekbench_multi": 7800, + "cinebench_r15_single": 193, + "cinebench_r15_multi": 1927, + "cinebench_r11_5_single": 2.24, + "cinebench_r11_5_multi": 23.0, + "cinebench_r10_single": 5946, + "cinebench_r10_multi": 40253, + "passmark_single": 2692, + "passmark_cpu_mark": 18819, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-9-4900h", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+4900H", + "https://technical.city/en/cpu/Ryzen-9-4900H" ] } diff --git a/data/cpu/amd/2020/consumer/ryzen-9-4900hs.json b/data/cpu/amd/2020/consumer/ryzen-9-4900hs.json index 96e1ac6a..78e0d75d 100644 --- a/data/cpu/amd/2020/consumer/ryzen-9-4900hs.json +++ b/data/cpu/amd/2020/consumer/ryzen-9-4900hs.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1180, "cinebench_r23_multi": 10500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1300, "geekbench_multi": 7500, + "cinebench_r15_single": 193, + "cinebench_r15_multi": 1863, + "cinebench_r11_5_single": 2.23, + "cinebench_r11_5_multi": 18.0, + "cinebench_r10_single": 5866, + "cinebench_r10_multi": 37938, + "passmark_single": 2578, + "passmark_cpu_mark": 18752, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-9-4900hs", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+4900HS", + "https://technical.city/en/cpu/Ryzen-9-4900HS" ] } diff --git a/data/cpu/amd/2020/consumer/ryzen-9-5900x.json b/data/cpu/amd/2020/consumer/ryzen-9-5900x.json index 1c5f679d..e7588119 100644 --- a/data/cpu/amd/2020/consumer/ryzen-9-5900x.json +++ b/data/cpu/amd/2020/consumer/ryzen-9-5900x.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1660, "cinebench_r23_multi": 22500, + "cinebench_2024_single": 97, + "cinebench_2024_multi": 1189, "geekbench_single": 2270, "geekbench_multi": 13500, + "cinebench_r15_single": 250, + "cinebench_r15_multi": 2695, + "cinebench_r11_5_single": 3.14, + "cinebench_r11_5_multi": 42.0, + "cinebench_r10_single": 6828, + "cinebench_r10_multi": 52076, + "passmark_single": 3465, + "passmark_cpu_mark": 38913, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 549, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/5000-series/amd-ryzen-9-5900x.html", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?id=3870&cpu=AMD+Ryzen+9+5900X", + "https://technical.city/en/cpu/Ryzen-9-5900X", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/amd/2020/consumer/ryzen-9-5950x.json b/data/cpu/amd/2020/consumer/ryzen-9-5950x.json index 5e9db2b7..53427578 100644 --- a/data/cpu/amd/2020/consumer/ryzen-9-5950x.json +++ b/data/cpu/amd/2020/consumer/ryzen-9-5950x.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1680, "cinebench_r23_multi": 28500, + "cinebench_2024_single": 98, + "cinebench_2024_multi": 1494, "geekbench_single": 2300, "geekbench_multi": 16000, + "cinebench_r15_single": 267, + "cinebench_r15_multi": 4324, + "cinebench_r11_5_single": 3.08, + "cinebench_r11_5_multi": 48.0, + "cinebench_r10_single": 6690, + "cinebench_r10_multi": 56641, + "passmark_single": 3476, + "passmark_cpu_mark": 45293, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 799, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/5000-series/amd-ryzen-9-5950x.html", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+5950X", + "https://technical.city/en/cpu/Ryzen-9-5950X", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/amd/2020/enterprise/ryzen-threadripper-3990x.json b/data/cpu/amd/2020/enterprise/ryzen-threadripper-3990x.json index f94a8237..cdd5cd22 100644 --- a/data/cpu/amd/2020/enterprise/ryzen-threadripper-3990x.json +++ b/data/cpu/amd/2020/enterprise/ryzen-threadripper-3990x.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 quad-channel", "cinebench_r23_single": 1300, "cinebench_r23_multi": 75000, + "cinebench_2024_single": 75, + "cinebench_2024_multi": 4191, "geekbench_single": 1560, "geekbench_multi": 35000, + "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": 2560, + "passmark_cpu_mark": 79684, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 3990, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/3000-series/amd-ryzen-threadripper-3990x.html", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+3990X", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2021/consumer/ryzen-3-5300u.json b/data/cpu/amd/2021/consumer/ryzen-3-5300u.json index e0da185c..5abf56e8 100644 --- a/data/cpu/amd/2021/consumer/ryzen-3-5300u.json +++ b/data/cpu/amd/2021/consumer/ryzen-3-5300u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1010, "cinebench_r23_multi": 4200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1120, "geekbench_multi": 3500, + "cinebench_r15_single": 170, + "cinebench_r15_multi": 906, + "cinebench_r11_5_single": 1.89, + "cinebench_r11_5_multi": 9.0, + "cinebench_r10_single": 5118, + "cinebench_r10_multi": 22139, + "passmark_single": 2299, + "passmark_cpu_mark": 9319, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-3-5300u", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+5300U", + "https://technical.city/en/cpu/Ryzen-3-5300U" ] } diff --git a/data/cpu/amd/2021/consumer/ryzen-5-5500u.json b/data/cpu/amd/2021/consumer/ryzen-5-5500u.json index 8226c48c..6bc17420 100644 --- a/data/cpu/amd/2021/consumer/ryzen-5-5500u.json +++ b/data/cpu/amd/2021/consumer/ryzen-5-5500u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1100, "cinebench_r23_multi": 6700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1220, "geekbench_multi": 5100, + "cinebench_r15_single": 177, + "cinebench_r15_multi": 1247, + "cinebench_r11_5_single": 1.99, + "cinebench_r11_5_multi": 11.0, + "cinebench_r10_single": 5313, + "cinebench_r10_multi": 27437, + "passmark_single": 2395, + "passmark_cpu_mark": 12655, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-5-5500u", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+5500U", + "https://technical.city/en/cpu/Ryzen-5-5500U" ] } diff --git a/data/cpu/amd/2021/consumer/ryzen-5-5600g.json b/data/cpu/amd/2021/consumer/ryzen-5-5600g.json index c007f259..2215cd2a 100644 --- a/data/cpu/amd/2021/consumer/ryzen-5-5600g.json +++ b/data/cpu/amd/2021/consumer/ryzen-5-5600g.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1480, "cinebench_r23_multi": 11000, + "cinebench_2024_single": 84, + "cinebench_2024_multi": 578, "geekbench_single": 1960, "geekbench_multi": 8800, + "cinebench_r15_single": 228, + "cinebench_r15_multi": 1724, + "cinebench_r11_5_single": 2.68, + "cinebench_r11_5_multi": 20.0, + "cinebench_r10_single": 6052, + "cinebench_r10_multi": 35552, + "passmark_single": 3179, + "passmark_cpu_mark": 19657, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 259, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/5000-series/amd-ryzen-5-5600g.html", - "https://en.wikipedia.org/wiki/Ryzen_5000_series" + "https://en.wikipedia.org/wiki/Ryzen_5000_series", + "https://www.cpubenchmark.net/cpu.php?id=4325&cpu=AMD+Ryzen+5+5600G", + "https://technical.city/en/cpu/Ryzen-5-5600G", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2021/consumer/ryzen-5-5600h.json b/data/cpu/amd/2021/consumer/ryzen-5-5600h.json index 3b4ca594..4bb2afd6 100644 --- a/data/cpu/amd/2021/consumer/ryzen-5-5600h.json +++ b/data/cpu/amd/2021/consumer/ryzen-5-5600h.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1320, "cinebench_r23_multi": 9000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1460, "geekbench_multi": 6700, + "cinebench_r15_single": 223, + "cinebench_r15_multi": 1563, + "cinebench_r11_5_single": 2.62, + "cinebench_r11_5_multi": 19.0, + "cinebench_r10_single": 5817, + "cinebench_r10_multi": 34229, + "passmark_single": 2881, + "passmark_cpu_mark": 16418, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-5-5600h", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+5600H", + "https://technical.city/en/cpu/Ryzen-5-5600H" ] } diff --git a/data/cpu/amd/2021/consumer/ryzen-5-5600u.json b/data/cpu/amd/2021/consumer/ryzen-5-5600u.json index f7448616..b24e5788 100644 --- a/data/cpu/amd/2021/consumer/ryzen-5-5600u.json +++ b/data/cpu/amd/2021/consumer/ryzen-5-5600u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1320, "cinebench_r23_multi": 7500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1460, "geekbench_multi": 5600, + "cinebench_r15_single": 223, + "cinebench_r15_multi": 1321, + "cinebench_r11_5_single": 2.63, + "cinebench_r11_5_multi": 15.0, + "cinebench_r10_single": 2866, + "cinebench_r10_multi": 28347, + "passmark_single": 2858, + "passmark_cpu_mark": 14962, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-5-5600u", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+5600U", + "https://technical.city/en/cpu/Ryzen-5-5600U" ] } diff --git a/data/cpu/amd/2021/consumer/ryzen-7-5700g.json b/data/cpu/amd/2021/consumer/ryzen-7-5700g.json index d4b9b0df..28db23ca 100644 --- a/data/cpu/amd/2021/consumer/ryzen-7-5700g.json +++ b/data/cpu/amd/2021/consumer/ryzen-7-5700g.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1530, "cinebench_r23_multi": 14500, + "cinebench_2024_single": 85, + "cinebench_2024_multi": 764, "geekbench_single": 2050, "geekbench_multi": 10800, + "cinebench_r15_single": 243, + "cinebench_r15_multi": 2107, + "cinebench_r11_5_single": 2.86, + "cinebench_r11_5_multi": 24.0, + "cinebench_r10_single": 6196, + "cinebench_r10_multi": 38827, + "passmark_single": 3283, + "passmark_cpu_mark": 24269, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 359, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/5000-series/amd-ryzen-7-5700g.html", - "https://en.wikipedia.org/wiki/Ryzen_5000_series" + "https://en.wikipedia.org/wiki/Ryzen_5000_series", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+5700G", + "https://technical.city/en/cpu/Ryzen-7-5700G", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2021/consumer/ryzen-7-5700u.json b/data/cpu/amd/2021/consumer/ryzen-7-5700u.json index 33956b3a..ec4c64e6 100644 --- a/data/cpu/amd/2021/consumer/ryzen-7-5700u.json +++ b/data/cpu/amd/2021/consumer/ryzen-7-5700u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1150, "cinebench_r23_multi": 9300, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1260, "geekbench_multi": 6700, + "cinebench_r15_single": 188, + "cinebench_r15_multi": 1480, + "cinebench_r11_5_single": 2.18, + "cinebench_r11_5_multi": 17.0, + "cinebench_r10_single": 5710, + "cinebench_r10_multi": 29303, + "passmark_single": 2534, + "passmark_cpu_mark": 15405, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-7-5700u", - "https://en.wikipedia.org/wiki/Zen_2" + "https://en.wikipedia.org/wiki/Zen_2", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+5700U", + "https://technical.city/en/cpu/Ryzen-7-5700U" ] } diff --git a/data/cpu/amd/2021/consumer/ryzen-7-5800h.json b/data/cpu/amd/2021/consumer/ryzen-7-5800h.json index e3929d62..ad7333e3 100644 --- a/data/cpu/amd/2021/consumer/ryzen-7-5800h.json +++ b/data/cpu/amd/2021/consumer/ryzen-7-5800h.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1370, "cinebench_r23_multi": 12500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1510, "geekbench_multi": 9000, + "cinebench_r15_single": 229, + "cinebench_r15_multi": 2005, + "cinebench_r11_5_single": 2.72, + "cinebench_r11_5_multi": 22.0, + "cinebench_r10_single": 6017, + "cinebench_r10_multi": 36735, + "passmark_single": 2998, + "passmark_cpu_mark": 20565, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-7-5800h", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+5800H", + "https://technical.city/en/cpu/Ryzen-7-5800H" ] } diff --git a/data/cpu/amd/2021/consumer/ryzen-7-5800hs.json b/data/cpu/amd/2021/consumer/ryzen-7-5800hs.json index 115d99f8..a1b6ae0d 100644 --- a/data/cpu/amd/2021/consumer/ryzen-7-5800hs.json +++ b/data/cpu/amd/2021/consumer/ryzen-7-5800hs.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1360, "cinebench_r23_multi": 11500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1500, "geekbench_multi": 8500, + "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": 2967, + "passmark_cpu_mark": 19437, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-7-5800hs", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+5800HS" ] } diff --git a/data/cpu/amd/2021/consumer/ryzen-7-5800u.json b/data/cpu/amd/2021/consumer/ryzen-7-5800u.json index 51e117e5..5dade76a 100644 --- a/data/cpu/amd/2021/consumer/ryzen-7-5800u.json +++ b/data/cpu/amd/2021/consumer/ryzen-7-5800u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1380, "cinebench_r23_multi": 10500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1530, "geekbench_multi": 7500, + "cinebench_r15_single": 229, + "cinebench_r15_multi": 1613, + "cinebench_r11_5_single": 2.7, + "cinebench_r11_5_multi": 15.0, + "cinebench_r10_single": 6039, + "cinebench_r10_multi": 26711, + "passmark_single": 2994, + "passmark_cpu_mark": 18028, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-7-5800u", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+5800U", + "https://technical.city/en/cpu/Ryzen-7-5800U" ] } diff --git a/data/cpu/amd/2021/consumer/ryzen-9-5900hs.json b/data/cpu/amd/2021/consumer/ryzen-9-5900hs.json index 574f8144..1554cd25 100644 --- a/data/cpu/amd/2021/consumer/ryzen-9-5900hs.json +++ b/data/cpu/amd/2021/consumer/ryzen-9-5900hs.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1400, "cinebench_r23_multi": 12000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1550, "geekbench_multi": 8800, + "cinebench_r15_single": 237, + "cinebench_r15_multi": 2041, + "cinebench_r11_5_single": 2.83, + "cinebench_r11_5_multi": 25.0, + "cinebench_r10_single": 6380, + "cinebench_r10_multi": 41235, + "passmark_single": 3116, + "passmark_cpu_mark": 21097, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-9-5900hs", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+5900HS", + "https://technical.city/en/cpu/Ryzen-9-5900HS" ] } diff --git a/data/cpu/amd/2021/consumer/ryzen-9-5900hx.json b/data/cpu/amd/2021/consumer/ryzen-9-5900hx.json index b659dba1..8fecc755 100644 --- a/data/cpu/amd/2021/consumer/ryzen-9-5900hx.json +++ b/data/cpu/amd/2021/consumer/ryzen-9-5900hx.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1430, "cinebench_r23_multi": 13200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1580, "geekbench_multi": 9300, + "cinebench_r15_single": 240, + "cinebench_r15_multi": 2106, + "cinebench_r11_5_single": 2.84, + "cinebench_r11_5_multi": 25.0, + "cinebench_r10_single": 6409, + "cinebench_r10_multi": 40114, + "passmark_single": 3157, + "passmark_cpu_mark": 22062, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-9-5900hx", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+5900HX", + "https://technical.city/en/cpu/Ryzen-9-5900HX" ] } diff --git a/data/cpu/amd/2021/consumer/ryzen-9-5980hx.json b/data/cpu/amd/2021/consumer/ryzen-9-5980hx.json index d1a5c512..b319a505 100644 --- a/data/cpu/amd/2021/consumer/ryzen-9-5980hx.json +++ b/data/cpu/amd/2021/consumer/ryzen-9-5980hx.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1450, "cinebench_r23_multi": 13500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1600, "geekbench_multi": 9500, + "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": 3308, + "passmark_cpu_mark": 23132, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-9-5980hx", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+5980HX" ] } diff --git a/data/cpu/amd/2021/enterprise/epyc-7763.json b/data/cpu/amd/2021/enterprise/epyc-7763.json index 5d0e2225..8b3ff207 100644 --- a/data/cpu/amd/2021/enterprise/epyc-7763.json +++ b/data/cpu/amd/2021/enterprise/epyc-7763.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-3200 octa-channel ECC", "cinebench_r23_single": 1300, "cinebench_r23_multi": 73000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1500, "geekbench_multi": 34000, + "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": 2517, + "passmark_cpu_mark": 84492, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 7890, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/server/epyc/7003-series/amd-epyc-7763.html", - "https://en.wikipedia.org/wiki/Epyc" + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+7763" ] } diff --git a/data/cpu/amd/2022/consumer/ryzen-5-5500.json b/data/cpu/amd/2022/consumer/ryzen-5-5500.json index 2c0cb975..bee7429d 100644 --- a/data/cpu/amd/2022/consumer/ryzen-5-5500.json +++ b/data/cpu/amd/2022/consumer/ryzen-5-5500.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1475, "cinebench_r23_multi": 11500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1950, "geekbench_multi": 9000, + "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": 3060, + "passmark_cpu_mark": 19261, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 159, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/5000-series/amd-ryzen-5-5500.html", - "https://en.wikipedia.org/wiki/Ryzen_5000_series" + "https://en.wikipedia.org/wiki/Ryzen_5000_series", + "https://www.cpubenchmark.net/cpu.php?id=4807&cpu=AMD+Ryzen+5+5500" ] } diff --git a/data/cpu/amd/2022/consumer/ryzen-5-5600.json b/data/cpu/amd/2022/consumer/ryzen-5-5600.json index 515a21fa..50895de4 100644 --- a/data/cpu/amd/2022/consumer/ryzen-5-5600.json +++ b/data/cpu/amd/2022/consumer/ryzen-5-5600.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1570, "cinebench_r23_multi": 11000, + "cinebench_2024_single": 85, + "cinebench_2024_multi": 642, "geekbench_single": 2170, "geekbench_multi": 7800, + "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": 3255, + "passmark_cpu_mark": 21518, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 199, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/5000-series/amd-ryzen-5-5600.html", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?id=4811&cpu=AMD+Ryzen+5+5600", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/amd/2022/consumer/ryzen-5-6600h.json b/data/cpu/amd/2022/consumer/ryzen-5-6600h.json index 8957f494..54700cf2 100644 --- a/data/cpu/amd/2022/consumer/ryzen-5-6600h.json +++ b/data/cpu/amd/2022/consumer/ryzen-5-6600h.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-4800 / LPDDR5-6400", "cinebench_r23_single": 1450, "cinebench_r23_multi": 9700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1610, "geekbench_multi": 7000, + "cinebench_r15_single": 234, + "cinebench_r15_multi": 1682, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 6075, + "cinebench_r10_multi": 31681, + "passmark_single": 3146, + "passmark_cpu_mark": 18228, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-5-6600h", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+6600H", + "https://technical.city/en/cpu/Ryzen-5-6600H" ] } diff --git a/data/cpu/amd/2022/consumer/ryzen-5-7600x.json b/data/cpu/amd/2022/consumer/ryzen-5-7600x.json index 6e22f7db..cc320cf8 100644 --- a/data/cpu/amd/2022/consumer/ryzen-5-7600x.json +++ b/data/cpu/amd/2022/consumer/ryzen-5-7600x.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 2060, "cinebench_r23_multi": 15000, + "cinebench_2024_single": 115, + "cinebench_2024_multi": 921, "geekbench_single": 2830, "geekbench_multi": 10500, + "cinebench_r15_single": 314, + "cinebench_r15_multi": 2517, + "cinebench_r11_5_single": 3.71, + "cinebench_r11_5_multi": 28.0, + "cinebench_r10_single": 8480, + "cinebench_r10_multi": 49430, + "passmark_single": 4131, + "passmark_cpu_mark": 28293, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 299, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/7000-series/amd-ryzen-5-7600x.html", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+7600X", + "https://technical.city/en/cpu/Ryzen-5-7600X", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/amd/2022/consumer/ryzen-7-5700x.json b/data/cpu/amd/2022/consumer/ryzen-7-5700x.json index ebf1d8d9..0133980c 100644 --- a/data/cpu/amd/2022/consumer/ryzen-7-5700x.json +++ b/data/cpu/amd/2022/consumer/ryzen-7-5700x.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1570, "cinebench_r23_multi": 15500, + "cinebench_2024_single": 92, + "cinebench_2024_multi": 852, "geekbench_single": 2100, "geekbench_multi": 11500, + "cinebench_r15_single": 253, + "cinebench_r15_multi": 2329, + "cinebench_r11_5_single": 2.94, + "cinebench_r11_5_multi": 26.0, + "cinebench_r10_single": 6527, + "cinebench_r10_multi": 42876, + "passmark_single": 3387, + "passmark_cpu_mark": 26585, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 299, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/5000-series/amd-ryzen-7-5700x.html", - "https://en.wikipedia.org/wiki/Ryzen_5000_series" + "https://en.wikipedia.org/wiki/Ryzen_5000_series", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+5700X", + "https://technical.city/en/cpu/Ryzen-7-5700X", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2022/consumer/ryzen-7-5800x3d.json b/data/cpu/amd/2022/consumer/ryzen-7-5800x3d.json index 0e0ab606..f2ecf67a 100644 --- a/data/cpu/amd/2022/consumer/ryzen-7-5800x3d.json +++ b/data/cpu/amd/2022/consumer/ryzen-7-5800x3d.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1620, "cinebench_r23_multi": 15000, + "cinebench_2024_single": 95, + "cinebench_2024_multi": 835, "geekbench_single": 2200, "geekbench_multi": 10500, + "cinebench_r15_single": 241, + "cinebench_r15_multi": 2413, + "cinebench_r11_5_single": 2.77, + "cinebench_r11_5_multi": 27.0, + "cinebench_r10_single": 6008, + "cinebench_r10_multi": 42010, + "passmark_single": 3234, + "passmark_cpu_mark": 28305, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 449, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/5000-series/amd-ryzen-7-5800x3d.html", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+5800X3D", + "https://technical.city/en/cpu/Ryzen-7-5800X3D", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/amd/2022/consumer/ryzen-7-6800h.json b/data/cpu/amd/2022/consumer/ryzen-7-6800h.json index 6fb03be4..789705a0 100644 --- a/data/cpu/amd/2022/consumer/ryzen-7-6800h.json +++ b/data/cpu/amd/2022/consumer/ryzen-7-6800h.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-4800 / LPDDR5-6400", "cinebench_r23_single": 1500, "cinebench_r23_multi": 13000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1670, "geekbench_multi": 9300, + "cinebench_r15_single": 243, + "cinebench_r15_multi": 2136, + "cinebench_r11_5_single": 2.86, + "cinebench_r11_5_multi": 25.0, + "cinebench_r10_single": 6421, + "cinebench_r10_multi": 39319, + "passmark_single": 3195, + "passmark_cpu_mark": 22809, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-7-6800h", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+6800H", + "https://technical.city/en/cpu/Ryzen-7-6800H" ] } diff --git a/data/cpu/amd/2022/consumer/ryzen-7-6800hs.json b/data/cpu/amd/2022/consumer/ryzen-7-6800hs.json index a2f97a5e..754d5482 100644 --- a/data/cpu/amd/2022/consumer/ryzen-7-6800hs.json +++ b/data/cpu/amd/2022/consumer/ryzen-7-6800hs.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-4800 / LPDDR5-6400", "cinebench_r23_single": 1480, "cinebench_r23_multi": 12500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1650, "geekbench_multi": 9000, + "cinebench_r15_single": 234, + "cinebench_r15_multi": 1987, + "cinebench_r11_5_single": 2.79, + "cinebench_r11_5_multi": 26.0, + "cinebench_r10_single": 6258, + "cinebench_r10_multi": 41339, + "passmark_single": 3151, + "passmark_cpu_mark": 22457, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-7-6800hs", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+6800HS", + "https://technical.city/en/cpu/Ryzen-7-6800HS" ] } diff --git a/data/cpu/amd/2022/consumer/ryzen-7-7700x.json b/data/cpu/amd/2022/consumer/ryzen-7-7700x.json index f369b9a5..55c3ee86 100644 --- a/data/cpu/amd/2022/consumer/ryzen-7-7700x.json +++ b/data/cpu/amd/2022/consumer/ryzen-7-7700x.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 2080, "cinebench_r23_multi": 19000, + "cinebench_2024_single": 116, + "cinebench_2024_multi": 1070, "geekbench_single": 2870, "geekbench_multi": 13000, + "cinebench_r15_single": 315, + "cinebench_r15_multi": 3114, + "cinebench_r11_5_single": 3.71, + "cinebench_r11_5_multi": 36.0, + "cinebench_r10_single": 8633, + "cinebench_r10_multi": 56024, + "passmark_single": 4179, + "passmark_cpu_mark": 35538, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 399, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/7000-series/amd-ryzen-7-7700x.html", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+7700X", + "https://technical.city/en/cpu/Ryzen-7-7700X", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/amd/2022/consumer/ryzen-9-6900hs.json b/data/cpu/amd/2022/consumer/ryzen-9-6900hs.json index 4037ae33..66dda30e 100644 --- a/data/cpu/amd/2022/consumer/ryzen-9-6900hs.json +++ b/data/cpu/amd/2022/consumer/ryzen-9-6900hs.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-4800 / LPDDR5-6400", "cinebench_r23_single": 1550, "cinebench_r23_multi": 13500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1730, "geekbench_multi": 9500, + "cinebench_r15_single": 245, + "cinebench_r15_multi": 2161, + "cinebench_r11_5_single": 2.95, + "cinebench_r11_5_multi": 25.0, + "cinebench_r10_single": 6405, + "cinebench_r10_multi": 39960, + "passmark_single": 3214, + "passmark_cpu_mark": 22897, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-9-6900hs", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+6900HS", + "https://technical.city/en/cpu/Ryzen-9-6900HS" ] } diff --git a/data/cpu/amd/2022/consumer/ryzen-9-6900hx.json b/data/cpu/amd/2022/consumer/ryzen-9-6900hx.json index e90dc906..c7e68da7 100644 --- a/data/cpu/amd/2022/consumer/ryzen-9-6900hx.json +++ b/data/cpu/amd/2022/consumer/ryzen-9-6900hx.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-4800 / LPDDR5-6400", "cinebench_r23_single": 1580, "cinebench_r23_multi": 14200, + "cinebench_2024_single": null, + "cinebench_2024_multi": 719, "geekbench_single": 1760, "geekbench_multi": 10000, + "cinebench_r15_single": 249, + "cinebench_r15_multi": 2231, + "cinebench_r11_5_single": 2.92, + "cinebench_r11_5_multi": 24.0, + "cinebench_r10_single": 6546, + "cinebench_r10_multi": 39524, + "passmark_single": 3373, + "passmark_cpu_mark": 24118, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-9-6900hx", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+6900HX", + "https://technical.city/en/cpu/Ryzen-9-6900HX", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2022/consumer/ryzen-9-6980hx.json b/data/cpu/amd/2022/consumer/ryzen-9-6980hx.json index 58e42b77..31db5b1d 100644 --- a/data/cpu/amd/2022/consumer/ryzen-9-6980hx.json +++ b/data/cpu/amd/2022/consumer/ryzen-9-6980hx.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-4800 / LPDDR5-6400", "cinebench_r23_single": 1600, "cinebench_r23_multi": 14500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1780, "geekbench_multi": 10200, + "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": 3587, + "passmark_cpu_mark": 26817, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-9-6980hx", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+6980HX" ] } diff --git a/data/cpu/amd/2022/consumer/ryzen-9-7900x.json b/data/cpu/amd/2022/consumer/ryzen-9-7900x.json index 27d3217e..a168f17d 100644 --- a/data/cpu/amd/2022/consumer/ryzen-9-7900x.json +++ b/data/cpu/amd/2022/consumer/ryzen-9-7900x.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 2130, "cinebench_r23_multi": 29500, + "cinebench_2024_single": 118, + "cinebench_2024_multi": 1629, "geekbench_single": 2940, "geekbench_multi": 17000, + "cinebench_r15_single": 323, + "cinebench_r15_multi": 4821, + "cinebench_r11_5_single": 3.83, + "cinebench_r11_5_multi": 55.0, + "cinebench_r10_single": 8623, + "cinebench_r10_multi": 68580, + "passmark_single": 4228, + "passmark_cpu_mark": 51264, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 449, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/7000-series/amd-ryzen-9-7900x.html", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+7900X", + "https://technical.city/en/cpu/Ryzen-9-7900X", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/amd/2022/consumer/ryzen-9-7950x.json b/data/cpu/amd/2022/consumer/ryzen-9-7950x.json index 6b32fde6..004d53bc 100644 --- a/data/cpu/amd/2022/consumer/ryzen-9-7950x.json +++ b/data/cpu/amd/2022/consumer/ryzen-9-7950x.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 2160, "cinebench_r23_multi": 38500, + "cinebench_2024_single": 125, + "cinebench_2024_multi": 2185, "geekbench_single": 2980, "geekbench_multi": 21000, + "cinebench_r15_single": 316, + "cinebench_r15_multi": 5948, + "cinebench_r11_5_single": 3.7, + "cinebench_r11_5_multi": 69.0, + "cinebench_r10_single": 8448, + "cinebench_r10_multi": 72098, + "passmark_single": 4253, + "passmark_cpu_mark": 62183, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 699, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/7000-series/amd-ryzen-9-7950x.html", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?id=5031&cpu=AMD+Ryzen+9+7950X", + "https://technical.city/en/cpu/Ryzen-9-7950X", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/amd/2022/enterprise/epyc-9554.json b/data/cpu/amd/2022/enterprise/epyc-9554.json index 5749978d..74156bd2 100644 --- a/data/cpu/amd/2022/enterprise/epyc-9554.json +++ b/data/cpu/amd/2022/enterprise/epyc-9554.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-4800 12-channel ECC", "cinebench_r23_single": 1750, "cinebench_r23_multi": 105000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1950, "geekbench_multi": 48000, + "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": 2839, + "passmark_cpu_mark": 102607, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 9087, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/server/epyc/9004-series/amd-epyc-9554.html", - "https://en.wikipedia.org/wiki/Epyc" + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?id=5304&cpu=AMD+EPYC+9554" ] } diff --git a/data/cpu/amd/2022/enterprise/epyc-9654.json b/data/cpu/amd/2022/enterprise/epyc-9654.json index 09adaf68..f0a3ce32 100644 --- a/data/cpu/amd/2022/enterprise/epyc-9654.json +++ b/data/cpu/amd/2022/enterprise/epyc-9654.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-4800 12-channel ECC", "cinebench_r23_single": 1700, "cinebench_r23_multi": 140000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1900, "geekbench_multi": 58000, + "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": 2898, + "passmark_cpu_mark": 119259, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 11805, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/server/epyc/9004-series/amd-epyc-9654.html", - "https://en.wikipedia.org/wiki/Epyc" + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9654" ] } diff --git a/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5995wx.json b/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5995wx.json index 6f7d23bb..bb795234 100644 --- a/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5995wx.json +++ b/data/cpu/amd/2022/enterprise/ryzen-threadripper-pro-5995wx.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 ECC octa-channel", "cinebench_r23_single": 1500, "cinebench_r23_multi": 84000, + "cinebench_2024_single": 87, + "cinebench_2024_multi": 4321, "geekbench_single": 1800, "geekbench_multi": 40000, + "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": 3212, + "passmark_cpu_mark": 94501, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 6499, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/5000-series/amd-ryzen-threadripper-pro-5995wx.html", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+5995WX", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2023/consumer/ryzen-3-7330u.json b/data/cpu/amd/2023/consumer/ryzen-3-7330u.json index 10d24aee..ed65ef95 100644 --- a/data/cpu/amd/2023/consumer/ryzen-3-7330u.json +++ b/data/cpu/amd/2023/consumer/ryzen-3-7330u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1280, "cinebench_r23_multi": 4800, + "cinebench_2024_single": 80, + "cinebench_2024_multi": 275, "geekbench_single": 1430, "geekbench_multi": 3700, + "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": 2856, + "passmark_cpu_mark": 10339, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-3-7330u", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+3+7330U", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2023/consumer/ryzen-5-7530u.json b/data/cpu/amd/2023/consumer/ryzen-5-7530u.json index 59b3df60..a332b6cb 100644 --- a/data/cpu/amd/2023/consumer/ryzen-5-7530u.json +++ b/data/cpu/amd/2023/consumer/ryzen-5-7530u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1400, "cinebench_r23_multi": 7500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1570, "geekbench_multi": 5600, + "cinebench_r15_single": 231, + "cinebench_r15_multi": 1458, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 2999, + "passmark_cpu_mark": 15106, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-5-7530u", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+7530U", + "https://technical.city/en/cpu/Ryzen-5-7530U" ] } diff --git a/data/cpu/amd/2023/consumer/ryzen-5-7535hs.json b/data/cpu/amd/2023/consumer/ryzen-5-7535hs.json index 3a7fa4e1..63f2a936 100644 --- a/data/cpu/amd/2023/consumer/ryzen-5-7535hs.json +++ b/data/cpu/amd/2023/consumer/ryzen-5-7535hs.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-4800 / LPDDR5-6400", "cinebench_r23_single": 1450, "cinebench_r23_multi": 9700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1610, "geekbench_multi": 7100, + "cinebench_r15_single": 232, + "cinebench_r15_multi": 1457, + "cinebench_r11_5_single": 2.79, + "cinebench_r11_5_multi": 20.0, + "cinebench_r10_single": 6143, + "cinebench_r10_multi": 33752, + "passmark_single": 3106, + "passmark_cpu_mark": 17653, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-5-7535hs", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+7535HS", + "https://technical.city/en/cpu/Ryzen-5-7535HS" ] } diff --git a/data/cpu/amd/2023/consumer/ryzen-5-7600.json b/data/cpu/amd/2023/consumer/ryzen-5-7600.json index b6d39fc2..4faeefe6 100644 --- a/data/cpu/amd/2023/consumer/ryzen-5-7600.json +++ b/data/cpu/amd/2023/consumer/ryzen-5-7600.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 1990, "cinebench_r23_multi": 14500, + "cinebench_2024_single": 95, + "cinebench_2024_multi": 840, "geekbench_single": 2780, "geekbench_multi": 10000, + "cinebench_r15_single": 298, + "cinebench_r15_multi": 2339, + "cinebench_r11_5_single": 3.51, + "cinebench_r11_5_multi": 26.0, + "cinebench_r10_single": 8122, + "cinebench_r10_multi": 46166, + "passmark_single": 3908, + "passmark_cpu_mark": 26979, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 229, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/7000-series/amd-ryzen-5-7600.html", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?id=5172&cpu=AMD+Ryzen+5+7600", + "https://technical.city/en/cpu/Ryzen-5-7600", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2023/consumer/ryzen-5-7640u.json b/data/cpu/amd/2023/consumer/ryzen-5-7640u.json index 6be07639..b66543a0 100644 --- a/data/cpu/amd/2023/consumer/ryzen-5-7640u.json +++ b/data/cpu/amd/2023/consumer/ryzen-5-7640u.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-5600 / LPDDR5X-7500", "cinebench_r23_single": 1650, "cinebench_r23_multi": 10000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1920, "geekbench_multi": 8000, + "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": 3467, + "passmark_cpu_mark": 20472, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-5-7640u", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+7640U" ] } diff --git a/data/cpu/amd/2023/consumer/ryzen-5-7645hx.json b/data/cpu/amd/2023/consumer/ryzen-5-7645hx.json index fd75ba8f..3585bb28 100644 --- a/data/cpu/amd/2023/consumer/ryzen-5-7645hx.json +++ b/data/cpu/amd/2023/consumer/ryzen-5-7645hx.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 1850, "cinebench_r23_multi": 13500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2200, "geekbench_multi": 9600, + "cinebench_r15_single": 289, + "cinebench_r15_multi": 2276, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": 26.0, + "cinebench_r10_single": 7717, + "cinebench_r10_multi": 44716, + "passmark_single": 3879, + "passmark_cpu_mark": 26224, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-5-7645hx", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+7645HX", + "https://technical.city/en/cpu/Ryzen-5-7645HX" ] } diff --git a/data/cpu/amd/2023/consumer/ryzen-7-7700.json b/data/cpu/amd/2023/consumer/ryzen-7-7700.json index 1b4154b9..3d4347c8 100644 --- a/data/cpu/amd/2023/consumer/ryzen-7-7700.json +++ b/data/cpu/amd/2023/consumer/ryzen-7-7700.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 1960, "cinebench_r23_multi": 18500, + "cinebench_2024_single": 107, + "cinebench_2024_multi": 1051, "geekbench_single": 2700, "geekbench_multi": 14000, + "cinebench_r15_single": 308, + "cinebench_r15_multi": 3047, + "cinebench_r11_5_single": 3.64, + "cinebench_r11_5_multi": 34.0, + "cinebench_r10_single": 8345, + "cinebench_r10_multi": 53881, + "passmark_single": 4053, + "passmark_cpu_mark": 34358, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 329, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/7000-series/amd-ryzen-7-7700.html", - "https://en.wikipedia.org/wiki/Ryzen_7000_series" + "https://en.wikipedia.org/wiki/Ryzen_7000_series", + "https://www.cpubenchmark.net/cpu.php?id=5169&cpu=AMD+Ryzen+7+7700", + "https://technical.city/en/cpu/Ryzen-7-7700", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2023/consumer/ryzen-7-7730u.json b/data/cpu/amd/2023/consumer/ryzen-7-7730u.json index 5befc877..4880384b 100644 --- a/data/cpu/amd/2023/consumer/ryzen-7-7730u.json +++ b/data/cpu/amd/2023/consumer/ryzen-7-7730u.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-3200 / LPDDR4X-4266", "cinebench_r23_single": 1450, "cinebench_r23_multi": 10800, + "cinebench_2024_single": 83, + "cinebench_2024_multi": 601, "geekbench_single": 1620, "geekbench_multi": 7700, + "cinebench_r15_single": 231, + "cinebench_r15_multi": 1830, + "cinebench_r11_5_single": 2.76, + "cinebench_r11_5_multi": 19.0, + "cinebench_r10_single": 6243, + "cinebench_r10_multi": 32670, + "passmark_single": 2944, + "passmark_cpu_mark": 17336, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-7-7730u", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+7730U", + "https://technical.city/en/cpu/Ryzen-7-7730U", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2023/consumer/ryzen-7-7735hs.json b/data/cpu/amd/2023/consumer/ryzen-7-7735hs.json index d165bc41..1f19a07e 100644 --- a/data/cpu/amd/2023/consumer/ryzen-7-7735hs.json +++ b/data/cpu/amd/2023/consumer/ryzen-7-7735hs.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-4800 / LPDDR5-6400", "cinebench_r23_single": 1500, "cinebench_r23_multi": 13000, + "cinebench_2024_single": 92, + "cinebench_2024_multi": 776, "geekbench_single": 1670, "geekbench_multi": 9300, + "cinebench_r15_single": 248, + "cinebench_r15_multi": 2153, + "cinebench_r11_5_single": 2.94, + "cinebench_r11_5_multi": 25.0, + "cinebench_r10_single": 6625, + "cinebench_r10_multi": 40977, + "passmark_single": 3251, + "passmark_cpu_mark": 22372, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-7-7735hs", - "https://en.wikipedia.org/wiki/Zen_3" + "https://en.wikipedia.org/wiki/Zen_3", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+7735HS", + "https://technical.city/en/cpu/Ryzen-7-7735HS", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2023/consumer/ryzen-7-7800x3d.json b/data/cpu/amd/2023/consumer/ryzen-7-7800x3d.json index 62f274ad..f7a8ea6e 100644 --- a/data/cpu/amd/2023/consumer/ryzen-7-7800x3d.json +++ b/data/cpu/amd/2023/consumer/ryzen-7-7800x3d.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 2030, "cinebench_r23_multi": 19500, + "cinebench_2024_single": 107, + "cinebench_2024_multi": 1115, "geekbench_single": 2850, "geekbench_multi": 13500, + "cinebench_r15_single": 282, + "cinebench_r15_multi": 2879, + "cinebench_r11_5_single": 3.43, + "cinebench_r11_5_multi": 33.0, + "cinebench_r10_single": 8026, + "cinebench_r10_multi": 51950, + "passmark_single": 3760, + "passmark_cpu_mark": 34281, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 449, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/7000-series/amd-ryzen-7-7800x3d.html", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+7800X3D", + "https://technical.city/en/cpu/Ryzen-7-7800X3D", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/amd/2023/consumer/ryzen-7-7840hs.json b/data/cpu/amd/2023/consumer/ryzen-7-7840hs.json index 53c10ac8..f537280d 100644 --- a/data/cpu/amd/2023/consumer/ryzen-7-7840hs.json +++ b/data/cpu/amd/2023/consumer/ryzen-7-7840hs.json @@ -20,11 +20,29 @@ "memory_support": "DDR5-5200 / LPDDR5-6400", "cinebench_r23_single": 1970, "cinebench_r23_multi": 18500, + "cinebench_2024_single": 102, + "cinebench_2024_multi": 866, "geekbench_single": 2700, "geekbench_multi": 14000, + "cinebench_r15_single": 279, + "cinebench_r15_multi": 2565, + "cinebench_r11_5_single": 3.31, + "cinebench_r11_5_multi": 30.0, + "cinebench_r10_single": 7583, + "cinebench_r10_multi": 46873, + "passmark_single": 3722, + "passmark_cpu_mark": 28394, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/laptop/ryzen/7000-series/amd-ryzen-7-7840hs.html", - "https://en.wikipedia.org/wiki/Ryzen_7000_series#Phoenix" + "https://en.wikipedia.org/wiki/Ryzen_7000_series#Phoenix", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+7840HS", + "https://technical.city/en/cpu/Ryzen-7-7840HS", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2023/consumer/ryzen-7-7840u.json b/data/cpu/amd/2023/consumer/ryzen-7-7840u.json index f8159968..bf3de005 100644 --- a/data/cpu/amd/2023/consumer/ryzen-7-7840u.json +++ b/data/cpu/amd/2023/consumer/ryzen-7-7840u.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600 / LPDDR5X-7500", "cinebench_r23_single": 1700, "cinebench_r23_multi": 14000, + "cinebench_2024_single": null, + "cinebench_2024_multi": 722, "geekbench_single": 1980, "geekbench_multi": 10500, + "cinebench_r15_single": 264, + "cinebench_r15_multi": 1990, + "cinebench_r11_5_single": 2.79, + "cinebench_r11_5_multi": 23.0, + "cinebench_r10_single": 6669, + "cinebench_r10_multi": 38490, + "passmark_single": 3539, + "passmark_cpu_mark": 24384, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-7-7840u", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+7840U", + "https://technical.city/en/cpu/Ryzen-7-7840U", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2023/consumer/ryzen-9-7845hx.json b/data/cpu/amd/2023/consumer/ryzen-9-7845hx.json index bef2919c..985d1369 100644 --- a/data/cpu/amd/2023/consumer/ryzen-9-7845hx.json +++ b/data/cpu/amd/2023/consumer/ryzen-9-7845hx.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 1900, "cinebench_r23_multi": 26000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2280, "geekbench_multi": 15000, + "cinebench_r15_single": 295, + "cinebench_r15_multi": 4320, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 3916, + "passmark_cpu_mark": 44680, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-9-7845hx", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+7845HX", + "https://technical.city/en/cpu/Ryzen-9-7845HX" ] } diff --git a/data/cpu/amd/2023/consumer/ryzen-9-7900.json b/data/cpu/amd/2023/consumer/ryzen-9-7900.json index fe3bc4cc..e60d82af 100644 --- a/data/cpu/amd/2023/consumer/ryzen-9-7900.json +++ b/data/cpu/amd/2023/consumer/ryzen-9-7900.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 1970, "cinebench_r23_multi": 26500, + "cinebench_2024_single": 111, + "cinebench_2024_multi": 1525, "geekbench_single": 2750, "geekbench_multi": 17500, + "cinebench_r15_single": 315, + "cinebench_r15_multi": 4020, + "cinebench_r11_5_single": 3.68, + "cinebench_r11_5_multi": 45.0, + "cinebench_r10_single": 8339, + "cinebench_r10_multi": 60934, + "passmark_single": 4122, + "passmark_cpu_mark": 48045, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 429, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/7000-series/amd-ryzen-9-7900.html", - "https://en.wikipedia.org/wiki/Ryzen_7000_series" + "https://en.wikipedia.org/wiki/Ryzen_7000_series", + "https://www.cpubenchmark.net/cpu.php?id=5167&cpu=AMD+Ryzen+9+7900", + "https://technical.city/en/cpu/Ryzen-9-7900", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2023/consumer/ryzen-9-7945hx.json b/data/cpu/amd/2023/consumer/ryzen-9-7945hx.json index 6e28a7dc..30759845 100644 --- a/data/cpu/amd/2023/consumer/ryzen-9-7945hx.json +++ b/data/cpu/amd/2023/consumer/ryzen-9-7945hx.json @@ -20,11 +20,29 @@ "memory_support": "DDR5-5200 / LPDDR5-6400", "cinebench_r23_single": 2020, "cinebench_r23_multi": 31000, + "cinebench_2024_single": 114, + "cinebench_2024_multi": 1669, "geekbench_single": 2800, "geekbench_multi": 19000, + "cinebench_r15_single": 308, + "cinebench_r15_multi": 5289, + "cinebench_r11_5_single": 3.65, + "cinebench_r11_5_multi": 62.0, + "cinebench_r10_single": 8409, + "cinebench_r10_multi": 71597, + "passmark_single": 4024, + "passmark_cpu_mark": 54119, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/laptop/ryzen/7000-series/amd-ryzen-9-7945hx.html", - "https://en.wikipedia.org/wiki/Ryzen_7000_series#Dragon_Range" + "https://en.wikipedia.org/wiki/Ryzen_7000_series#Dragon_Range", + "https://www.cpubenchmark.net/cpu.php?id=5232&cpu=AMD+Ryzen+9+7945HX", + "https://technical.city/en/cpu/Ryzen-9-7945HX", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2023/consumer/ryzen-9-7945hx3d.json b/data/cpu/amd/2023/consumer/ryzen-9-7945hx3d.json index 01aefabe..38779431 100644 --- a/data/cpu/amd/2023/consumer/ryzen-9-7945hx3d.json +++ b/data/cpu/amd/2023/consumer/ryzen-9-7945hx3d.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 1900, "cinebench_r23_multi": 33000, + "cinebench_2024_single": 115, + "cinebench_2024_multi": 1771, "geekbench_single": 2300, "geekbench_multi": 19000, + "cinebench_r15_single": 311, + "cinebench_r15_multi": 5600, + "cinebench_r11_5_single": 3.7, + "cinebench_r11_5_multi": 62.0, + "cinebench_r10_single": 8478, + "cinebench_r10_multi": 70414, + "passmark_single": 4066, + "passmark_cpu_mark": 57737, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-9-7945hx3d", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+7945HX3D", + "https://technical.city/en/cpu/Ryzen-9-7945HX3D", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2023/consumer/ryzen-9-7950x3d.json b/data/cpu/amd/2023/consumer/ryzen-9-7950x3d.json index fc04265c..fb81a3c4 100644 --- a/data/cpu/amd/2023/consumer/ryzen-9-7950x3d.json +++ b/data/cpu/amd/2023/consumer/ryzen-9-7950x3d.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 2100, "cinebench_r23_multi": 38000, + "cinebench_2024_single": 121, + "cinebench_2024_multi": 2117, "geekbench_single": 2900, "geekbench_multi": 21000, + "cinebench_r15_single": 326, + "cinebench_r15_multi": 5974, + "cinebench_r11_5_single": 3.86, + "cinebench_r11_5_multi": 65.0, + "cinebench_r10_single": 16551, + "cinebench_r10_multi": 138015, + "passmark_single": 4145, + "passmark_cpu_mark": 62316, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 699, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/7000-series/amd-ryzen-9-7950x3d.html", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+7950X3D", + "https://technical.city/en/cpu/Ryzen-9-7950X3D", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/amd/2023/enterprise/epyc-9684x.json b/data/cpu/amd/2023/enterprise/epyc-9684x.json index 58166162..2d2f82c1 100644 --- a/data/cpu/amd/2023/enterprise/epyc-9684x.json +++ b/data/cpu/amd/2023/enterprise/epyc-9684x.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-4800 12-channel ECC", "cinebench_r23_single": 1720, "cinebench_r23_multi": 145000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1920, "geekbench_multi": 60000, + "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": 2892, + "passmark_cpu_mark": 122017, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 14756, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/server/epyc/9004-series/amd-epyc-9684x.html", - "https://en.wikipedia.org/wiki/Epyc" + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9684X" ] } diff --git a/data/cpu/amd/2023/enterprise/epyc-9754.json b/data/cpu/amd/2023/enterprise/epyc-9754.json index 88640a9f..4dabddcc 100644 --- a/data/cpu/amd/2023/enterprise/epyc-9754.json +++ b/data/cpu/amd/2023/enterprise/epyc-9754.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-4800 12-channel ECC", "cinebench_r23_single": 1450, "cinebench_r23_multi": 155000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1700, "geekbench_multi": 62000, + "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": 2308, + "passmark_cpu_mark": 98450, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 11900, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/server/epyc/9004-series/amd-epyc-9754.html", - "https://en.wikipedia.org/wiki/Epyc" + "https://en.wikipedia.org/wiki/Epyc", + "https://www.cpubenchmark.net/cpu.php?id=5752&cpu=AMD+EPYC+9754" ] } diff --git a/data/cpu/amd/2023/enterprise/ryzen-threadripper-7960x.json b/data/cpu/amd/2023/enterprise/ryzen-threadripper-7960x.json index f0ac3bee..1e8ba72a 100644 --- a/data/cpu/amd/2023/enterprise/ryzen-threadripper-7960x.json +++ b/data/cpu/amd/2023/enterprise/ryzen-threadripper-7960x.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-5200 quad-channel ECC", "cinebench_r23_single": 2050, "cinebench_r23_multi": 55000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2450, "geekbench_multi": 28000, + "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": 4124, + "passmark_cpu_mark": 83430, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 1499, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/7000-series/amd-ryzen-threadripper-7960x.html", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+7960X" ] } diff --git a/data/cpu/amd/2023/enterprise/ryzen-threadripper-7970x.json b/data/cpu/amd/2023/enterprise/ryzen-threadripper-7970x.json index 123ffb1b..f600f7d5 100644 --- a/data/cpu/amd/2023/enterprise/ryzen-threadripper-7970x.json +++ b/data/cpu/amd/2023/enterprise/ryzen-threadripper-7970x.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 2080, "cinebench_r23_multi": 72000, + "cinebench_2024_single": 123, + "cinebench_2024_multi": 3685, "geekbench_single": 2900, "geekbench_multi": 42000, + "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": 4171, + "passmark_cpu_mark": 99265, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 2499, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/7000-series/amd-ryzen-threadripper-7970x.html", - "https://en.wikipedia.org/wiki/Ryzen_Threadripper_7000_series" + "https://en.wikipedia.org/wiki/Ryzen_Threadripper_7000_series", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+7970X", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2023/enterprise/ryzen-threadripper-7980x.json b/data/cpu/amd/2023/enterprise/ryzen-threadripper-7980x.json index 0433d6f3..253b6a9e 100644 --- a/data/cpu/amd/2023/enterprise/ryzen-threadripper-7980x.json +++ b/data/cpu/amd/2023/enterprise/ryzen-threadripper-7980x.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 2050, "cinebench_r23_multi": 110000, + "cinebench_2024_single": 113, + "cinebench_2024_multi": 5531, "geekbench_single": 2800, "geekbench_multi": 56000, + "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": 4024, + "passmark_cpu_mark": 135642, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 4999, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/7000-series/amd-ryzen-threadripper-7980x.html", - "https://en.wikipedia.org/wiki/Ryzen_Threadripper_7000_series" + "https://en.wikipedia.org/wiki/Ryzen_Threadripper_7000_series", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+7980X", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2023/enterprise/ryzen-threadripper-pro-7955wx.json b/data/cpu/amd/2023/enterprise/ryzen-threadripper-pro-7955wx.json index ee148741..0cbb549b 100644 --- a/data/cpu/amd/2023/enterprise/ryzen-threadripper-pro-7955wx.json +++ b/data/cpu/amd/2023/enterprise/ryzen-threadripper-pro-7955wx.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-5200 octa-channel ECC", "cinebench_r23_single": 2050, "cinebench_r23_multi": 38000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2450, "geekbench_multi": 20500, + "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": 4087, + "passmark_cpu_mark": 60056, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 1799, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/7000-series/amd-ryzen-threadripper-pro-7955wx.html", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+7955WX" ] } diff --git a/data/cpu/amd/2023/enterprise/ryzen-threadripper-pro-7965wx.json b/data/cpu/amd/2023/enterprise/ryzen-threadripper-pro-7965wx.json index 52ab0706..ec1f2d8f 100644 --- a/data/cpu/amd/2023/enterprise/ryzen-threadripper-pro-7965wx.json +++ b/data/cpu/amd/2023/enterprise/ryzen-threadripper-pro-7965wx.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-5200 octa-channel ECC", "cinebench_r23_single": 2050, "cinebench_r23_multi": 55000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2450, "geekbench_multi": 28000, + "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": 4010, + "passmark_cpu_mark": 82173, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 2649, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/7000-series/amd-ryzen-threadripper-pro-7965wx.html", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+7965WX" ] } diff --git a/data/cpu/amd/2023/enterprise/ryzen-threadripper-pro-7975wx.json b/data/cpu/amd/2023/enterprise/ryzen-threadripper-pro-7975wx.json index 93c0c776..c3fd7c95 100644 --- a/data/cpu/amd/2023/enterprise/ryzen-threadripper-pro-7975wx.json +++ b/data/cpu/amd/2023/enterprise/ryzen-threadripper-pro-7975wx.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-5200 octa-channel ECC", "cinebench_r23_single": 2050, "cinebench_r23_multi": 72000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2450, "geekbench_multi": 34000, + "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": 3983, + "passmark_cpu_mark": 95489, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 3899, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/7000-series/amd-ryzen-threadripper-pro-7975wx.html", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+7975WX" ] } diff --git a/data/cpu/amd/2023/enterprise/ryzen-threadripper-pro-7985wx.json b/data/cpu/amd/2023/enterprise/ryzen-threadripper-pro-7985wx.json index 651ca0e7..77425359 100644 --- a/data/cpu/amd/2023/enterprise/ryzen-threadripper-pro-7985wx.json +++ b/data/cpu/amd/2023/enterprise/ryzen-threadripper-pro-7985wx.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-5200 octa-channel ECC", "cinebench_r23_single": 1980, "cinebench_r23_multi": 105000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2400, "geekbench_multi": 45000, + "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": 3960, + "passmark_cpu_mark": 131837, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 7349, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/7000-series/amd-ryzen-threadripper-pro-7985wx.html", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+7985WX" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-5-8400f.json b/data/cpu/amd/2024/consumer/ryzen-5-8400f.json index 1d40e196..198da71a 100644 --- a/data/cpu/amd/2024/consumer/ryzen-5-8400f.json +++ b/data/cpu/amd/2024/consumer/ryzen-5-8400f.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 1720, "cinebench_r23_multi": 11800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2000, "geekbench_multi": 8800, + "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": 3687, + "passmark_cpu_mark": 24426, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 169, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/8000-series/amd-ryzen-5-8400f.html", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+8400F" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-5-8500g.json b/data/cpu/amd/2024/consumer/ryzen-5-8500g.json index 288189fb..a555ee96 100644 --- a/data/cpu/amd/2024/consumer/ryzen-5-8500g.json +++ b/data/cpu/amd/2024/consumer/ryzen-5-8500g.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 1750, "cinebench_r23_multi": 11000, + "cinebench_2024_single": 108, + "cinebench_2024_multi": 686, "geekbench_single": 2050, "geekbench_multi": 8200, + "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": 3876, + "passmark_cpu_mark": 21420, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 179, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-5-8500g", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+8500G", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-5-8600g.json b/data/cpu/amd/2024/consumer/ryzen-5-8600g.json index 7b5c0c8a..acaa2f02 100644 --- a/data/cpu/amd/2024/consumer/ryzen-5-8600g.json +++ b/data/cpu/amd/2024/consumer/ryzen-5-8600g.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 1890, "cinebench_r23_multi": 15000, + "cinebench_2024_single": 101, + "cinebench_2024_multi": 767, "geekbench_single": 2600, "geekbench_multi": 11500, + "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": 3874, + "passmark_cpu_mark": 25196, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 229, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/8000-series/amd-ryzen-5-8600g.html", - "https://en.wikipedia.org/wiki/Ryzen_8000_series" + "https://en.wikipedia.org/wiki/Ryzen_8000_series", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+8600G", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-5-8645hs.json b/data/cpu/amd/2024/consumer/ryzen-5-8645hs.json index b962adfe..b8c8716a 100644 --- a/data/cpu/amd/2024/consumer/ryzen-5-8645hs.json +++ b/data/cpu/amd/2024/consumer/ryzen-5-8645hs.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600 / LPDDR5X-7500", "cinebench_r23_single": 1750, "cinebench_r23_multi": 11500, + "cinebench_2024_single": 99, + "cinebench_2024_multi": 702, "geekbench_single": 2050, "geekbench_multi": 8800, + "cinebench_r15_single": 270, + "cinebench_r15_multi": 2094, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 3559, + "passmark_cpu_mark": 22037, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-5-8645hs", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+8645HS", + "https://technical.city/en/cpu/Ryzen-5-8645HS", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-5-9600.json b/data/cpu/amd/2024/consumer/ryzen-5-9600.json index 0fad8df0..c89b43d2 100644 --- a/data/cpu/amd/2024/consumer/ryzen-5-9600.json +++ b/data/cpu/amd/2024/consumer/ryzen-5-9600.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-5600", "cinebench_r23_single": 2150, "cinebench_r23_multi": 16500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 3000, "geekbench_multi": 12500, + "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": 4374, + "passmark_cpu_mark": 29280, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 229, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/9000-series/amd-ryzen-5-9600.html", - "https://en.wikipedia.org/wiki/Ryzen_9000_series" + "https://en.wikipedia.org/wiki/Ryzen_9000_series", + "https://www.cpubenchmark.net/cpu.php?id=6590&cpu=AMD+Ryzen+5+9600" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-5-9600x.json b/data/cpu/amd/2024/consumer/ryzen-5-9600x.json index 210d9d35..c74777c8 100644 --- a/data/cpu/amd/2024/consumer/ryzen-5-9600x.json +++ b/data/cpu/amd/2024/consumer/ryzen-5-9600x.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600", "cinebench_r23_single": 2220, "cinebench_r23_multi": 16500, + "cinebench_2024_single": 130, + "cinebench_2024_multi": 913, "geekbench_single": 3050, "geekbench_multi": 11000, + "cinebench_r15_single": 342, + "cinebench_r15_multi": 2691, + "cinebench_r11_5_single": 4.0, + "cinebench_r11_5_multi": 31.0, + "cinebench_r10_single": 9333, + "cinebench_r10_multi": 55406, + "passmark_single": 4571, + "passmark_cpu_mark": 30088, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 279, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/9000-series/amd-ryzen-5-9600x.html", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+9600X", + "https://technical.city/en/cpu/Ryzen-5-9600X", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-7-5700x3d.json b/data/cpu/amd/2024/consumer/ryzen-7-5700x3d.json index 0ef0060f..f4688ad0 100644 --- a/data/cpu/amd/2024/consumer/ryzen-7-5700x3d.json +++ b/data/cpu/amd/2024/consumer/ryzen-7-5700x3d.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1490, "cinebench_r23_multi": 15000, + "cinebench_2024_single": 84, + "cinebench_2024_multi": 806, "geekbench_single": 2000, "geekbench_multi": 11200, + "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": 2969, + "passmark_cpu_mark": 26311, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 249, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/5000-series/amd-ryzen-7-5700x3d.html", - "https://en.wikipedia.org/wiki/Ryzen_5000_series" + "https://en.wikipedia.org/wiki/Ryzen_5000_series", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+5700X3D", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-7-8700f.json b/data/cpu/amd/2024/consumer/ryzen-7-8700f.json index 531f6e6d..7fe9a4a2 100644 --- a/data/cpu/amd/2024/consumer/ryzen-7-8700f.json +++ b/data/cpu/amd/2024/consumer/ryzen-7-8700f.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 1800, "cinebench_r23_multi": 16800, + "cinebench_2024_single": 104, + "cinebench_2024_multi": 986, "geekbench_single": 2100, "geekbench_multi": 12200, + "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": 3876, + "passmark_cpu_mark": 31000, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 269, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/8000-series/amd-ryzen-7-8700f.html", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+8700F", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-7-8700g.json b/data/cpu/amd/2024/consumer/ryzen-7-8700g.json index 48c2a376..1538c62a 100644 --- a/data/cpu/amd/2024/consumer/ryzen-7-8700g.json +++ b/data/cpu/amd/2024/consumer/ryzen-7-8700g.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5200", "cinebench_r23_single": 1980, "cinebench_r23_multi": 18500, + "cinebench_2024_single": 103, + "cinebench_2024_multi": 990, "geekbench_single": 2800, "geekbench_multi": 12500, + "cinebench_r15_single": 286, + "cinebench_r15_multi": 2693, + "cinebench_r11_5_single": 3.4, + "cinebench_r11_5_multi": 31.0, + "cinebench_r10_single": 7759, + "cinebench_r10_multi": 50560, + "passmark_single": 3924, + "passmark_cpu_mark": 31558, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 329, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/8000-series/amd-ryzen-7-8700g.html", - "https://en.wikipedia.org/wiki/Phoenix_(microarchitecture)" + "https://en.wikipedia.org/wiki/Phoenix_(microarchitecture)", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+8700G", + "https://technical.city/en/cpu/Ryzen-7-8700G", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-7-8845hs.json b/data/cpu/amd/2024/consumer/ryzen-7-8845hs.json index 55dc2c62..49099dc4 100644 --- a/data/cpu/amd/2024/consumer/ryzen-7-8845hs.json +++ b/data/cpu/amd/2024/consumer/ryzen-7-8845hs.json @@ -20,11 +20,29 @@ "memory_support": "LPDDR5X-7500 / DDR5-5600", "cinebench_r23_single": 1990, "cinebench_r23_multi": 19000, + "cinebench_2024_single": 102, + "cinebench_2024_multi": 866, "geekbench_single": 2750, "geekbench_multi": 14500, + "cinebench_r15_single": 276, + "cinebench_r15_multi": 2575, + "cinebench_r11_5_single": 3.31, + "cinebench_r11_5_multi": 30.0, + "cinebench_r10_single": 7523, + "cinebench_r10_multi": 47500, + "passmark_single": 3726, + "passmark_cpu_mark": 28376, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/laptop/ryzen/8000-series/amd-ryzen-7-8845hs.html", - "https://en.wikipedia.org/wiki/Ryzen_8000_series" + "https://en.wikipedia.org/wiki/Ryzen_8000_series", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+8845HS", + "https://technical.city/en/cpu/Ryzen-7-8845HS", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-7-9700x.json b/data/cpu/amd/2024/consumer/ryzen-7-9700x.json index ffcdb052..f4603211 100644 --- a/data/cpu/amd/2024/consumer/ryzen-7-9700x.json +++ b/data/cpu/amd/2024/consumer/ryzen-7-9700x.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600", "cinebench_r23_single": 2250, "cinebench_r23_multi": 22500, + "cinebench_2024_single": 133, + "cinebench_2024_multi": 1115, "geekbench_single": 3100, "geekbench_multi": 14500, + "cinebench_r15_single": 346, + "cinebench_r15_multi": 3178, + "cinebench_r11_5_single": 4.06, + "cinebench_r11_5_multi": 36.0, + "cinebench_r10_single": 9457, + "cinebench_r10_multi": 57914, + "passmark_single": 4648, + "passmark_cpu_mark": 37051, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 359, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/9000-series/amd-ryzen-7-9700x.html", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+9700X", + "https://technical.city/en/cpu/Ryzen-7-9700X", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-7-9800x3d.json b/data/cpu/amd/2024/consumer/ryzen-7-9800x3d.json index 834ba1f2..121042ef 100644 --- a/data/cpu/amd/2024/consumer/ryzen-7-9800x3d.json +++ b/data/cpu/amd/2024/consumer/ryzen-7-9800x3d.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600", "cinebench_r23_single": 2200, "cinebench_r23_multi": 23000, + "cinebench_2024_single": 132, + "cinebench_2024_multi": 1321, "geekbench_single": 3050, "geekbench_multi": 15000, + "cinebench_r15_single": 328, + "cinebench_r15_multi": 3647, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 8933, + "cinebench_r10_multi": 60825, + "passmark_single": 4425, + "passmark_cpu_mark": 39967, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 479, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/9000-series/amd-ryzen-7-9800x3d.html", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+9800X3D", + "https://technical.city/en/cpu/Ryzen-7-9800X3D", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-9-8945hs.json b/data/cpu/amd/2024/consumer/ryzen-9-8945hs.json index bb5bb71f..05d8dbda 100644 --- a/data/cpu/amd/2024/consumer/ryzen-9-8945hs.json +++ b/data/cpu/amd/2024/consumer/ryzen-9-8945hs.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600 / LPDDR5X-7500", "cinebench_r23_single": 1820, "cinebench_r23_multi": 16500, + "cinebench_2024_single": 106, + "cinebench_2024_multi": 975, "geekbench_single": 2150, "geekbench_multi": 12000, + "cinebench_r15_single": 281, + "cinebench_r15_multi": 2640, + "cinebench_r11_5_single": 3.42, + "cinebench_r11_5_multi": 31.0, + "cinebench_r10_single": 7748, + "cinebench_r10_multi": 49273, + "passmark_single": 3822, + "passmark_cpu_mark": 29393, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-9-8945hs", - "https://en.wikipedia.org/wiki/Zen_4" + "https://en.wikipedia.org/wiki/Zen_4", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+8945HS", + "https://technical.city/en/cpu/Ryzen-9-8945HS", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-9-9900x.json b/data/cpu/amd/2024/consumer/ryzen-9-9900x.json index c8426312..32eb6627 100644 --- a/data/cpu/amd/2024/consumer/ryzen-9-9900x.json +++ b/data/cpu/amd/2024/consumer/ryzen-9-9900x.json @@ -20,12 +20,31 @@ "memory_support": "DDR5-5600", "cinebench_r23_single": 2280, "cinebench_r23_multi": 33000, + "cinebench_2024_single": 134, + "cinebench_2024_multi": 1764, "geekbench_single": 3150, "geekbench_multi": 18500, + "cinebench_r15_single": 353, + "cinebench_r15_multi": 5008, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 4677, + "passmark_cpu_mark": 54410, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 449, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/9000-series/amd-ryzen-9-9900x.html", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?id=6171&cpu=AMD+Ryzen+9+9900X", + "https://technical.city/en/cpu/Ryzen-9-9900X", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-9-9950x.json b/data/cpu/amd/2024/consumer/ryzen-9-9950x.json index 66fe6cfe..408a428c 100644 --- a/data/cpu/amd/2024/consumer/ryzen-9-9950x.json +++ b/data/cpu/amd/2024/consumer/ryzen-9-9950x.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600", "cinebench_r23_single": 2300, "cinebench_r23_multi": 42000, + "cinebench_2024_single": 137, + "cinebench_2024_multi": 2287, "geekbench_single": 3200, "geekbench_multi": 22000, + "cinebench_r15_single": 344, + "cinebench_r15_multi": 6335, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 9402, + "cinebench_r10_multi": 71611, + "passmark_single": 4729, + "passmark_cpu_mark": 65756, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 649, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/9000-series/amd-ryzen-9-9950x.html", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?id=6211&cpu=AMD+Ryzen+9+9950X", + "https://technical.city/en/cpu/Ryzen-9-9950X", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-ai-5-340.json b/data/cpu/amd/2024/consumer/ryzen-ai-5-340.json index 182de05f..e8a9dde4 100644 --- a/data/cpu/amd/2024/consumer/ryzen-ai-5-340.json +++ b/data/cpu/amd/2024/consumer/ryzen-ai-5-340.json @@ -20,12 +20,30 @@ "memory_support": "LPDDR5X-7500 / DDR5-5600", "cinebench_r23_single": 1920, "cinebench_r23_multi": 11500, + "cinebench_2024_single": 117, + "cinebench_2024_multi": 689, "geekbench_single": 2750, "geekbench_multi": 10500, + "cinebench_r15_single": 243, + "cinebench_r15_multi": 1915, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 8175, + "cinebench_r10_multi": 40567, + "passmark_single": 3704, + "passmark_cpu_mark": 19638, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-ai-5-340", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+AI+5+340", + "https://technical.city/en/cpu/Ryzen-AI-5-340", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-ai-7-350.json b/data/cpu/amd/2024/consumer/ryzen-ai-7-350.json index f6105465..f703cf0d 100644 --- a/data/cpu/amd/2024/consumer/ryzen-ai-7-350.json +++ b/data/cpu/amd/2024/consumer/ryzen-ai-7-350.json @@ -20,12 +20,30 @@ "memory_support": "LPDDR5X-7500 / DDR5-5600", "cinebench_r23_single": 2000, "cinebench_r23_multi": 15500, + "cinebench_2024_single": 118, + "cinebench_2024_multi": 749, "geekbench_single": 2850, "geekbench_multi": 13000, + "cinebench_r15_single": 294, + "cinebench_r15_multi": 2477, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 8482, + "cinebench_r10_multi": 49866, + "passmark_single": 3838, + "passmark_cpu_mark": 24928, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-ai-7-350", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+AI+7+350", + "https://technical.city/en/cpu/Ryzen-AI-7-350", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-ai-9-365.json b/data/cpu/amd/2024/consumer/ryzen-ai-9-365.json index dc1d7b4b..63ac1629 100644 --- a/data/cpu/amd/2024/consumer/ryzen-ai-9-365.json +++ b/data/cpu/amd/2024/consumer/ryzen-ai-9-365.json @@ -20,11 +20,29 @@ "memory_support": "LPDDR5X-7500 / DDR5-5600", "cinebench_r23_single": 2050, "cinebench_r23_multi": 20500, + "cinebench_2024_single": 114, + "cinebench_2024_multi": 1043, "geekbench_single": 2900, "geekbench_multi": 16000, + "cinebench_r15_single": 303, + "cinebench_r15_multi": 2842, + "cinebench_r11_5_single": 3.55, + "cinebench_r11_5_multi": 31.0, + "cinebench_r10_single": 8446, + "cinebench_r10_multi": 45453, + "passmark_single": 3867, + "passmark_cpu_mark": 30350, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/laptop/ryzen/ai-300-series/amd-ryzen-ai-9-365.html", - "https://en.wikipedia.org/wiki/Ryzen_AI_300_series" + "https://en.wikipedia.org/wiki/Ryzen_AI_300_series", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+AI+9+365", + "https://technical.city/en/cpu/Ryzen-AI-9-365", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-ai-9-hx-370.json b/data/cpu/amd/2024/consumer/ryzen-ai-9-hx-370.json index 64eab77c..eaaf23e3 100644 --- a/data/cpu/amd/2024/consumer/ryzen-ai-9-hx-370.json +++ b/data/cpu/amd/2024/consumer/ryzen-ai-9-hx-370.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600 / LPDDR5x-7500", "cinebench_r23_single": 2100, "cinebench_r23_multi": 22000, + "cinebench_2024_single": 114, + "cinebench_2024_multi": 1152, "geekbench_single": 2950, "geekbench_multi": 15000, + "cinebench_r15_single": 307, + "cinebench_r15_multi": 3410, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 8647, + "cinebench_r10_multi": 53467, + "passmark_single": 3956, + "passmark_cpu_mark": 35068, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 649, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/laptop/ryzen-ai/9000-series/amd-ryzen-ai-9-hx-370.html", - "https://en.wikipedia.org/wiki/Strix_Point" + "https://en.wikipedia.org/wiki/Strix_Point", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+AI+9+HX+370", + "https://technical.city/en/cpu/Ryzen-AI-9-HX-370", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2024/consumer/ryzen-ai-9-hx-375.json b/data/cpu/amd/2024/consumer/ryzen-ai-9-hx-375.json index bdd93239..5aacc732 100644 --- a/data/cpu/amd/2024/consumer/ryzen-ai-9-hx-375.json +++ b/data/cpu/amd/2024/consumer/ryzen-ai-9-hx-375.json @@ -20,12 +20,30 @@ "memory_support": "LPDDR5X-7500 / DDR5-5600", "cinebench_r23_single": 2050, "cinebench_r23_multi": 21500, + "cinebench_2024_single": 121, + "cinebench_2024_multi": 1009, "geekbench_single": 2950, "geekbench_multi": 16500, + "cinebench_r15_single": 301, + "cinebench_r15_multi": 3334, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 3997, + "passmark_cpu_mark": 35361, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/apu/amd-ryzen-ai-9-hx-375", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+AI+9+HX+375", + "https://technical.city/en/cpu/Ryzen-AI-9-HX-375", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2024/enterprise/epyc-9755.json b/data/cpu/amd/2024/enterprise/epyc-9755.json index 5d7c3ce8..e8858ad2 100644 --- a/data/cpu/amd/2024/enterprise/epyc-9755.json +++ b/data/cpu/amd/2024/enterprise/epyc-9755.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-6400 12-channel ECC", "cinebench_r23_single": 2050, "cinebench_r23_multi": 220000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2350, "geekbench_multi": 88000, + "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": 3503, + "passmark_cpu_mark": 166328, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 12984, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9755.html", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9755" ] } diff --git a/data/cpu/amd/2024/enterprise/epyc-9965.json b/data/cpu/amd/2024/enterprise/epyc-9965.json index 5cbb744e..764890c1 100644 --- a/data/cpu/amd/2024/enterprise/epyc-9965.json +++ b/data/cpu/amd/2024/enterprise/epyc-9965.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-6400 12-channel ECC", "cinebench_r23_single": 1850, "cinebench_r23_multi": 235000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2150, "geekbench_multi": 90000, + "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": 3176, + "passmark_cpu_mark": 160542, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 14813, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/server/epyc/9005-series/amd-epyc-9965.html", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+EPYC+9965" ] } diff --git a/data/cpu/amd/2024/enterprise/ryzen-threadripper-pro-7995wx.json b/data/cpu/amd/2024/enterprise/ryzen-threadripper-pro-7995wx.json index 8a11419b..4c5c1551 100644 --- a/data/cpu/amd/2024/enterprise/ryzen-threadripper-pro-7995wx.json +++ b/data/cpu/amd/2024/enterprise/ryzen-threadripper-pro-7995wx.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-5200 (8-channel)", "cinebench_r23_single": 2050, "cinebench_r23_multi": 150000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2800, "geekbench_multi": 75000, + "cinebench_r15_single": 286, + "cinebench_r15_multi": 15842, + "cinebench_r11_5_single": 3.4, + "cinebench_r11_5_multi": 77.0, + "cinebench_r10_single": 7951, + "cinebench_r10_multi": 72072, + "passmark_single": 3829, + "passmark_cpu_mark": 140967, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 9999, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper-pro/7000wx-series/amd-ryzen-threadripper-pro-7995wx.html", - "https://en.wikipedia.org/wiki/Ryzen_Threadripper_Pro_7000WX_series" + "https://en.wikipedia.org/wiki/Ryzen_Threadripper_Pro_7000WX_series", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+7995WX", + "https://technical.city/en/cpu/Ryzen-Threadripper-PRO-7995WX" ] } diff --git a/data/cpu/amd/2025/consumer/ryzen-5-9500f.json b/data/cpu/amd/2025/consumer/ryzen-5-9500f.json index 19245cf8..04025baa 100644 --- a/data/cpu/amd/2025/consumer/ryzen-5-9500f.json +++ b/data/cpu/amd/2025/consumer/ryzen-5-9500f.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-5600", "cinebench_r23_single": 2080, "cinebench_r23_multi": 14200, + "cinebench_2024_single": 115, + "cinebench_2024_multi": 860, "geekbench_single": 2750, "geekbench_multi": 11500, + "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": 4261, + "passmark_cpu_mark": 28376, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 169, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/9000-series/amd-ryzen-5-9500f.html", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+5+9500F", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2025/consumer/ryzen-7-9700f.json b/data/cpu/amd/2025/consumer/ryzen-7-9700f.json index 69f20436..8f4a1a3b 100644 --- a/data/cpu/amd/2025/consumer/ryzen-7-9700f.json +++ b/data/cpu/amd/2025/consumer/ryzen-7-9700f.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-5600", "cinebench_r23_single": 2150, "cinebench_r23_multi": 22000, + "cinebench_2024_single": 138, + "cinebench_2024_multi": 1309, "geekbench_single": 2820, "geekbench_multi": 15500, + "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": 4701, + "passmark_cpu_mark": 37006, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 299, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/9000-series/amd-ryzen-7-9700f.html", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+9700F", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2025/consumer/ryzen-9-9850hx.json b/data/cpu/amd/2025/consumer/ryzen-9-9850hx.json index d07bae12..0b12d510 100644 --- a/data/cpu/amd/2025/consumer/ryzen-9-9850hx.json +++ b/data/cpu/amd/2025/consumer/ryzen-9-9850hx.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-5600", "cinebench_r23_single": 2150, "cinebench_r23_multi": 28000, + "cinebench_2024_single": 111, + "cinebench_2024_multi": 1478, "geekbench_single": 3050, "geekbench_multi": 17500, + "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": 4461, + "passmark_cpu_mark": 51722, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/laptop/ryzen/9000-series/amd-ryzen-9-9850hx.html", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+9850HX", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2025/consumer/ryzen-9-9900x3d.json b/data/cpu/amd/2025/consumer/ryzen-9-9900x3d.json index 87cd1cba..5fbdac73 100644 --- a/data/cpu/amd/2025/consumer/ryzen-9-9900x3d.json +++ b/data/cpu/amd/2025/consumer/ryzen-9-9900x3d.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-5600", "cinebench_r23_single": 2320, "cinebench_r23_multi": 36000, + "cinebench_2024_single": 136, + "cinebench_2024_multi": 1922, "geekbench_single": 3200, "geekbench_multi": 20000, + "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": 4642, + "passmark_cpu_mark": 56194, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 599, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/9000-series/amd-ryzen-9-9900x3d.html", - "https://en.wikipedia.org/wiki/Ryzen_9000_series" + "https://en.wikipedia.org/wiki/Ryzen_9000_series", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+9900X3D", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2025/consumer/ryzen-9-9950hx.json b/data/cpu/amd/2025/consumer/ryzen-9-9950hx.json index e7be58b1..632ae625 100644 --- a/data/cpu/amd/2025/consumer/ryzen-9-9950hx.json +++ b/data/cpu/amd/2025/consumer/ryzen-9-9950hx.json @@ -20,8 +20,23 @@ "memory_support": "DDR5-5600", "cinebench_r23_single": 2180, "cinebench_r23_multi": 37000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 3080, "geekbench_multi": 21300, + "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": true, "source_urls": [ diff --git a/data/cpu/amd/2025/consumer/ryzen-9-9950x3d.json b/data/cpu/amd/2025/consumer/ryzen-9-9950x3d.json index ac62af3f..1d1ddae2 100644 --- a/data/cpu/amd/2025/consumer/ryzen-9-9950x3d.json +++ b/data/cpu/amd/2025/consumer/ryzen-9-9950x3d.json @@ -20,12 +20,31 @@ "memory_support": "DDR5-5600", "cinebench_r23_single": 2350, "cinebench_r23_multi": 45000, + "cinebench_2024_single": 138, + "cinebench_2024_multi": 2457, "geekbench_single": 3300, "geekbench_multi": 24000, + "cinebench_r15_single": 350, + "cinebench_r15_multi": 6536, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 4742, + "passmark_cpu_mark": 70181, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 699, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/9000-series/amd-ryzen-9-9950x3d.html", - "https://en.wikipedia.org/wiki/Ryzen_9000_series" + "https://en.wikipedia.org/wiki/Ryzen_9000_series", + "https://www.cpubenchmark.net/cpu.php?id=6549&cpu=AMD+Ryzen+9+9950X3D", + "https://technical.city/en/cpu/Ryzen-9-9950X3D", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2025/consumer/ryzen-9-9955hx.json b/data/cpu/amd/2025/consumer/ryzen-9-9955hx.json index db190e07..3e4e16a9 100644 --- a/data/cpu/amd/2025/consumer/ryzen-9-9955hx.json +++ b/data/cpu/amd/2025/consumer/ryzen-9-9955hx.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600", "cinebench_r23_single": 2200, "cinebench_r23_multi": 37500, + "cinebench_2024_single": 134, + "cinebench_2024_multi": 2089, "geekbench_single": 3100, "geekbench_multi": 21500, + "cinebench_r15_single": 336, + "cinebench_r15_multi": 5905, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 9179, + "cinebench_r10_multi": 76058, + "passmark_single": 4387, + "passmark_cpu_mark": 56010, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/laptop/ryzen/9000-series/amd-ryzen-9-9955hx.html", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?id=6664&cpu=AMD+Ryzen+9+9955HX", + "https://technical.city/en/cpu/Ryzen-9-9955HX", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2025/consumer/ryzen-9-9955hx3d.json b/data/cpu/amd/2025/consumer/ryzen-9-9955hx3d.json index c1c88717..84a45f96 100644 --- a/data/cpu/amd/2025/consumer/ryzen-9-9955hx3d.json +++ b/data/cpu/amd/2025/consumer/ryzen-9-9955hx3d.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600", "cinebench_r23_single": 2200, "cinebench_r23_multi": 38000, + "cinebench_2024_single": 130, + "cinebench_2024_multi": 2158, "geekbench_single": 3100, "geekbench_multi": 22000, + "cinebench_r15_single": 327, + "cinebench_r15_multi": 6043, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": 79410, + "passmark_single": 4509, + "passmark_cpu_mark": 62714, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/laptop/ryzen/9000-series/amd-ryzen-9-9955hx3d.html", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+9+9955HX3D", + "https://technical.city/en/cpu/Ryzen-9-9955HX3D", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2025/consumer/ryzen-ai-max-plus-395.json b/data/cpu/amd/2025/consumer/ryzen-ai-max-plus-395.json index 0c26307f..3a13b32a 100644 --- a/data/cpu/amd/2025/consumer/ryzen-ai-max-plus-395.json +++ b/data/cpu/amd/2025/consumer/ryzen-ai-max-plus-395.json @@ -20,12 +20,30 @@ "memory_support": "LPDDR5X-8000 quad-channel (up to 128GB unified)", "cinebench_r23_single": 2100, "cinebench_r23_multi": 33000, + "cinebench_2024_single": 116, + "cinebench_2024_multi": 1764, "geekbench_single": 3000, "geekbench_multi": 21000, + "cinebench_r15_single": 316, + "cinebench_r15_multi": 5463, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 4154, + "passmark_cpu_mark": 55052, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/laptop/ryzen/ai-max-300-series/amd-ryzen-ai-max-plus-395.html", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+AI+Max%2B+395", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2025/enterprise/ryzen-threadripper-9960x.json b/data/cpu/amd/2025/enterprise/ryzen-threadripper-9960x.json index a3c5a4e9..3156e71a 100644 --- a/data/cpu/amd/2025/enterprise/ryzen-threadripper-9960x.json +++ b/data/cpu/amd/2025/enterprise/ryzen-threadripper-9960x.json @@ -20,8 +20,23 @@ "memory_support": "DDR5-6400 quad-channel ECC", "cinebench_r23_single": 2400, "cinebench_r23_multi": 65000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2850, "geekbench_multi": 32000, + "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": 1499, "verified": true, "source_urls": [ diff --git a/data/cpu/amd/2025/enterprise/ryzen-threadripper-9970x.json b/data/cpu/amd/2025/enterprise/ryzen-threadripper-9970x.json index 23542be8..ebb0269e 100644 --- a/data/cpu/amd/2025/enterprise/ryzen-threadripper-9970x.json +++ b/data/cpu/amd/2025/enterprise/ryzen-threadripper-9970x.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-6400 quad-channel ECC", "cinebench_r23_single": 2400, "cinebench_r23_multi": 85000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2850, "geekbench_multi": 38000, + "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": 4516, + "passmark_cpu_mark": 106987, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 2499, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/9000-series/amd-ryzen-threadripper-9970x.html", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+9970X" ] } diff --git a/data/cpu/amd/2025/enterprise/ryzen-threadripper-9980x.json b/data/cpu/amd/2025/enterprise/ryzen-threadripper-9980x.json index 444852d0..b4b55dbc 100644 --- a/data/cpu/amd/2025/enterprise/ryzen-threadripper-9980x.json +++ b/data/cpu/amd/2025/enterprise/ryzen-threadripper-9980x.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-6400 quad-channel ECC", "cinebench_r23_single": 2350, "cinebench_r23_multi": 130000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2800, "geekbench_multi": 52000, + "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": 4526, + "passmark_cpu_mark": 143003, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 4999, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/9000-series/amd-ryzen-threadripper-9980x.html", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+9980X" ] } diff --git a/data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9995wx.json b/data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9995wx.json index 89aca3ec..ccff1449 100644 --- a/data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9995wx.json +++ b/data/cpu/amd/2025/enterprise/ryzen-threadripper-pro-9995wx.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-6400 octa-channel ECC", "cinebench_r23_single": 2300, "cinebench_r23_multi": 175000, + "cinebench_2024_single": 132, + "cinebench_2024_multi": 7716, "geekbench_single": 2750, "geekbench_multi": 75000, + "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": 4544, + "passmark_cpu_mark": 173025, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 11699, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/workstations/ryzen-threadripper/9000-series/amd-ryzen-threadripper-pro-9995wx.html", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+Threadripper+PRO+9995WX", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2026/consumer/ryzen-7-9850x3d.json b/data/cpu/amd/2026/consumer/ryzen-7-9850x3d.json index 1e3e2ff0..b33beeec 100644 --- a/data/cpu/amd/2026/consumer/ryzen-7-9850x3d.json +++ b/data/cpu/amd/2026/consumer/ryzen-7-9850x3d.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600", "cinebench_r23_single": 2380, "cinebench_r23_multi": 24000, + "cinebench_2024_single": 144, + "cinebench_2024_multi": 1398, "geekbench_single": 3350, "geekbench_multi": 16800, + "cinebench_r15_single": 343, + "cinebench_r15_multi": 3551, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 9433, + "cinebench_r10_multi": 62343, + "passmark_single": 4708, + "passmark_cpu_mark": 41364, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 499, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/desktops/ryzen/9000-series/amd-ryzen-7-9850x3d.html", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+7+9850X3D", + "https://technical.city/en/cpu/Ryzen-7-9850X3D", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2026/consumer/ryzen-9-9970x3d.json b/data/cpu/amd/2026/consumer/ryzen-9-9970x3d.json index 52aa7247..244ed00c 100644 --- a/data/cpu/amd/2026/consumer/ryzen-9-9970x3d.json +++ b/data/cpu/amd/2026/consumer/ryzen-9-9970x3d.json @@ -20,8 +20,23 @@ "memory_support": "DDR5-5600", "cinebench_r23_single": 2350, "cinebench_r23_multi": 43500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 3300, "geekbench_multi": 23000, + "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": 749, "verified": true, "source_urls": [ diff --git a/data/cpu/amd/2026/consumer/ryzen-ai-max-plus-pro-395.json b/data/cpu/amd/2026/consumer/ryzen-ai-max-plus-pro-395.json index ed410585..5c521684 100644 --- a/data/cpu/amd/2026/consumer/ryzen-ai-max-plus-pro-395.json +++ b/data/cpu/amd/2026/consumer/ryzen-ai-max-plus-pro-395.json @@ -20,12 +20,30 @@ "memory_support": "LPDDR5X-8533 quad-channel (up to 128GB unified)", "cinebench_r23_single": 2150, "cinebench_r23_multi": 34000, + "cinebench_2024_single": 117, + "cinebench_2024_multi": 1757, "geekbench_single": 3050, "geekbench_multi": 22000, + "cinebench_r15_single": 306, + "cinebench_r15_multi": 5247, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 4092, + "passmark_cpu_mark": 51773, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.amd.com/en/products/processors/laptop/ryzen/ai-max-300-series.html", - "https://en.wikipedia.org/wiki/Zen_5" + "https://en.wikipedia.org/wiki/Zen_5", + "https://www.cpubenchmark.net/cpu.php?cpu=AMD+Ryzen+AI+Max%2B+PRO+395", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/amd/2026/enterprise/epyc-9985.json b/data/cpu/amd/2026/enterprise/epyc-9985.json index cbf1d23e..522c5a4d 100644 --- a/data/cpu/amd/2026/enterprise/epyc-9985.json +++ b/data/cpu/amd/2026/enterprise/epyc-9985.json @@ -20,8 +20,23 @@ "memory_support": "DDR5-6400 12-channel ECC", "cinebench_r23_single": 2100, "cinebench_r23_multi": 175000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2400, "geekbench_multi": 72000, + "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": 13500, "verified": true, "source_urls": [ diff --git a/data/cpu/ampere/2021/enterprise/altra-max-m128-30.json b/data/cpu/ampere/2021/enterprise/altra-max-m128-30.json index 34908327..589152cc 100644 --- a/data/cpu/ampere/2021/enterprise/altra-max-m128-30.json +++ b/data/cpu/ampere/2021/enterprise/altra-max-m128-30.json @@ -20,8 +20,23 @@ "memory_support": "DDR4-3200 octa-channel ECC", "cinebench_r23_single": 1100, "cinebench_r23_multi": 95000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1300, "geekbench_multi": 45000, + "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": true, "source_urls": [ diff --git a/data/cpu/ampere/2024/enterprise/ampereone-a192-32x.json b/data/cpu/ampere/2024/enterprise/ampereone-a192-32x.json index 33f4bd62..3803648d 100644 --- a/data/cpu/ampere/2024/enterprise/ampereone-a192-32x.json +++ b/data/cpu/ampere/2024/enterprise/ampereone-a192-32x.json @@ -20,8 +20,23 @@ "memory_support": "DDR5-5600 octa-channel ECC", "cinebench_r23_single": 1450, "cinebench_r23_multi": 180000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1700, "geekbench_multi": 75000, + "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": true, "source_urls": [ diff --git a/data/cpu/cyrix/1996/consumer/6x86-p166-plus.json b/data/cpu/cyrix/1996/consumer/6x86-p166-plus.json index 6adccff1..64a7abb3 100644 --- a/data/cpu/cyrix/1996/consumer/6x86-p166-plus.json +++ b/data/cpu/cyrix/1996/consumer/6x86-p166-plus.json @@ -20,8 +20,23 @@ "memory_support": "FPM/EDO RAM", "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": 450, "verified": true, "source_urls": [ diff --git a/data/cpu/cyrix/1998/consumer/mii-pr300.json b/data/cpu/cyrix/1998/consumer/mii-pr300.json index b17e6af4..42f0299d 100644 --- a/data/cpu/cyrix/1998/consumer/mii-pr300.json +++ b/data/cpu/cyrix/1998/consumer/mii-pr300.json @@ -20,8 +20,23 @@ "memory_support": "SDRAM PC66", "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": 200, "verified": true, "source_urls": [ diff --git a/data/cpu/dec/1992/enterprise/alpha-21064.json b/data/cpu/dec/1992/enterprise/alpha-21064.json index d99df104..7b937d8f 100644 --- a/data/cpu/dec/1992/enterprise/alpha-21064.json +++ b/data/cpu/dec/1992/enterprise/alpha-21064.json @@ -20,8 +20,23 @@ "memory_support": "FPM RAM", "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": true, "source_urls": [ diff --git a/data/cpu/dec/1995/enterprise/alpha-21164.json b/data/cpu/dec/1995/enterprise/alpha-21164.json index c5a1010e..b4ce0297 100644 --- a/data/cpu/dec/1995/enterprise/alpha-21164.json +++ b/data/cpu/dec/1995/enterprise/alpha-21164.json @@ -20,8 +20,23 @@ "memory_support": "EDO RAM", "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": true, "source_urls": [ diff --git a/data/cpu/dec/1996/enterprise/alpha-21264.json b/data/cpu/dec/1996/enterprise/alpha-21264.json index e6da911c..8af0e0e2 100644 --- a/data/cpu/dec/1996/enterprise/alpha-21264.json +++ b/data/cpu/dec/1996/enterprise/alpha-21264.json @@ -20,8 +20,23 @@ "memory_support": "EDO RAM / SDRAM PC100", "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": true, "source_urls": [ diff --git a/data/cpu/hygon/2018/enterprise/dhyana-c86-3185.json b/data/cpu/hygon/2018/enterprise/dhyana-c86-3185.json index 193c7e02..c2987267 100644 --- a/data/cpu/hygon/2018/enterprise/dhyana-c86-3185.json +++ b/data/cpu/hygon/2018/enterprise/dhyana-c86-3185.json @@ -20,8 +20,23 @@ "memory_support": "DDR4-2666 octa-channel ECC", "cinebench_r23_single": 900, "cinebench_r23_multi": 7200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1050, "geekbench_multi": 5500, + "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": true, "source_urls": [ diff --git a/data/cpu/ibm/1990/enterprise/power1-rios.json b/data/cpu/ibm/1990/enterprise/power1-rios.json index 5139cab0..59d3caa2 100644 --- a/data/cpu/ibm/1990/enterprise/power1-rios.json +++ b/data/cpu/ibm/1990/enterprise/power1-rios.json @@ -20,8 +20,23 @@ "memory_support": "Custom MIO", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/1993/enterprise/power2.json b/data/cpu/ibm/1993/enterprise/power2.json index 0e29420d..608b029c 100644 --- a/data/cpu/ibm/1993/enterprise/power2.json +++ b/data/cpu/ibm/1993/enterprise/power2.json @@ -20,8 +20,23 @@ "memory_support": "Custom interleaved", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/1996/enterprise/power2-sc.json b/data/cpu/ibm/1996/enterprise/power2-sc.json index 0b88f5a0..0610c9d6 100644 --- a/data/cpu/ibm/1996/enterprise/power2-sc.json +++ b/data/cpu/ibm/1996/enterprise/power2-sc.json @@ -20,8 +20,23 @@ "memory_support": "Custom DDR", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/1997/consumer/powerpc-750-g3.json b/data/cpu/ibm/1997/consumer/powerpc-750-g3.json index cac4471b..f7d3e1d5 100644 --- a/data/cpu/ibm/1997/consumer/powerpc-750-g3.json +++ b/data/cpu/ibm/1997/consumer/powerpc-750-g3.json @@ -20,8 +20,23 @@ "memory_support": "SDRAM PC66", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/1998/enterprise/power3.json b/data/cpu/ibm/1998/enterprise/power3.json index 2784b73a..80185488 100644 --- a/data/cpu/ibm/1998/enterprise/power3.json +++ b/data/cpu/ibm/1998/enterprise/power3.json @@ -20,8 +20,23 @@ "memory_support": "SDRAM PC100", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2000/consumer/powerpc-750cxe.json b/data/cpu/ibm/2000/consumer/powerpc-750cxe.json index e2ef1e07..4376c49d 100644 --- a/data/cpu/ibm/2000/consumer/powerpc-750cxe.json +++ b/data/cpu/ibm/2000/consumer/powerpc-750cxe.json @@ -20,8 +20,23 @@ "memory_support": "SDRAM PC133", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2001/consumer/gamecube-gekko.json b/data/cpu/ibm/2001/consumer/gamecube-gekko.json index 878bba52..15fe86c7 100644 --- a/data/cpu/ibm/2001/consumer/gamecube-gekko.json +++ b/data/cpu/ibm/2001/consumer/gamecube-gekko.json @@ -20,8 +20,23 @@ "memory_support": "MoSys 1T-SRAM 24MB + ARAM 16MB", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2001/enterprise/power4.json b/data/cpu/ibm/2001/enterprise/power4.json index 1291900f..8f7c17f5 100644 --- a/data/cpu/ibm/2001/enterprise/power4.json +++ b/data/cpu/ibm/2001/enterprise/power4.json @@ -20,8 +20,23 @@ "memory_support": "Custom DDR", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2002/enterprise/power4-plus.json b/data/cpu/ibm/2002/enterprise/power4-plus.json index bc203461..8ee8d492 100644 --- a/data/cpu/ibm/2002/enterprise/power4-plus.json +++ b/data/cpu/ibm/2002/enterprise/power4-plus.json @@ -20,8 +20,23 @@ "memory_support": "DDR-266", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2003/consumer/powerpc-970-g5.json b/data/cpu/ibm/2003/consumer/powerpc-970-g5.json index 01779868..f564e663 100644 --- a/data/cpu/ibm/2003/consumer/powerpc-970-g5.json +++ b/data/cpu/ibm/2003/consumer/powerpc-970-g5.json @@ -20,8 +20,23 @@ "memory_support": "DDR-400 dual-channel", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2004/consumer/powerpc-970fx.json b/data/cpu/ibm/2004/consumer/powerpc-970fx.json index 2a327b15..47795994 100644 --- a/data/cpu/ibm/2004/consumer/powerpc-970fx.json +++ b/data/cpu/ibm/2004/consumer/powerpc-970fx.json @@ -20,8 +20,23 @@ "memory_support": "DDR-400 dual-channel", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2004/enterprise/power5.json b/data/cpu/ibm/2004/enterprise/power5.json index 77954237..e0307f33 100644 --- a/data/cpu/ibm/2004/enterprise/power5.json +++ b/data/cpu/ibm/2004/enterprise/power5.json @@ -20,8 +20,23 @@ "memory_support": "DDR-266", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2005/consumer/powerpc-970mp.json b/data/cpu/ibm/2005/consumer/powerpc-970mp.json index 3ecd9203..64de72b0 100644 --- a/data/cpu/ibm/2005/consumer/powerpc-970mp.json +++ b/data/cpu/ibm/2005/consumer/powerpc-970mp.json @@ -20,8 +20,23 @@ "memory_support": "DDR2-533 dual-channel", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2005/consumer/xbox-360-xenon.json b/data/cpu/ibm/2005/consumer/xbox-360-xenon.json index 96f7ee38..8a8036c0 100644 --- a/data/cpu/ibm/2005/consumer/xbox-360-xenon.json +++ b/data/cpu/ibm/2005/consumer/xbox-360-xenon.json @@ -20,8 +20,23 @@ "memory_support": "GDDR3-700 512MB unified (system + GPU)", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2005/enterprise/power5-plus.json b/data/cpu/ibm/2005/enterprise/power5-plus.json index d0c8eb59..6d9e634c 100644 --- a/data/cpu/ibm/2005/enterprise/power5-plus.json +++ b/data/cpu/ibm/2005/enterprise/power5-plus.json @@ -20,8 +20,23 @@ "memory_support": "DDR2-533", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2006/consumer/cell-broadband-engine.json b/data/cpu/ibm/2006/consumer/cell-broadband-engine.json index f281b460..af884a62 100644 --- a/data/cpu/ibm/2006/consumer/cell-broadband-engine.json +++ b/data/cpu/ibm/2006/consumer/cell-broadband-engine.json @@ -20,8 +20,23 @@ "memory_support": "XDR DRAM 256MB (PS3) / DDR2 (blade)", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2006/consumer/wii-broadway.json b/data/cpu/ibm/2006/consumer/wii-broadway.json index a603fb9a..d99041ba 100644 --- a/data/cpu/ibm/2006/consumer/wii-broadway.json +++ b/data/cpu/ibm/2006/consumer/wii-broadway.json @@ -20,8 +20,23 @@ "memory_support": "GDDR3 88MB main + 24MB on-die MEM1", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2007/enterprise/power6.json b/data/cpu/ibm/2007/enterprise/power6.json index 2bfe1b39..d176db7a 100644 --- a/data/cpu/ibm/2007/enterprise/power6.json +++ b/data/cpu/ibm/2007/enterprise/power6.json @@ -20,8 +20,23 @@ "memory_support": "DDR2-667", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2008/enterprise/powerxcell-8i.json b/data/cpu/ibm/2008/enterprise/powerxcell-8i.json index a4950e64..ce6cc8c5 100644 --- a/data/cpu/ibm/2008/enterprise/powerxcell-8i.json +++ b/data/cpu/ibm/2008/enterprise/powerxcell-8i.json @@ -20,8 +20,23 @@ "memory_support": "DDR2-800 ECC", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2008/enterprise/z10-ec.json b/data/cpu/ibm/2008/enterprise/z10-ec.json index aa9b306f..570b7ce2 100644 --- a/data/cpu/ibm/2008/enterprise/z10-ec.json +++ b/data/cpu/ibm/2008/enterprise/z10-ec.json @@ -20,8 +20,23 @@ "memory_support": "DDR2 ECC RAIM", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2010/enterprise/power7.json b/data/cpu/ibm/2010/enterprise/power7.json index 03792f41..86b7b94a 100644 --- a/data/cpu/ibm/2010/enterprise/power7.json +++ b/data/cpu/ibm/2010/enterprise/power7.json @@ -20,8 +20,23 @@ "memory_support": "DDR3-1066 octa-channel ECC", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2010/enterprise/z196.json b/data/cpu/ibm/2010/enterprise/z196.json index 19452e2a..786c52ca 100644 --- a/data/cpu/ibm/2010/enterprise/z196.json +++ b/data/cpu/ibm/2010/enterprise/z196.json @@ -20,8 +20,23 @@ "memory_support": "DDR3 ECC RAIM", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2012/consumer/wii-u-espresso.json b/data/cpu/ibm/2012/consumer/wii-u-espresso.json index 80bdd6f9..0458b2c4 100644 --- a/data/cpu/ibm/2012/consumer/wii-u-espresso.json +++ b/data/cpu/ibm/2012/consumer/wii-u-espresso.json @@ -20,8 +20,23 @@ "memory_support": "DDR3-1600 2GB unified (with Latte GPU)", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2012/enterprise/power7-plus.json b/data/cpu/ibm/2012/enterprise/power7-plus.json index 582f7719..55d014c2 100644 --- a/data/cpu/ibm/2012/enterprise/power7-plus.json +++ b/data/cpu/ibm/2012/enterprise/power7-plus.json @@ -20,8 +20,23 @@ "memory_support": "DDR3-1600 octa-channel ECC", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2012/enterprise/zec12.json b/data/cpu/ibm/2012/enterprise/zec12.json index a5dafbfe..3b4ed63e 100644 --- a/data/cpu/ibm/2012/enterprise/zec12.json +++ b/data/cpu/ibm/2012/enterprise/zec12.json @@ -20,8 +20,23 @@ "memory_support": "DDR3 ECC RAIM", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2014/enterprise/power8.json b/data/cpu/ibm/2014/enterprise/power8.json index bd797356..894f7df1 100644 --- a/data/cpu/ibm/2014/enterprise/power8.json +++ b/data/cpu/ibm/2014/enterprise/power8.json @@ -20,8 +20,23 @@ "memory_support": "DDR3/DDR4 Centaur octa-channel ECC", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2015/enterprise/z13.json b/data/cpu/ibm/2015/enterprise/z13.json index 1d04ca5e..da59ee76 100644 --- a/data/cpu/ibm/2015/enterprise/z13.json +++ b/data/cpu/ibm/2015/enterprise/z13.json @@ -20,8 +20,23 @@ "memory_support": "DDR3 ECC RAIM", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2017/enterprise/power9.json b/data/cpu/ibm/2017/enterprise/power9.json index f6b36f8f..b2375cdb 100644 --- a/data/cpu/ibm/2017/enterprise/power9.json +++ b/data/cpu/ibm/2017/enterprise/power9.json @@ -20,8 +20,23 @@ "memory_support": "DDR4-2667 octa-channel ECC", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2017/enterprise/z14.json b/data/cpu/ibm/2017/enterprise/z14.json index 4ddd0751..e4d04f9d 100644 --- a/data/cpu/ibm/2017/enterprise/z14.json +++ b/data/cpu/ibm/2017/enterprise/z14.json @@ -20,8 +20,23 @@ "memory_support": "DDR4 ECC RAIM", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2019/enterprise/z15.json b/data/cpu/ibm/2019/enterprise/z15.json index 32a4c766..399564b1 100644 --- a/data/cpu/ibm/2019/enterprise/z15.json +++ b/data/cpu/ibm/2019/enterprise/z15.json @@ -20,8 +20,23 @@ "memory_support": "DDR4 ECC RAIM", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2020/enterprise/power10.json b/data/cpu/ibm/2020/enterprise/power10.json index b22a860e..f432d2c1 100644 --- a/data/cpu/ibm/2020/enterprise/power10.json +++ b/data/cpu/ibm/2020/enterprise/power10.json @@ -20,8 +20,23 @@ "memory_support": "DDR4/DDR5 OMI 16-channel ECC", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2021/enterprise/telum-z16.json b/data/cpu/ibm/2021/enterprise/telum-z16.json index f0827227..6a6fe702 100644 --- a/data/cpu/ibm/2021/enterprise/telum-z16.json +++ b/data/cpu/ibm/2021/enterprise/telum-z16.json @@ -20,8 +20,23 @@ "memory_support": "DDR4 ECC RAIM + on-chip AI accelerator", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2025/enterprise/power11.json b/data/cpu/ibm/2025/enterprise/power11.json index babad473..1546dc74 100644 --- a/data/cpu/ibm/2025/enterprise/power11.json +++ b/data/cpu/ibm/2025/enterprise/power11.json @@ -20,8 +20,23 @@ "memory_support": "DDR5 OMI 16-channel ECC", "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": true, "source_urls": [ diff --git a/data/cpu/ibm/2025/enterprise/telum-ii-z17.json b/data/cpu/ibm/2025/enterprise/telum-ii-z17.json index 9763a33f..19611a28 100644 --- a/data/cpu/ibm/2025/enterprise/telum-ii-z17.json +++ b/data/cpu/ibm/2025/enterprise/telum-ii-z17.json @@ -20,8 +20,23 @@ "memory_support": "DDR5 ECC RAIM + 2nd-gen on-chip AI accelerator", "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": true, "source_urls": [ diff --git a/data/cpu/intel/1989/consumer/i486-dx-25.json b/data/cpu/intel/1989/consumer/i486-dx-25.json index f95b5d78..8f5bfb55 100644 --- a/data/cpu/intel/1989/consumer/i486-dx-25.json +++ b/data/cpu/intel/1989/consumer/i486-dx-25.json @@ -20,12 +20,28 @@ "memory_support": "FPM RAM", "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": 8.7, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 900, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/I486", - "https://www.intel.com/content/www/us/en/history/museum-story-of-intel-486.html" + "https://www.intel.com/content/www/us/en/history/museum-story-of-intel-486.html", + "https://en.wikipedia.org/wiki/Instructions_per_second" ] } diff --git a/data/cpu/intel/1992/consumer/i486-dx2-66.json b/data/cpu/intel/1992/consumer/i486-dx2-66.json index 6a5ba77d..18c1f078 100644 --- a/data/cpu/intel/1992/consumer/i486-dx2-66.json +++ b/data/cpu/intel/1992/consumer/i486-dx2-66.json @@ -20,12 +20,28 @@ "memory_support": "FPM RAM", "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": 25.6, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 599, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/I486", - "https://en.wikichip.org/wiki/intel/i486/i486_dx2-66" + "https://en.wikichip.org/wiki/intel/i486/i486_dx2-66", + "https://en.wikipedia.org/wiki/Instructions_per_second" ] } diff --git a/data/cpu/intel/1993/consumer/pentium-66.json b/data/cpu/intel/1993/consumer/pentium-66.json index 777f6d04..989589b4 100644 --- a/data/cpu/intel/1993/consumer/pentium-66.json +++ b/data/cpu/intel/1993/consumer/pentium-66.json @@ -20,8 +20,23 @@ "memory_support": "FPM/EDO RAM", "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": 965, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/1995/consumer/pentium-133.json b/data/cpu/intel/1995/consumer/pentium-133.json index f0925a92..688aa29a 100644 --- a/data/cpu/intel/1995/consumer/pentium-133.json +++ b/data/cpu/intel/1995/consumer/pentium-133.json @@ -20,8 +20,23 @@ "memory_support": "FPM/EDO RAM", "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": 935, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/1995/enterprise/pentium-pro-200.json b/data/cpu/intel/1995/enterprise/pentium-pro-200.json index d71354ad..af1a0bb9 100644 --- a/data/cpu/intel/1995/enterprise/pentium-pro-200.json +++ b/data/cpu/intel/1995/enterprise/pentium-pro-200.json @@ -20,12 +20,28 @@ "memory_support": "EDO RAM", "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": 541.0, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 1989, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Pentium_Pro", - "https://www.intel.com/content/www/us/en/history/history-pentium-pro-architecture.html" + "https://www.intel.com/content/www/us/en/history/history-pentium-pro-architecture.html", + "https://en.wikipedia.org/wiki/Instructions_per_second" ] } diff --git a/data/cpu/intel/1997/consumer/pentium-ii-300.json b/data/cpu/intel/1997/consumer/pentium-ii-300.json index 3256e2d5..b0cbcd2a 100644 --- a/data/cpu/intel/1997/consumer/pentium-ii-300.json +++ b/data/cpu/intel/1997/consumer/pentium-ii-300.json @@ -20,8 +20,23 @@ "memory_support": "SDRAM PC66", "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": 1981, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/1997/consumer/pentium-mmx-200.json b/data/cpu/intel/1997/consumer/pentium-mmx-200.json index 1d3430bb..26ad5e74 100644 --- a/data/cpu/intel/1997/consumer/pentium-mmx-200.json +++ b/data/cpu/intel/1997/consumer/pentium-mmx-200.json @@ -20,8 +20,23 @@ "memory_support": "EDO/SDRAM PC66", "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": 599, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/1998/consumer/celeron-300a.json b/data/cpu/intel/1998/consumer/celeron-300a.json index 67fc58e4..652ccd4e 100644 --- a/data/cpu/intel/1998/consumer/celeron-300a.json +++ b/data/cpu/intel/1998/consumer/celeron-300a.json @@ -20,8 +20,23 @@ "memory_support": "SDRAM PC100", "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": 149, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/1998/consumer/pentium-ii-450.json b/data/cpu/intel/1998/consumer/pentium-ii-450.json index 218d4512..08345a58 100644 --- a/data/cpu/intel/1998/consumer/pentium-ii-450.json +++ b/data/cpu/intel/1998/consumer/pentium-ii-450.json @@ -20,8 +20,23 @@ "memory_support": "SDRAM PC100", "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": 824, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/1999/consumer/pentium-iii-500.json b/data/cpu/intel/1999/consumer/pentium-iii-500.json index b23e612b..0881f265 100644 --- a/data/cpu/intel/1999/consumer/pentium-iii-500.json +++ b/data/cpu/intel/1999/consumer/pentium-iii-500.json @@ -20,8 +20,23 @@ "memory_support": "SDRAM PC100", "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": 696, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/2000/consumer/pentium-4-1500.json b/data/cpu/intel/2000/consumer/pentium-4-1500.json index 8e7a8f85..959bfd7b 100644 --- a/data/cpu/intel/2000/consumer/pentium-4-1500.json +++ b/data/cpu/intel/2000/consumer/pentium-4-1500.json @@ -20,8 +20,23 @@ "memory_support": "RDRAM PC800", "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": 819, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/2000/consumer/pentium-iii-1000.json b/data/cpu/intel/2000/consumer/pentium-iii-1000.json index 51922c62..bb451f74 100644 --- a/data/cpu/intel/2000/consumer/pentium-iii-1000.json +++ b/data/cpu/intel/2000/consumer/pentium-iii-1000.json @@ -20,8 +20,23 @@ "memory_support": "SDRAM PC133", "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": 990, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/2001/consumer/pentium-4-2000.json b/data/cpu/intel/2001/consumer/pentium-4-2000.json index f724e375..9e5d2bc9 100644 --- a/data/cpu/intel/2001/consumer/pentium-4-2000.json +++ b/data/cpu/intel/2001/consumer/pentium-4-2000.json @@ -20,8 +20,23 @@ "memory_support": "RDRAM PC800 / SDRAM PC133", "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": 562, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/2001/enterprise/pentium-iii-s-1400.json b/data/cpu/intel/2001/enterprise/pentium-iii-s-1400.json index 532d5cb1..43ba5262 100644 --- a/data/cpu/intel/2001/enterprise/pentium-iii-s-1400.json +++ b/data/cpu/intel/2001/enterprise/pentium-iii-s-1400.json @@ -20,8 +20,23 @@ "memory_support": "SDRAM PC133", "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": 396, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/2002/consumer/pentium-4-3060.json b/data/cpu/intel/2002/consumer/pentium-4-3060.json index a9d80f63..1e888507 100644 --- a/data/cpu/intel/2002/consumer/pentium-4-3060.json +++ b/data/cpu/intel/2002/consumer/pentium-4-3060.json @@ -20,12 +20,28 @@ "memory_support": "RDRAM PC1066 / DDR-333", "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": 573, + "passmark_cpu_mark": 264, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 637, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Pentium_4#Northwood", - "https://en.wikichip.org/wiki/intel/pentium_4/pentium_4_3.06_ghz" + "https://en.wikichip.org/wiki/intel/pentium_4/pentium_4_3.06_ghz", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Pentium+4+3.06GHz&id=1075" ] } diff --git a/data/cpu/intel/2003/consumer/pentium-4-ee-3200.json b/data/cpu/intel/2003/consumer/pentium-4-ee-3200.json index fd0baead..326a101f 100644 --- a/data/cpu/intel/2003/consumer/pentium-4-ee-3200.json +++ b/data/cpu/intel/2003/consumer/pentium-4-ee-3200.json @@ -20,12 +20,28 @@ "memory_support": "DDR-400 dual-channel", "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": 9726.0, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 999, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Pentium_4#Pentium_4_Extreme_Edition", - "https://en.wikichip.org/wiki/intel/pentium_4_ee" + "https://en.wikichip.org/wiki/intel/pentium_4_ee", + "https://en.wikipedia.org/wiki/Instructions_per_second" ] } diff --git a/data/cpu/intel/2003/consumer/pentium-m-1600.json b/data/cpu/intel/2003/consumer/pentium-m-1600.json index 0bd7460f..8f4856b6 100644 --- a/data/cpu/intel/2003/consumer/pentium-m-1600.json +++ b/data/cpu/intel/2003/consumer/pentium-m-1600.json @@ -20,8 +20,23 @@ "memory_support": "DDR-266", "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": 637, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/2004/consumer/pentium-4-540.json b/data/cpu/intel/2004/consumer/pentium-4-540.json index 238c3219..d5da56b1 100644 --- a/data/cpu/intel/2004/consumer/pentium-4-540.json +++ b/data/cpu/intel/2004/consumer/pentium-4-540.json @@ -20,8 +20,23 @@ "memory_support": "DDR-400 / DDR2-533 dual-channel", "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": 218, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/2005/consumer/pentium-4-670.json b/data/cpu/intel/2005/consumer/pentium-4-670.json index f2340122..f0d314ef 100644 --- a/data/cpu/intel/2005/consumer/pentium-4-670.json +++ b/data/cpu/intel/2005/consumer/pentium-4-670.json @@ -20,8 +20,23 @@ "memory_support": "DDR2-667 dual-channel", "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": 605, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/2005/consumer/pentium-d-820.json b/data/cpu/intel/2005/consumer/pentium-d-820.json index b97b0154..4143fc6a 100644 --- a/data/cpu/intel/2005/consumer/pentium-d-820.json +++ b/data/cpu/intel/2005/consumer/pentium-d-820.json @@ -20,8 +20,23 @@ "memory_support": "DDR2-533 dual-channel", "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": 241, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/2005/consumer/pentium-m-760.json b/data/cpu/intel/2005/consumer/pentium-m-760.json index f1ab73e0..1f06eb30 100644 --- a/data/cpu/intel/2005/consumer/pentium-m-760.json +++ b/data/cpu/intel/2005/consumer/pentium-m-760.json @@ -20,8 +20,23 @@ "memory_support": "DDR2-533", "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": 423, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/2006/consumer/core-2-duo-e6600.json b/data/cpu/intel/2006/consumer/core-2-duo-e6600.json index fdb98044..ab6a71bf 100644 --- a/data/cpu/intel/2006/consumer/core-2-duo-e6600.json +++ b/data/cpu/intel/2006/consumer/core-2-duo-e6600.json @@ -20,12 +20,28 @@ "memory_support": "DDR2-800 dual-channel", "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": 62, + "cinebench_r15_multi": 117, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": 1.0, + "cinebench_r10_single": 2462, + "cinebench_r10_multi": 4698, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 316, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Conroe_(microprocessor)", - "https://ark.intel.com/content/www/us/en/ark/products/27250/intel-core-2-duo-processor-e6600-4m-cache-2-40-ghz-1066-mhz-fsb.html" + "https://ark.intel.com/content/www/us/en/ark/products/27250/intel-core-2-duo-processor-e6600-4m-cache-2-40-ghz-1066-mhz-fsb.html", + "https://technical.city/en/cpu/Core-2-Duo-E6600" ] } diff --git a/data/cpu/intel/2006/consumer/core-duo-t2600.json b/data/cpu/intel/2006/consumer/core-duo-t2600.json index a7fbe4b9..640b9e04 100644 --- a/data/cpu/intel/2006/consumer/core-duo-t2600.json +++ b/data/cpu/intel/2006/consumer/core-duo-t2600.json @@ -20,12 +20,29 @@ "memory_support": "DDR2-667", "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": 667, + "passmark_cpu_mark": 460, + "specint2006": 11.7, + "specfp2006": 9.91, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 637, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Yonah_(microprocessor)", - "https://ark.intel.com/content/www/us/en/ark/products/27238/intel-core-duo-processor-t2600-2m-cache-2-16-ghz-667-mhz-fsb.html" + "https://ark.intel.com/content/www/us/en/ark/products/27238/intel-core-duo-processor-t2600-2m-cache-2-16-ghz-667-mhz-fsb.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Duo+T2600", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2006/consumer/core-solo-t1300.json b/data/cpu/intel/2006/consumer/core-solo-t1300.json index 1d97976b..864942cc 100644 --- a/data/cpu/intel/2006/consumer/core-solo-t1300.json +++ b/data/cpu/intel/2006/consumer/core-solo-t1300.json @@ -20,12 +20,28 @@ "memory_support": "DDR2-667", "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": 518, + "passmark_cpu_mark": 210, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 209, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Yonah_(microprocessor)", - "https://ark.intel.com/content/www/us/en/ark/products/27250/intel-core-solo-processor-t1300-2m-cache-1-66-ghz-667-mhz-fsb.html" + "https://ark.intel.com/content/www/us/en/ark/products/27250/intel-core-solo-processor-t1300-2m-cache-1-66-ghz-667-mhz-fsb.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Solo+T1300" ] } diff --git a/data/cpu/intel/2006/enterprise/core-2-extreme-qx6700.json b/data/cpu/intel/2006/enterprise/core-2-extreme-qx6700.json index 9bccbfc8..64935684 100644 --- a/data/cpu/intel/2006/enterprise/core-2-extreme-qx6700.json +++ b/data/cpu/intel/2006/enterprise/core-2-extreme-qx6700.json @@ -20,12 +20,28 @@ "memory_support": "DDR2-800 dual-channel", "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": 2725, + "cinebench_r10_multi": 9520, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 999, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Kentsfield_(microprocessor)", - "https://ark.intel.com/content/www/us/en/ark/products/28023/intel-core-2-extreme-processor-qx6700-8m-cache-2-66-ghz-1066-mhz-fsb.html" + "https://ark.intel.com/content/www/us/en/ark/products/28023/intel-core-2-extreme-processor-qx6700-8m-cache-2-66-ghz-1066-mhz-fsb.html", + "https://technical.city/en/cpu/Core-2-Extreme-QX6700" ] } diff --git a/data/cpu/intel/2007/consumer/core-2-quad-q6600.json b/data/cpu/intel/2007/consumer/core-2-quad-q6600.json index 46c32727..f149ad43 100644 --- a/data/cpu/intel/2007/consumer/core-2-quad-q6600.json +++ b/data/cpu/intel/2007/consumer/core-2-quad-q6600.json @@ -20,12 +20,30 @@ "memory_support": "DDR2-800 dual-channel", "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": 2460, + "cinebench_r10_multi": 8800, + "passmark_single": 953, + "passmark_cpu_mark": 1846, + "specint2006": 16.5, + "specfp2006": 15.4, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 851, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Kentsfield_(microprocessor)", - "https://ark.intel.com/content/www/us/en/ark/products/29765/intel-core-2-quad-processor-q6600-8m-cache-2-40-ghz-1066-mhz-fsb.html" + "https://ark.intel.com/content/www/us/en/ark/products/29765/intel-core-2-quad-processor-q6600-8m-cache-2-40-ghz-1066-mhz-fsb.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Quad+Q6600+%40+2.40GHz&id=1038", + "https://technical.city/en/cpu/Core-2-Quad-Q6600", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2007/enterprise/core-2-extreme-qx9650.json b/data/cpu/intel/2007/enterprise/core-2-extreme-qx9650.json index ebddb05f..a8355f95 100644 --- a/data/cpu/intel/2007/enterprise/core-2-extreme-qx9650.json +++ b/data/cpu/intel/2007/enterprise/core-2-extreme-qx9650.json @@ -20,12 +20,28 @@ "memory_support": "DDR2-800 / DDR3-1333 dual-channel", "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": 22.3, + "specfp2006": 21.4, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 999, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Yorkfield_(microprocessor)", - "https://ark.intel.com/content/www/us/en/ark/products/33921/intel-core-2-extreme-processor-qx9650-12m-cache-3-00-ghz-1333-mhz-fsb.html" + "https://ark.intel.com/content/www/us/en/ark/products/33921/intel-core-2-extreme-processor-qx9650-12m-cache-3-00-ghz-1333-mhz-fsb.html", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2008/consumer/atom-n270.json b/data/cpu/intel/2008/consumer/atom-n270.json index fb8ebece..8f81f895 100644 --- a/data/cpu/intel/2008/consumer/atom-n270.json +++ b/data/cpu/intel/2008/consumer/atom-n270.json @@ -20,12 +20,29 @@ "memory_support": "DDR2-533", "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": 541, + "cinebench_r10_multi": 830, + "passmark_single": 174, + "passmark_cpu_mark": 136, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 44, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Intel_Atom", - "https://ark.intel.com/content/www/us/en/ark/products/36331/intel-atom-processor-n270-512k-cache-1-60-ghz-533-mhz-fsb.html" + "https://ark.intel.com/content/www/us/en/ark/products/36331/intel-atom-processor-n270-512k-cache-1-60-ghz-533-mhz-fsb.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Atom+N270", + "https://technical.city/en/cpu/Atom-N270" ] } diff --git a/data/cpu/intel/2008/consumer/core-2-duo-e8400.json b/data/cpu/intel/2008/consumer/core-2-duo-e8400.json index da68eefb..3509a0e7 100644 --- a/data/cpu/intel/2008/consumer/core-2-duo-e8400.json +++ b/data/cpu/intel/2008/consumer/core-2-duo-e8400.json @@ -20,12 +20,29 @@ "memory_support": "DDR2-800 / DDR3-1333 dual-channel", "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": 1234, + "passmark_cpu_mark": 1221, + "specint2006": 24.2, + "specfp2006": 20.9, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 183, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Wolfdale_(microprocessor)", - "https://ark.intel.com/content/www/us/en/ark/products/33910/intel-core-2-duo-processor-e8400-6m-cache-3-00-ghz-1333-mhz-fsb.html" + "https://ark.intel.com/content/www/us/en/ark/products/33910/intel-core-2-duo-processor-e8400-6m-cache-3-00-ghz-1333-mhz-fsb.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Duo+E8400+%40+3.00GHz&id=955", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2008/consumer/core-2-quad-q9550.json b/data/cpu/intel/2008/consumer/core-2-quad-q9550.json index 9a15308b..3e7c460a 100644 --- a/data/cpu/intel/2008/consumer/core-2-quad-q9550.json +++ b/data/cpu/intel/2008/consumer/core-2-quad-q9550.json @@ -20,12 +20,30 @@ "memory_support": "DDR2-1066 / DDR3-1333 dual-channel", "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": 3106, + "cinebench_r10_multi": 10825, + "passmark_single": 1218, + "passmark_cpu_mark": 2385, + "specint2006": 24.4, + "specfp2006": 22.6, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 530, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Yorkfield_(microprocessor)", - "https://ark.intel.com/content/www/us/en/ark/products/33924/intel-core-2-quad-processor-q9550-12m-cache-2-83-ghz-1333-mhz-fsb.html" + "https://ark.intel.com/content/www/us/en/ark/products/33924/intel-core-2-quad-processor-q9550-12m-cache-2-83-ghz-1333-mhz-fsb.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core2+Quad+Q9550+%40+2.83GHz&id=1049", + "https://technical.city/en/cpu/Core-2-Quad-Q9550", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2008/consumer/core-i7-920.json b/data/cpu/intel/2008/consumer/core-i7-920.json index 9717bf72..899db579 100644 --- a/data/cpu/intel/2008/consumer/core-i7-920.json +++ b/data/cpu/intel/2008/consumer/core-i7-920.json @@ -20,12 +20,30 @@ "memory_support": "DDR3-1066 triple-channel", "cinebench_r23_single": 580, "cinebench_r23_multi": 3800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 720, "geekbench_multi": 3100, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": 5.0, + "cinebench_r10_single": 3874, + "cinebench_r10_multi": 15576, + "passmark_single": 1213, + "passmark_cpu_mark": 2874, + "specint2006": 28.2, + "specfp2006": 30.8, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 284, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Nehalem_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/37147/intel-core-i7-920-processor-8m-cache-2-66-ghz-4-80-gt-s-intel-qpi.html" + "https://ark.intel.com/content/www/us/en/ark/products/37147/intel-core-i7-920-processor-8m-cache-2-66-ghz-4-80-gt-s-intel-qpi.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-920", + "https://technical.city/en/cpu/Core-i7-920", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2008/enterprise/core-2-extreme-qx9770.json b/data/cpu/intel/2008/enterprise/core-2-extreme-qx9770.json index 3130c808..07fff245 100644 --- a/data/cpu/intel/2008/enterprise/core-2-extreme-qx9770.json +++ b/data/cpu/intel/2008/enterprise/core-2-extreme-qx9770.json @@ -20,12 +20,28 @@ "memory_support": "DDR3-1333 dual-channel", "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": 27.3, + "specfp2006": 25.4, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 1499, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Yorkfield_(microprocessor)", - "https://ark.intel.com/content/www/us/en/ark/products/34894/intel-core-2-extreme-processor-qx9770-12m-cache-3-20-ghz-1600-mhz-fsb.html" + "https://ark.intel.com/content/www/us/en/ark/products/34894/intel-core-2-extreme-processor-qx9770-12m-cache-3-20-ghz-1600-mhz-fsb.html", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2008/enterprise/core-i7-965-ee.json b/data/cpu/intel/2008/enterprise/core-i7-965-ee.json index de65eac9..93043dd0 100644 --- a/data/cpu/intel/2008/enterprise/core-i7-965-ee.json +++ b/data/cpu/intel/2008/enterprise/core-i7-965-ee.json @@ -20,12 +20,29 @@ "memory_support": "DDR3-1066 triple-channel", "cinebench_r23_single": 670, "cinebench_r23_multi": 4500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 830, "geekbench_multi": 3700, + "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": 1474, + "passmark_cpu_mark": 3396, + "specint2006": 32.5, + "specfp2006": 38.5, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 999, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Nehalem_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/37153/intel-core-i7-965-processor-extreme-edition-8m-cache-3-20-ghz-6-40-gt-s-intel-qpi.html" + "https://ark.intel.com/content/www/us/en/ark/products/37153/intel-core-i7-965-processor-extreme-edition-8m-cache-3-20-ghz-6-40-gt-s-intel-qpi.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-965", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2009/consumer/core-i5-750.json b/data/cpu/intel/2009/consumer/core-i5-750.json index f3de24f0..8d93451b 100644 --- a/data/cpu/intel/2009/consumer/core-i5-750.json +++ b/data/cpu/intel/2009/consumer/core-i5-750.json @@ -20,12 +20,28 @@ "memory_support": "DDR3-1333 dual-channel", "cinebench_r23_single": 620, "cinebench_r23_multi": 2400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 760, "geekbench_multi": 2300, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": 4.0, + "cinebench_r10_single": 3458, + "cinebench_r10_multi": 11048, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 196, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Lynnfield_(microprocessor)", - "https://ark.intel.com/content/www/us/en/ark/products/42915/intel-core-i5-750-processor-8m-cache-2-66-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/42915/intel-core-i5-750-processor-8m-cache-2-66-ghz.html", + "https://technical.city/en/cpu/Core-i5-750" ] } diff --git a/data/cpu/intel/2009/consumer/core-i7-870.json b/data/cpu/intel/2009/consumer/core-i7-870.json index 10a75489..416f8dfb 100644 --- a/data/cpu/intel/2009/consumer/core-i7-870.json +++ b/data/cpu/intel/2009/consumer/core-i7-870.json @@ -20,12 +20,29 @@ "memory_support": "DDR3-1333 dual-channel", "cinebench_r23_single": 660, "cinebench_r23_multi": 4200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 800, "geekbench_multi": 3500, + "cinebench_r15_single": 100, + "cinebench_r15_multi": 497, + "cinebench_r11_5_single": 1.19, + "cinebench_r11_5_multi": 5.0, + "cinebench_r10_single": 4007, + "cinebench_r10_multi": null, + "passmark_single": null, + "passmark_cpu_mark": null, + "specint2006": 36.4, + "specfp2006": 41.8, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 562, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Lynnfield_(microprocessor)", - "https://ark.intel.com/content/www/us/en/ark/products/41315/intel-core-i7-870-processor-8m-cache-2-93-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/41315/intel-core-i7-870-processor-8m-cache-2-93-ghz.html", + "https://technical.city/en/cpu/Core-i7-870", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2010/consumer/atom-d510.json b/data/cpu/intel/2010/consumer/atom-d510.json index 827ae4f1..d3649592 100644 --- a/data/cpu/intel/2010/consumer/atom-d510.json +++ b/data/cpu/intel/2010/consumer/atom-d510.json @@ -20,12 +20,28 @@ "memory_support": "DDR2-800", "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": 293, + "passmark_cpu_mark": 406, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 63, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Intel_Atom", - "https://ark.intel.com/content/www/us/en/ark/products/43098/intel-atom-processor-d510-1m-cache-1-66-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/43098/intel-atom-processor-d510-1m-cache-1-66-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Atom+D510" ] } diff --git a/data/cpu/intel/2010/enterprise/core-i7-980x.json b/data/cpu/intel/2010/enterprise/core-i7-980x.json index 58a79c57..b3b8acce 100644 --- a/data/cpu/intel/2010/enterprise/core-i7-980x.json +++ b/data/cpu/intel/2010/enterprise/core-i7-980x.json @@ -20,12 +20,29 @@ "memory_support": "DDR3-1066 triple-channel", "cinebench_r23_single": 750, "cinebench_r23_multi": 6500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 880, "geekbench_multi": 5000, + "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": 1522, + "passmark_cpu_mark": 6826, + "specint2006": 35.5, + "specfp2006": 38.4, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 999, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Gulftown", - "https://ark.intel.com/content/www/us/en/ark/products/47932/intel-core-i7-980x-processor-extreme-edition-12m-cache-3-33-ghz-6-40-gt-s-intel-qpi.html" + "https://ark.intel.com/content/www/us/en/ark/products/47932/intel-core-i7-980x-processor-extreme-edition-12m-cache-3-33-ghz-6-40-gt-s-intel-qpi.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-980X", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2011/consumer/core-i5-2500k.json b/data/cpu/intel/2011/consumer/core-i5-2500k.json index e920a636..201a262d 100644 --- a/data/cpu/intel/2011/consumer/core-i5-2500k.json +++ b/data/cpu/intel/2011/consumer/core-i5-2500k.json @@ -20,12 +20,30 @@ "memory_support": "DDR3-1333 dual-channel", "cinebench_r23_single": 850, "cinebench_r23_multi": 2800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 990, "geekbench_multi": 2700, + "cinebench_r15_single": 122, + "cinebench_r15_multi": 470, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": 5.0, + "cinebench_r10_single": 4773, + "cinebench_r10_multi": 15956, + "passmark_single": 1697, + "passmark_cpu_mark": 4141, + "specint2006": 47.4, + "specfp2006": 56.4, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 216, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Sandy_Bridge", - "https://ark.intel.com/content/www/us/en/ark/products/52210/intel-core-i5-2500k-processor-6m-cache-up-to-3-70-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/52210/intel-core-i5-2500k-processor-6m-cache-up-to-3-70-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-2500K", + "https://technical.city/en/cpu/Core-i5-2500K", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2011/consumer/core-i7-2600k.json b/data/cpu/intel/2011/consumer/core-i7-2600k.json index 702c643a..3992fb28 100644 --- a/data/cpu/intel/2011/consumer/core-i7-2600k.json +++ b/data/cpu/intel/2011/consumer/core-i7-2600k.json @@ -20,12 +20,30 @@ "memory_support": "DDR3-1333 dual-channel", "cinebench_r23_single": 870, "cinebench_r23_multi": 4700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1010, "geekbench_multi": 3800, + "cinebench_r15_single": 129, + "cinebench_r15_multi": 614, + "cinebench_r11_5_single": 1.51, + "cinebench_r11_5_multi": 7.0, + "cinebench_r10_single": 4809, + "cinebench_r10_multi": 18608, + "passmark_single": 1741, + "passmark_cpu_mark": 5479, + "specint2006": 49.6, + "specfp2006": 60.4, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 317, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Sandy_Bridge", - "https://ark.intel.com/content/www/us/en/ark/products/52214/intel-core-i7-2600k-processor-8m-cache-up-to-3-80-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/52214/intel-core-i7-2600k-processor-8m-cache-up-to-3-80-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-2600K", + "https://technical.city/en/cpu/Core-i7-2600K", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2011/consumer/core-i7-2630qm.json b/data/cpu/intel/2011/consumer/core-i7-2630qm.json index c9f6ef89..57aeec1a 100644 --- a/data/cpu/intel/2011/consumer/core-i7-2630qm.json +++ b/data/cpu/intel/2011/consumer/core-i7-2630qm.json @@ -20,12 +20,29 @@ "memory_support": "DDR3-1333 dual-channel", "cinebench_r23_single": 730, "cinebench_r23_multi": 3400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 860, "geekbench_multi": 2900, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": 5.0, + "cinebench_r10_single": 3662, + "cinebench_r10_multi": 13833, + "passmark_single": 1218, + "passmark_cpu_mark": 3559, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 378, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Sandy_Bridge", - "https://ark.intel.com/content/www/us/en/ark/products/52219/intel-core-i7-2630qm-processor-6m-cache-up-to-2-90-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/52219/intel-core-i7-2630qm-processor-6m-cache-up-to-2-90-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-2630QM", + "https://technical.city/en/cpu/Core-i7-2630QM" ] } diff --git a/data/cpu/intel/2011/enterprise/xeon-e3-1230.json b/data/cpu/intel/2011/enterprise/xeon-e3-1230.json index 2a09020f..8d811f58 100644 --- a/data/cpu/intel/2011/enterprise/xeon-e3-1230.json +++ b/data/cpu/intel/2011/enterprise/xeon-e3-1230.json @@ -20,12 +20,28 @@ "memory_support": "DDR3-1333 dual-channel ECC", "cinebench_r23_single": 850, "cinebench_r23_multi": 4500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 990, "geekbench_multi": 3700, + "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": 47.7, + "specfp2006": 59.7, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 215, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Sandy_Bridge", - "https://ark.intel.com/content/www/us/en/ark/products/52271/intel-xeon-processor-e31230-8m-cache-3-20-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/52271/intel-xeon-processor-e31230-8m-cache-3-20-ghz.html", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2012/consumer/core-i7-3610qm.json b/data/cpu/intel/2012/consumer/core-i7-3610qm.json index 6f3c9969..8ae30266 100644 --- a/data/cpu/intel/2012/consumer/core-i7-3610qm.json +++ b/data/cpu/intel/2012/consumer/core-i7-3610qm.json @@ -20,12 +20,29 @@ "memory_support": "DDR3-1600 dual-channel", "cinebench_r23_single": 800, "cinebench_r23_multi": 3700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 930, "geekbench_multi": 3100, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": 1.36, + "cinebench_r11_5_multi": 6.0, + "cinebench_r10_single": 4420, + "cinebench_r10_multi": 17230, + "passmark_single": 1669, + "passmark_cpu_mark": 5152, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 378, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Ivy_Bridge_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/64899/intel-core-i7-3610qm-processor-6m-cache-up-to-3-30-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/64899/intel-core-i7-3610qm-processor-6m-cache-up-to-3-30-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-3610QM", + "https://technical.city/en/cpu/Core-i7-3610QM" ] } diff --git a/data/cpu/intel/2012/consumer/core-i7-3770k.json b/data/cpu/intel/2012/consumer/core-i7-3770k.json index 7c7cc655..be0ed5d2 100644 --- a/data/cpu/intel/2012/consumer/core-i7-3770k.json +++ b/data/cpu/intel/2012/consumer/core-i7-3770k.json @@ -20,12 +20,30 @@ "memory_support": "DDR3-1600 dual-channel", "cinebench_r23_single": 920, "cinebench_r23_multi": 5000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1060, "geekbench_multi": 4100, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": 1.65, + "cinebench_r11_5_multi": 8.0, + "cinebench_r10_single": 5536, + "cinebench_r10_multi": 22190, + "passmark_single": 2076, + "passmark_cpu_mark": 6514, + "specint2006": 51.9, + "specfp2006": 65.4, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 332, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Ivy_Bridge_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/65523/intel-core-i7-3770k-processor-8m-cache-up-to-3-90-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/65523/intel-core-i7-3770k-processor-8m-cache-up-to-3-90-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-3770K", + "https://technical.city/en/cpu/Core-i7-3770K", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2013/consumer/atom-z3770.json b/data/cpu/intel/2013/consumer/atom-z3770.json index a90a93f3..46e7718d 100644 --- a/data/cpu/intel/2013/consumer/atom-z3770.json +++ b/data/cpu/intel/2013/consumer/atom-z3770.json @@ -20,12 +20,29 @@ "memory_support": "LPDDR3-1067", "cinebench_r23_single": 240, "cinebench_r23_multi": 900, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 320, "geekbench_multi": 1000, + "cinebench_r15_single": null, + "cinebench_r15_multi": null, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 1189, + "cinebench_r10_multi": 3961, + "passmark_single": 535, + "passmark_cpu_mark": 728, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 37, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Silvermont", - "https://ark.intel.com/content/www/us/en/ark/products/76760/intel-atom-processor-z3770-2m-cache-up-to-2-39-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/76760/intel-atom-processor-z3770-2m-cache-up-to-2-39-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Atom+Z3770", + "https://technical.city/en/cpu/Atom-Z3770" ] } diff --git a/data/cpu/intel/2013/consumer/core-i7-4500u.json b/data/cpu/intel/2013/consumer/core-i7-4500u.json index 96358f7a..bad8c5b4 100644 --- a/data/cpu/intel/2013/consumer/core-i7-4500u.json +++ b/data/cpu/intel/2013/consumer/core-i7-4500u.json @@ -20,12 +20,29 @@ "memory_support": "DDR3L-1600 / LPDDR3-1600", "cinebench_r23_single": 730, "cinebench_r23_multi": 1900, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 870, "geekbench_multi": 1900, + "cinebench_r15_single": 116, + "cinebench_r15_multi": 260, + "cinebench_r11_5_single": 1.31, + "cinebench_r11_5_multi": 3.0, + "cinebench_r10_single": 4343, + "cinebench_r10_multi": 8700, + "passmark_single": 1483, + "passmark_cpu_mark": 2487, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 398, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Haswell_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/75460/intel-core-i74500u-processor-4m-cache-up-to-3-00-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/75460/intel-core-i74500u-processor-4m-cache-up-to-3-00-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-4500U", + "https://technical.city/en/cpu/Core-i7-4500U" ] } diff --git a/data/cpu/intel/2013/consumer/core-i7-4770k.json b/data/cpu/intel/2013/consumer/core-i7-4770k.json index 30abef7f..14f4d09c 100644 --- a/data/cpu/intel/2013/consumer/core-i7-4770k.json +++ b/data/cpu/intel/2013/consumer/core-i7-4770k.json @@ -20,12 +20,30 @@ "memory_support": "DDR3-1600 dual-channel", "cinebench_r23_single": 1000, "cinebench_r23_multi": 5400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1130, "geekbench_multi": 4400, + "cinebench_r15_single": null, + "cinebench_r15_multi": 770, + "cinebench_r11_5_single": 1.77, + "cinebench_r11_5_multi": 8.0, + "cinebench_r10_single": 5845, + "cinebench_r10_multi": 22325, + "passmark_single": 2160, + "passmark_cpu_mark": 7146, + "specint2006": 59.3, + "specfp2006": 71.9, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 339, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Haswell_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/75123/intel-core-i7-4770k-processor-8m-cache-up-to-3-90-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/75123/intel-core-i7-4770k-processor-8m-cache-up-to-3-90-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-4770K", + "https://technical.city/en/cpu/Core-i7-4770K", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2013/enterprise/xeon-e5-2697-v2.json b/data/cpu/intel/2013/enterprise/xeon-e5-2697-v2.json index cef93785..7c8e0981 100644 --- a/data/cpu/intel/2013/enterprise/xeon-e5-2697-v2.json +++ b/data/cpu/intel/2013/enterprise/xeon-e5-2697-v2.json @@ -20,12 +20,30 @@ "memory_support": "DDR3-1866 quad-channel ECC", "cinebench_r23_single": 900, "cinebench_r23_multi": 13500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1030, "geekbench_multi": 9500, + "cinebench_r15_single": 105, + "cinebench_r15_multi": 1550, + "cinebench_r11_5_single": 1.25, + "cinebench_r11_5_multi": 18.0, + "cinebench_r10_single": 4173, + "cinebench_r10_multi": 34776, + "passmark_single": 1783, + "passmark_cpu_mark": 14239, + "specint2006": 56.0, + "specfp2006": 98.6, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 2614, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Ivy_Bridge_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/75283/intel-xeon-processor-e5-2697-v2-30m-cache-2-70-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/75283/intel-xeon-processor-e5-2697-v2-30m-cache-2-70-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+E5-2697+v2", + "https://technical.city/en/cpu/Xeon-E5-2697-v2", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2014/consumer/core-i7-4790k.json b/data/cpu/intel/2014/consumer/core-i7-4790k.json index b7e53d53..f4e9578d 100644 --- a/data/cpu/intel/2014/consumer/core-i7-4790k.json +++ b/data/cpu/intel/2014/consumer/core-i7-4790k.json @@ -20,12 +20,30 @@ "memory_support": "DDR3-1600 dual-channel", "cinebench_r23_single": 1060, "cinebench_r23_multi": 5800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1180, "geekbench_multi": 4700, + "cinebench_r15_single": 174, + "cinebench_r15_multi": 846, + "cinebench_r11_5_single": 1.95, + "cinebench_r11_5_multi": 9.0, + "cinebench_r10_single": 6520, + "cinebench_r10_multi": 25082, + "passmark_single": 2465, + "passmark_cpu_mark": 8065, + "specint2006": 65.4, + "specfp2006": 77.7, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 339, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Haswell_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/80807/intel-core-i7-4790k-processor-8m-cache-up-to-4-40-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/80807/intel-core-i7-4790k-processor-8m-cache-up-to-4-40-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-4790K", + "https://technical.city/en/cpu/Core-i7-4790K", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2014/consumer/core-i7-5500u.json b/data/cpu/intel/2014/consumer/core-i7-5500u.json index fc2dc31d..e455583e 100644 --- a/data/cpu/intel/2014/consumer/core-i7-5500u.json +++ b/data/cpu/intel/2014/consumer/core-i7-5500u.json @@ -20,12 +20,29 @@ "memory_support": "DDR3L-1600 / LPDDR3-1866", "cinebench_r23_single": 800, "cinebench_r23_multi": 2100, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 940, "geekbench_multi": 2100, + "cinebench_r15_single": 121, + "cinebench_r15_multi": 289, + "cinebench_r11_5_single": 1.41, + "cinebench_r11_5_multi": 3.0, + "cinebench_r10_single": 4615, + "cinebench_r10_multi": 9791, + "passmark_single": 1651, + "passmark_cpu_mark": 2805, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 426, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Broadwell_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/85214/intel-core-i75500u-processor-4m-cache-up-to-3-00-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/85214/intel-core-i75500u-processor-4m-cache-up-to-3-00-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-5500U", + "https://technical.city/en/cpu/Core-i7-5500U" ] } diff --git a/data/cpu/intel/2014/consumer/pentium-g3258.json b/data/cpu/intel/2014/consumer/pentium-g3258.json index bebf8d80..827b5bf7 100644 --- a/data/cpu/intel/2014/consumer/pentium-g3258.json +++ b/data/cpu/intel/2014/consumer/pentium-g3258.json @@ -20,8 +20,23 @@ "memory_support": "DDR3-1333 dual-channel", "cinebench_r23_single": 900, "cinebench_r23_multi": 1700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1050, "geekbench_multi": 1900, + "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": 72, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/2014/enterprise/core-i7-5960x.json b/data/cpu/intel/2014/enterprise/core-i7-5960x.json index 9672993a..592930b5 100644 --- a/data/cpu/intel/2014/enterprise/core-i7-5960x.json +++ b/data/cpu/intel/2014/enterprise/core-i7-5960x.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-2133 quad-channel", "cinebench_r23_single": 1010, "cinebench_r23_multi": 9500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1130, "geekbench_multi": 7500, + "cinebench_r15_single": 139, + "cinebench_r15_multi": 1387, + "cinebench_r11_5_single": 1.53, + "cinebench_r11_5_multi": 15.0, + "cinebench_r10_single": 5193, + "cinebench_r10_multi": 33929, + "passmark_single": 2104, + "passmark_cpu_mark": 13642, + "specint2006": 58.7, + "specfp2006": 88.6, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 999, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Haswell_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/82930/intel-core-i7-5960x-processor-extreme-edition-20m-cache-up-to-3-50-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/82930/intel-core-i7-5960x-processor-extreme-edition-20m-cache-up-to-3-50-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-5960X", + "https://technical.city/en/cpu/Core-i7-5960X", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2014/enterprise/xeon-e3-1231-v3.json b/data/cpu/intel/2014/enterprise/xeon-e3-1231-v3.json index 5643c7e6..c2f3b418 100644 --- a/data/cpu/intel/2014/enterprise/xeon-e3-1231-v3.json +++ b/data/cpu/intel/2014/enterprise/xeon-e3-1231-v3.json @@ -20,12 +20,30 @@ "memory_support": "DDR3-1600 dual-channel ECC", "cinebench_r23_single": 990, "cinebench_r23_multi": 5200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1120, "geekbench_multi": 4250, + "cinebench_r15_single": 152, + "cinebench_r15_multi": 732, + "cinebench_r11_5_single": 1.7, + "cinebench_r11_5_multi": 8.0, + "cinebench_r10_single": 5655, + "cinebench_r10_multi": 21542, + "passmark_single": 2144, + "passmark_cpu_mark": 7028, + "specint2006": 59.7, + "specfp2006": 74.2, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 250, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Haswell_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/80910/intel-xeon-processor-e3-1231-v3-8m-cache-3-40-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/80910/intel-xeon-processor-e3-1231-v3-8m-cache-3-40-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+E3-1231+v3", + "https://technical.city/en/cpu/Xeon-E3-1231-v3", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2014/enterprise/xeon-e5-2699-v3.json b/data/cpu/intel/2014/enterprise/xeon-e5-2699-v3.json index a22ac8fe..8e7fba38 100644 --- a/data/cpu/intel/2014/enterprise/xeon-e5-2699-v3.json +++ b/data/cpu/intel/2014/enterprise/xeon-e5-2699-v3.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2133 quad-channel ECC", "cinebench_r23_single": 950, "cinebench_r23_multi": 19500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1090, "geekbench_multi": 11500, + "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": 1877, + "passmark_cpu_mark": 20041, + "specint2006": 66.9, + "specfp2006": 111.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 4115, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Haswell_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/81061/intel-xeon-processor-e5-2699-v3-45m-cache-2-30-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/81061/intel-xeon-processor-e5-2699-v3-45m-cache-2-30-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+E5-2699+v3", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2015/consumer/core-i5-6600k.json b/data/cpu/intel/2015/consumer/core-i5-6600k.json index 20c5d972..274869f4 100644 --- a/data/cpu/intel/2015/consumer/core-i5-6600k.json +++ b/data/cpu/intel/2015/consumer/core-i5-6600k.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-2133 / DDR3L-1600 dual-channel", "cinebench_r23_single": 1050, "cinebench_r23_multi": 3500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1180, "geekbench_multi": 3200, + "cinebench_r15_single": 166, + "cinebench_r15_multi": 602, + "cinebench_r11_5_single": 1.88, + "cinebench_r11_5_multi": 7.0, + "cinebench_r10_single": 6188, + "cinebench_r10_multi": 21324, + "passmark_single": 2315, + "passmark_cpu_mark": 6303, + "specint2006": 66.3, + "specfp2006": 88.6, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 242, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Skylake_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/88191/intel-core-i5-6600k-processor-6m-cache-up-to-3-90-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/88191/intel-core-i5-6600k-processor-6m-cache-up-to-3-90-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-6600K", + "https://technical.city/en/cpu/Core-i5-6600K", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2015/consumer/core-i7-6500u.json b/data/cpu/intel/2015/consumer/core-i7-6500u.json index e1627001..db6800ee 100644 --- a/data/cpu/intel/2015/consumer/core-i7-6500u.json +++ b/data/cpu/intel/2015/consumer/core-i7-6500u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2133 / LPDDR3-1866", "cinebench_r23_single": 880, "cinebench_r23_multi": 2200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1010, "geekbench_multi": 2200, + "cinebench_r15_single": 128, + "cinebench_r15_multi": 316, + "cinebench_r11_5_single": 1.46, + "cinebench_r11_5_multi": 4.0, + "cinebench_r10_single": 4886, + "cinebench_r10_multi": 10844, + "passmark_single": 1684, + "passmark_cpu_mark": 3274, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 393, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Skylake_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/88194/intel-core-i76500u-processor-4m-cache-up-to-3-10-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/88194/intel-core-i76500u-processor-4m-cache-up-to-3-10-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-6500U", + "https://technical.city/en/cpu/Core-i7-6500U" ] } diff --git a/data/cpu/intel/2015/consumer/core-i7-6700hq.json b/data/cpu/intel/2015/consumer/core-i7-6700hq.json index 85ee2020..a34696ab 100644 --- a/data/cpu/intel/2015/consumer/core-i7-6700hq.json +++ b/data/cpu/intel/2015/consumer/core-i7-6700hq.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2133 / DDR3L-1600", "cinebench_r23_single": 920, "cinebench_r23_multi": 4100, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1050, "geekbench_multi": 3500, + "cinebench_r15_single": 144, + "cinebench_r15_multi": 676, + "cinebench_r11_5_single": 1.64, + "cinebench_r11_5_multi": 7.0, + "cinebench_r10_single": 5419, + "cinebench_r10_multi": 20190, + "passmark_single": 1915, + "passmark_cpu_mark": 6525, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 378, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Skylake_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/88967/intel-core-i76700hq-processor-6m-cache-up-to-3-50-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/88967/intel-core-i76700hq-processor-6m-cache-up-to-3-50-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-6700HQ", + "https://technical.city/en/cpu/Core-i7-6700HQ" ] } diff --git a/data/cpu/intel/2015/consumer/core-i7-6700k.json b/data/cpu/intel/2015/consumer/core-i7-6700k.json index 49a64837..8091f6b8 100644 --- a/data/cpu/intel/2015/consumer/core-i7-6700k.json +++ b/data/cpu/intel/2015/consumer/core-i7-6700k.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-2133 / DDR3L-1600 dual-channel", "cinebench_r23_single": 1100, "cinebench_r23_multi": 6000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1230, "geekbench_multi": 5000, + "cinebench_r15_single": 178, + "cinebench_r15_multi": 880, + "cinebench_r11_5_single": 1.97, + "cinebench_r11_5_multi": 10.0, + "cinebench_r10_single": 6531, + "cinebench_r10_multi": 25817, + "passmark_single": 2497, + "passmark_cpu_mark": 8939, + "specint2006": 71.3, + "specfp2006": 94.8, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 350, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Skylake_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/88195/intel-core-i7-6700k-processor-8m-cache-up-to-4-20-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/88195/intel-core-i7-6700k-processor-8m-cache-up-to-4-20-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-6700K", + "https://technical.city/en/cpu/Core-i7-6700K", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2016/consumer/atom-x5-z8350.json b/data/cpu/intel/2016/consumer/atom-x5-z8350.json index 6a670584..c35f8f1c 100644 --- a/data/cpu/intel/2016/consumer/atom-x5-z8350.json +++ b/data/cpu/intel/2016/consumer/atom-x5-z8350.json @@ -20,12 +20,29 @@ "memory_support": "LPDDR3-1600 / DDR3L-1600", "cinebench_r23_single": 280, "cinebench_r23_multi": 950, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 380, "geekbench_multi": 1100, + "cinebench_r15_single": 28, + "cinebench_r15_multi": 97, + "cinebench_r11_5_single": 0.36, + "cinebench_r11_5_multi": 1.0, + "cinebench_r10_single": 903, + "cinebench_r10_multi": 2979, + "passmark_single": 472, + "passmark_cpu_mark": 895, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Airmont_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/93361/intel-atom-x5-z8350-processor-2m-cache-up-to-1-92-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/93361/intel-atom-x5-z8350-processor-2m-cache-up-to-1-92-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Atom+x5-Z8350", + "https://technical.city/en/cpu/Atom-x5-Z8350" ] } diff --git a/data/cpu/intel/2016/enterprise/core-i7-6950x.json b/data/cpu/intel/2016/enterprise/core-i7-6950x.json index 15fb1dbd..20aab14f 100644 --- a/data/cpu/intel/2016/enterprise/core-i7-6950x.json +++ b/data/cpu/intel/2016/enterprise/core-i7-6950x.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2400 quad-channel", "cinebench_r23_single": 1080, "cinebench_r23_multi": 12000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1200, "geekbench_multi": 9000, + "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": 2332, + "passmark_cpu_mark": 17559, + "specint2006": 71.4, + "specfp2006": 113.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 1723, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Broadwell_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/94456/intel-core-i7-6950x-processor-extreme-edition-25m-cache-up-to-3-50-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/94456/intel-core-i7-6950x-processor-extreme-edition-25m-cache-up-to-3-50-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-6950X", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2016/enterprise/xeon-e5-2698-v4.json b/data/cpu/intel/2016/enterprise/xeon-e5-2698-v4.json index 83bc041d..c189a0ea 100644 --- a/data/cpu/intel/2016/enterprise/xeon-e5-2698-v4.json +++ b/data/cpu/intel/2016/enterprise/xeon-e5-2698-v4.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2400 quad-channel ECC", "cinebench_r23_single": 1020, "cinebench_r23_multi": 22000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1160, "geekbench_multi": 13000, + "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": 2059, + "passmark_cpu_mark": 22603, + "specint2006": 72.5, + "specfp2006": 119.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 3226, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Broadwell_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/91753/intel-xeon-processor-e5-2698-v4-50m-cache-2-20-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/91753/intel-xeon-processor-e5-2698-v4-50m-cache-2-20-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+E5-2698+v4", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2017/consumer/core-i3-8100.json b/data/cpu/intel/2017/consumer/core-i3-8100.json index 38508c2d..b38eb46c 100644 --- a/data/cpu/intel/2017/consumer/core-i3-8100.json +++ b/data/cpu/intel/2017/consumer/core-i3-8100.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2400", "cinebench_r23_single": 1080, "cinebench_r23_multi": 3400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1220, "geekbench_multi": 2800, + "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": 2190, + "passmark_cpu_mark": 6060, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 117, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/126688/intel-core-i3-8100-processor-6m-cache-3-60-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i3-8100" ] } diff --git a/data/cpu/intel/2017/consumer/core-i3-8350k.json b/data/cpu/intel/2017/consumer/core-i3-8350k.json index 342fd1a7..b04ad30e 100644 --- a/data/cpu/intel/2017/consumer/core-i3-8350k.json +++ b/data/cpu/intel/2017/consumer/core-i3-8350k.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2400", "cinebench_r23_single": 1200, "cinebench_r23_multi": 3800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1340, "geekbench_multi": 3100, + "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": 2457, + "passmark_cpu_mark": 6926, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 168, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/126689/intel-core-i3-8350k-processor-8m-cache-4-00-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i3-8350K" ] } diff --git a/data/cpu/intel/2017/consumer/core-i5-7600k.json b/data/cpu/intel/2017/consumer/core-i5-7600k.json index d2fc01f1..fac50b17 100644 --- a/data/cpu/intel/2017/consumer/core-i5-7600k.json +++ b/data/cpu/intel/2017/consumer/core-i5-7600k.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2400", "cinebench_r23_single": 1130, "cinebench_r23_multi": 3700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1280, "geekbench_multi": 3000, + "cinebench_r15_single": 180, + "cinebench_r15_multi": 674, + "cinebench_r11_5_single": 2.02, + "cinebench_r11_5_multi": 8.0, + "cinebench_r10_single": 6814, + "cinebench_r10_multi": 24179, + "passmark_single": 2538, + "passmark_cpu_mark": 6814, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 242, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/97144/intel-core-i5-7600k-processor-6m-cache-up-to-4-20-ghz.html", - "https://en.wikipedia.org/wiki/Kaby_Lake" + "https://en.wikipedia.org/wiki/Kaby_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-7600K", + "https://technical.city/en/cpu/Core-i5-7600K" ] } diff --git a/data/cpu/intel/2017/consumer/core-i5-8400.json b/data/cpu/intel/2017/consumer/core-i5-8400.json index 156704a8..ed863ea1 100644 --- a/data/cpu/intel/2017/consumer/core-i5-8400.json +++ b/data/cpu/intel/2017/consumer/core-i5-8400.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1100, "cinebench_r23_multi": 5200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1260, "geekbench_multi": 4200, + "cinebench_r15_single": 170, + "cinebench_r15_multi": 941, + "cinebench_r11_5_single": 1.9, + "cinebench_r11_5_multi": 11.0, + "cinebench_r10_single": 6364, + "cinebench_r10_multi": 30790, + "passmark_single": 2366, + "passmark_cpu_mark": 9232, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 182, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/126687/intel-core-i5-8400-processor-9m-cache-up-to-4-00-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-8400", + "https://technical.city/en/cpu/Core-i5-8400" ] } diff --git a/data/cpu/intel/2017/consumer/core-i5-8600k.json b/data/cpu/intel/2017/consumer/core-i5-8600k.json index 7f65d998..d812c9e3 100644 --- a/data/cpu/intel/2017/consumer/core-i5-8600k.json +++ b/data/cpu/intel/2017/consumer/core-i5-8600k.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1230, "cinebench_r23_multi": 5800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1390, "geekbench_multi": 4500, + "cinebench_r15_single": 181, + "cinebench_r15_multi": 990, + "cinebench_r11_5_single": 2.07, + "cinebench_r11_5_multi": 11.0, + "cinebench_r10_single": 6875, + "cinebench_r10_multi": 32863, + "passmark_single": 2568, + "passmark_cpu_mark": 10142, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 257, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/126685/intel-core-i5-8600k-processor-9m-cache-up-to-4-30-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-8600K", + "https://technical.city/en/cpu/Core-i5-8600K" ] } diff --git a/data/cpu/intel/2017/consumer/core-i7-7500u.json b/data/cpu/intel/2017/consumer/core-i7-7500u.json index 4bbde3c8..0031d0f0 100644 --- a/data/cpu/intel/2017/consumer/core-i7-7500u.json +++ b/data/cpu/intel/2017/consumer/core-i7-7500u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2133 / LPDDR3-1866", "cinebench_r23_single": 940, "cinebench_r23_multi": 2400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1080, "geekbench_multi": 2350, + "cinebench_r15_single": 144, + "cinebench_r15_multi": 340, + "cinebench_r11_5_single": 1.66, + "cinebench_r11_5_multi": 4.0, + "cinebench_r10_single": 5647, + "cinebench_r10_multi": 11746, + "passmark_single": 1902, + "passmark_cpu_mark": 3638, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 393, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Kaby_Lake", - "https://ark.intel.com/content/www/us/en/ark/products/95451/intel-core-i77500u-processor-4m-cache-up-to-3-50-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/95451/intel-core-i77500u-processor-4m-cache-up-to-3-50-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-7500U", + "https://technical.city/en/cpu/Core-i7-7500U" ] } diff --git a/data/cpu/intel/2017/consumer/core-i7-7700hq.json b/data/cpu/intel/2017/consumer/core-i7-7700hq.json index df88458d..c6155bda 100644 --- a/data/cpu/intel/2017/consumer/core-i7-7700hq.json +++ b/data/cpu/intel/2017/consumer/core-i7-7700hq.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2400", "cinebench_r23_single": 1000, "cinebench_r23_multi": 4300, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1140, "geekbench_multi": 3700, + "cinebench_r15_single": 159, + "cinebench_r15_multi": 734, + "cinebench_r11_5_single": 1.81, + "cinebench_r11_5_multi": 8.0, + "cinebench_r10_single": 5910, + "cinebench_r10_multi": 22152, + "passmark_single": 2045, + "passmark_cpu_mark": 6883, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 378, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Kaby_Lake", - "https://ark.intel.com/content/www/us/en/ark/products/97185/intel-core-i77700hq-processor-6m-cache-up-to-3-80-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/97185/intel-core-i77700hq-processor-6m-cache-up-to-3-80-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-7700HQ", + "https://technical.city/en/cpu/Core-i7-7700HQ" ] } diff --git a/data/cpu/intel/2017/consumer/core-i7-7700k.json b/data/cpu/intel/2017/consumer/core-i7-7700k.json index 3eda38a4..2b22474d 100644 --- a/data/cpu/intel/2017/consumer/core-i7-7700k.json +++ b/data/cpu/intel/2017/consumer/core-i7-7700k.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2400", "cinebench_r23_single": 1180, "cinebench_r23_multi": 5300, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1330, "geekbench_multi": 4200, + "cinebench_r15_single": 193, + "cinebench_r15_multi": 939, + "cinebench_r11_5_single": 2.19, + "cinebench_r11_5_multi": 10.0, + "cinebench_r10_single": 7305, + "cinebench_r10_multi": 28903, + "passmark_single": 2703, + "passmark_cpu_mark": 9637, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 339, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/97129/intel-core-i7-7700k-processor-8m-cache-up-to-4-50-ghz.html", - "https://en.wikipedia.org/wiki/Kaby_Lake" + "https://en.wikipedia.org/wiki/Kaby_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-7700K", + "https://technical.city/en/cpu/Core-i7-7700K" ] } diff --git a/data/cpu/intel/2017/consumer/core-i7-7820hk.json b/data/cpu/intel/2017/consumer/core-i7-7820hk.json index 4587fba2..910d36c9 100644 --- a/data/cpu/intel/2017/consumer/core-i7-7820hk.json +++ b/data/cpu/intel/2017/consumer/core-i7-7820hk.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2400", "cinebench_r23_single": 1050, "cinebench_r23_multi": 4500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1180, "geekbench_multi": 3850, + "cinebench_r15_single": 162, + "cinebench_r15_multi": 770, + "cinebench_r11_5_single": 1.84, + "cinebench_r11_5_multi": 8.0, + "cinebench_r10_single": 6182, + "cinebench_r10_multi": 23047, + "passmark_single": 2109, + "passmark_cpu_mark": 7407, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 378, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Kaby_Lake", - "https://ark.intel.com/content/www/us/en/ark/products/97181/intel-core-i77820hk-processor-8m-cache-up-to-3-90-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/97181/intel-core-i77820hk-processor-8m-cache-up-to-3-90-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-7820HK", + "https://technical.city/en/cpu/Core-i7-7820HK" ] } diff --git a/data/cpu/intel/2017/consumer/core-i7-8700.json b/data/cpu/intel/2017/consumer/core-i7-8700.json index 681c382a..fa01adcb 100644 --- a/data/cpu/intel/2017/consumer/core-i7-8700.json +++ b/data/cpu/intel/2017/consumer/core-i7-8700.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1230, "cinebench_r23_multi": 8000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1380, "geekbench_multi": 6200, + "cinebench_r15_single": 192, + "cinebench_r15_multi": 1199, + "cinebench_r11_5_single": 2.17, + "cinebench_r11_5_multi": 13.0, + "cinebench_r10_single": 7171, + "cinebench_r10_multi": 35384, + "passmark_single": 2625, + "passmark_cpu_mark": 12746, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 303, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/126686/intel-core-i7-8700-processor-12m-cache-up-to-4-60-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?id=3099&cpu=Intel+Core+i7-8700", + "https://technical.city/en/cpu/Core-i7-8700" ] } diff --git a/data/cpu/intel/2017/consumer/core-i7-8700k.json b/data/cpu/intel/2017/consumer/core-i7-8700k.json index ed402dd1..baf308d0 100644 --- a/data/cpu/intel/2017/consumer/core-i7-8700k.json +++ b/data/cpu/intel/2017/consumer/core-i7-8700k.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1280, "cinebench_r23_multi": 8500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1430, "geekbench_multi": 6500, + "cinebench_r15_single": 192, + "cinebench_r15_multi": 1362, + "cinebench_r11_5_single": 2.2, + "cinebench_r11_5_multi": 15.0, + "cinebench_r10_single": 7328, + "cinebench_r10_multi": 39096, + "passmark_single": 2715, + "passmark_cpu_mark": 13569, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 359, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/126684/intel-core-i7-8700k-processor-12m-cache-up-to-4-70-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-8700K", + "https://technical.city/en/cpu/Core-i7-8700K" ] } diff --git a/data/cpu/intel/2017/consumer/pentium-g4560.json b/data/cpu/intel/2017/consumer/pentium-g4560.json index 58071527..aa7e3afb 100644 --- a/data/cpu/intel/2017/consumer/pentium-g4560.json +++ b/data/cpu/intel/2017/consumer/pentium-g4560.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2400", "cinebench_r23_single": 900, "cinebench_r23_multi": 2400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1040, "geekbench_multi": 2300, + "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": 2080, + "passmark_cpu_mark": 3530, + "specint2006": 56.0, + "specfp2006": 76.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 64, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/97143/intel-pentium-processor-g4560-3m-cache-3-50-ghz.html", - "https://en.wikipedia.org/wiki/Kaby_Lake" + "https://en.wikipedia.org/wiki/Kaby_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Pentium+G4560", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2017/enterprise/xeon-bronze-3104.json b/data/cpu/intel/2017/enterprise/xeon-bronze-3104.json index d77a343a..9bd216da 100644 --- a/data/cpu/intel/2017/enterprise/xeon-bronze-3104.json +++ b/data/cpu/intel/2017/enterprise/xeon-bronze-3104.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2133 hex-channel ECC", "cinebench_r23_single": 700, "cinebench_r23_multi": 3800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 830, "geekbench_multi": 3200, + "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": 1010, + "passmark_cpu_mark": 4372, + "specint2006": 35.8, + "specfp2006": 68.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 213, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/123551/intel-xeon-bronze-3104-processor-8-25m-cache-1-70-ghz.html", - "https://en.wikipedia.org/wiki/Skylake_(microarchitecture)" + "https://en.wikipedia.org/wiki/Skylake_(microarchitecture)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Bronze+3104", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2017/enterprise/xeon-gold-6148.json b/data/cpu/intel/2017/enterprise/xeon-gold-6148.json index 5cc8d801..3f901fe2 100644 --- a/data/cpu/intel/2017/enterprise/xeon-gold-6148.json +++ b/data/cpu/intel/2017/enterprise/xeon-gold-6148.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666 hex-channel ECC", "cinebench_r23_single": 1050, "cinebench_r23_multi": 17500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1200, "geekbench_multi": 10000, + "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": 2073, + "passmark_cpu_mark": 29037, + "specint2006": 77.8, + "specfp2006": 145.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 3072, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/120489/intel-xeon-gold-6148-processor-27-5m-cache-2-40-ghz.html", - "https://en.wikipedia.org/wiki/Skylake_(microarchitecture)" + "https://en.wikipedia.org/wiki/Skylake_(microarchitecture)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6148", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2017/enterprise/xeon-platinum-8180.json b/data/cpu/intel/2017/enterprise/xeon-platinum-8180.json index a5bafeb2..1b53b60f 100644 --- a/data/cpu/intel/2017/enterprise/xeon-platinum-8180.json +++ b/data/cpu/intel/2017/enterprise/xeon-platinum-8180.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666 hex-channel ECC", "cinebench_r23_single": 1060, "cinebench_r23_multi": 24000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1210, "geekbench_multi": 13200, + "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": 2142, + "passmark_cpu_mark": 38259, + "specint2006": 83.2, + "specfp2006": 158.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 10009, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Skylake_(microarchitecture)", - "https://ark.intel.com/content/www/us/en/ark/products/120496/intel-xeon-platinum-8180-processor-38-5m-cache-2-50-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/120496/intel-xeon-platinum-8180-processor-38-5m-cache-2-50-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Platinum+8180", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2017/enterprise/xeon-silver-4114.json b/data/cpu/intel/2017/enterprise/xeon-silver-4114.json index 13d48fb0..91efcc23 100644 --- a/data/cpu/intel/2017/enterprise/xeon-silver-4114.json +++ b/data/cpu/intel/2017/enterprise/xeon-silver-4114.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2400 hex-channel ECC", "cinebench_r23_single": 950, "cinebench_r23_multi": 8500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1100, "geekbench_multi": 5800, + "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": 1682, + "passmark_cpu_mark": 13162, + "specint2006": 60.2, + "specfp2006": 115.0, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 694, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/123550/intel-xeon-silver-4114-processor-13-75m-cache-2-20-ghz.html", - "https://en.wikipedia.org/wiki/Skylake_(microarchitecture)" + "https://en.wikipedia.org/wiki/Skylake_(microarchitecture)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Silver+4114", + "https://www.spec.org/cpu2006/results/" ] } diff --git a/data/cpu/intel/2018/consumer/core-i5-8400h.json b/data/cpu/intel/2018/consumer/core-i5-8400h.json index 219019c7..9c4eea83 100644 --- a/data/cpu/intel/2018/consumer/core-i5-8400h.json +++ b/data/cpu/intel/2018/consumer/core-i5-8400h.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1060, "cinebench_r23_multi": 4400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1200, "geekbench_multi": 3600, + "cinebench_r15_single": 170, + "cinebench_r15_multi": 762, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 6659, + "cinebench_r10_multi": 21711, + "passmark_single": 2347, + "passmark_cpu_mark": 7515, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 250, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/134900/intel-core-i5-8400h-processor-8m-cache-up-to-4-20-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-8400H", + "https://technical.city/en/cpu/Core-i5-8400H" ] } diff --git a/data/cpu/intel/2018/consumer/core-i5-9600k.json b/data/cpu/intel/2018/consumer/core-i5-9600k.json index 3ca80ba5..70b81432 100644 --- a/data/cpu/intel/2018/consumer/core-i5-9600k.json +++ b/data/cpu/intel/2018/consumer/core-i5-9600k.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1240, "cinebench_r23_multi": 6300, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1410, "geekbench_multi": 5300, + "cinebench_r15_single": 193, + "cinebench_r15_multi": 1094, + "cinebench_r11_5_single": 2.24, + "cinebench_r11_5_multi": 11.0, + "cinebench_r10_single": 7205, + "cinebench_r10_multi": 33950, + "passmark_single": 2722, + "passmark_cpu_mark": 10654, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 262, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/134896/intel-core-i5-9600k-processor-9m-cache-up-to-4-60-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-9600K", + "https://technical.city/en/cpu/Core-i5-9600K" ] } diff --git a/data/cpu/intel/2018/consumer/core-i7-8550u.json b/data/cpu/intel/2018/consumer/core-i7-8550u.json index 11354715..f62d6132 100644 --- a/data/cpu/intel/2018/consumer/core-i7-8550u.json +++ b/data/cpu/intel/2018/consumer/core-i7-8550u.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2400 / LPDDR3-2133", "cinebench_r23_single": 980, "cinebench_r23_multi": 3700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1130, "geekbench_multi": 3700, + "cinebench_r15_single": 163, + "cinebench_r15_multi": 553, + "cinebench_r11_5_single": 1.89, + "cinebench_r11_5_multi": 6.0, + "cinebench_r10_single": 6423, + "cinebench_r10_multi": 17322, + "passmark_single": 2004, + "passmark_cpu_mark": 5795, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 409, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Kaby_Lake", - "https://ark.intel.com/content/www/us/en/ark/products/122589/intel-core-i78550u-processor-8m-cache-up-to-4-00-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/122589/intel-core-i78550u-processor-8m-cache-up-to-4-00-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-8550U", + "https://technical.city/en/cpu/Core-i7-8550U" ] } diff --git a/data/cpu/intel/2018/consumer/core-i7-8750h.json b/data/cpu/intel/2018/consumer/core-i7-8750h.json index bd0906b3..d5ba379c 100644 --- a/data/cpu/intel/2018/consumer/core-i7-8750h.json +++ b/data/cpu/intel/2018/consumer/core-i7-8750h.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1080, "cinebench_r23_multi": 6200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1220, "geekbench_multi": 5000, + "cinebench_r15_single": 173, + "cinebench_r15_multi": 1116, + "cinebench_r11_5_single": 1.98, + "cinebench_r11_5_multi": 12.0, + "cinebench_r10_single": 6471, + "cinebench_r10_multi": 33595, + "passmark_single": 2266, + "passmark_cpu_mark": 9751, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 395, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/134906/intel-core-i7-8750h-processor-9m-cache-up-to-4-10-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-8750H", + "https://technical.city/en/cpu/Core-i7-8750H" ] } diff --git a/data/cpu/intel/2018/consumer/core-i7-9700k.json b/data/cpu/intel/2018/consumer/core-i7-9700k.json index 66ccc98e..d7fde068 100644 --- a/data/cpu/intel/2018/consumer/core-i7-9700k.json +++ b/data/cpu/intel/2018/consumer/core-i7-9700k.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1260, "cinebench_r23_multi": 8500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1430, "geekbench_multi": 7000, + "cinebench_r15_single": 206, + "cinebench_r15_multi": 1449, + "cinebench_r11_5_single": 2.37, + "cinebench_r11_5_multi": 16.0, + "cinebench_r10_single": 7653, + "cinebench_r10_multi": 42778, + "passmark_single": 2859, + "passmark_cpu_mark": 14406, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 374, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/186604/intel-core-i7-9700k-processor-12m-cache-up-to-4-90-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-9700K", + "https://technical.city/en/cpu/Core-i7-9700K" ] } diff --git a/data/cpu/intel/2018/consumer/core-i9-8950hk.json b/data/cpu/intel/2018/consumer/core-i9-8950hk.json index 2892ca1a..1fb0fde5 100644 --- a/data/cpu/intel/2018/consumer/core-i9-8950hk.json +++ b/data/cpu/intel/2018/consumer/core-i9-8950hk.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1170, "cinebench_r23_multi": 6800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1300, "geekbench_multi": 5300, + "cinebench_r15_single": 195, + "cinebench_r15_multi": 1224, + "cinebench_r11_5_single": 2.24, + "cinebench_r11_5_multi": 13.0, + "cinebench_r10_single": 7149, + "cinebench_r10_multi": 36591, + "passmark_single": 2414, + "passmark_cpu_mark": 10338, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 583, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/134902/intel-core-i9-8950hk-processor-12m-cache-up-to-4-80-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-8950HK", + "https://technical.city/en/cpu/Core-i9-8950HK" ] } diff --git a/data/cpu/intel/2018/consumer/core-i9-9900k.json b/data/cpu/intel/2018/consumer/core-i9-9900k.json index 30f91e70..b32599dd 100644 --- a/data/cpu/intel/2018/consumer/core-i9-9900k.json +++ b/data/cpu/intel/2018/consumer/core-i9-9900k.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1280, "cinebench_r23_multi": 11000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1450, "geekbench_multi": 8200, + "cinebench_r15_single": 212, + "cinebench_r15_multi": 1979, + "cinebench_r11_5_single": 2.38, + "cinebench_r11_5_multi": 21.0, + "cinebench_r10_single": 7933, + "cinebench_r10_multi": 48779, + "passmark_single": 2911, + "passmark_cpu_mark": 18059, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 488, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/186605/intel-core-i9-9900k-processor-16m-cache-up-to-5-00-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?id=3334&cpu=Intel+Core+i9-9900K", + "https://technical.city/en/cpu/Core-i9-9900K" ] } diff --git a/data/cpu/intel/2018/consumer/pentium-gold-g5400.json b/data/cpu/intel/2018/consumer/pentium-gold-g5400.json index 138f0a60..883a71de 100644 --- a/data/cpu/intel/2018/consumer/pentium-gold-g5400.json +++ b/data/cpu/intel/2018/consumer/pentium-gold-g5400.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2400", "cinebench_r23_single": 970, "cinebench_r23_multi": 2550, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1110, "geekbench_multi": 2400, + "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": 2178, + "passmark_cpu_mark": 3731, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 64, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/129951/intel-pentium-gold-g5400-processor-4m-cache-3-70-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Pentium+Gold+G5400" ] } diff --git a/data/cpu/intel/2019/consumer/core-i3-9100.json b/data/cpu/intel/2019/consumer/core-i3-9100.json index 492167b3..4547457b 100644 --- a/data/cpu/intel/2019/consumer/core-i3-9100.json +++ b/data/cpu/intel/2019/consumer/core-i3-9100.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2400", "cinebench_r23_single": 1100, "cinebench_r23_multi": 3600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1260, "geekbench_multi": 3000, + "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": 2466, + "passmark_cpu_mark": 6610, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 122, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/190885/intel-core-i3-9100-processor-6m-cache-up-to-4-20-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?id=3479&cpu=Intel+Core+i3-9100" ] } diff --git a/data/cpu/intel/2019/consumer/core-i5-9300h.json b/data/cpu/intel/2019/consumer/core-i5-9300h.json index 8a74f52f..ecb6a5a4 100644 --- a/data/cpu/intel/2019/consumer/core-i5-9300h.json +++ b/data/cpu/intel/2019/consumer/core-i5-9300h.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1020, "cinebench_r23_multi": 4400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1160, "geekbench_multi": 3600, + "cinebench_r15_single": 172, + "cinebench_r15_multi": 790, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 6572, + "cinebench_r10_multi": 24623, + "passmark_single": 2247, + "passmark_cpu_mark": 7413, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 250, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/191074/intel-core-i5-9300h-processor-8m-cache-up-to-4-10-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-9300H", + "https://technical.city/en/cpu/Core-i5-9300H" ] } diff --git a/data/cpu/intel/2019/consumer/core-i5-9400f.json b/data/cpu/intel/2019/consumer/core-i5-9400f.json index 725b6657..5ec92735 100644 --- a/data/cpu/intel/2019/consumer/core-i5-9400f.json +++ b/data/cpu/intel/2019/consumer/core-i5-9400f.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1100, "cinebench_r23_multi": 5400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1260, "geekbench_multi": 4400, + "cinebench_r15_single": 173, + "cinebench_r15_multi": 984, + "cinebench_r11_5_single": 1.95, + "cinebench_r11_5_multi": 11.0, + "cinebench_r10_single": 6490, + "cinebench_r10_multi": 31523, + "passmark_single": 2422, + "passmark_cpu_mark": 9463, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 157, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/190884/intel-core-i5-9400f-processor-9m-cache-up-to-4-10-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-9400F", + "https://technical.city/en/cpu/Core-i5-9400F" ] } diff --git a/data/cpu/intel/2019/consumer/core-i7-1065g7.json b/data/cpu/intel/2019/consumer/core-i7-1065g7.json index aece1c5d..873c39aa 100644 --- a/data/cpu/intel/2019/consumer/core-i7-1065g7.json +++ b/data/cpu/intel/2019/consumer/core-i7-1065g7.json @@ -20,12 +20,29 @@ "memory_support": "LPDDR4X-3733 / DDR4-3200", "cinebench_r23_single": 1100, "cinebench_r23_multi": 4200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1250, "geekbench_multi": 4200, + "cinebench_r15_single": 178, + "cinebench_r15_multi": 663, + "cinebench_r11_5_single": 2.11, + "cinebench_r11_5_multi": 7.0, + "cinebench_r10_single": 7271, + "cinebench_r10_multi": 22402, + "passmark_single": 2278, + "passmark_cpu_mark": 8109, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 426, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Ice_Lake_(microprocessor)", - "https://ark.intel.com/content/www/us/en/ark/products/196597/intel-core-i71065g7-processor-8m-cache-up-to-3-90-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/196597/intel-core-i71065g7-processor-8m-cache-up-to-3-90-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-1065G7", + "https://technical.city/en/cpu/Core-i7-1065G7" ] } diff --git a/data/cpu/intel/2019/consumer/core-i7-9700.json b/data/cpu/intel/2019/consumer/core-i7-9700.json index 41104bff..db462640 100644 --- a/data/cpu/intel/2019/consumer/core-i7-9700.json +++ b/data/cpu/intel/2019/consumer/core-i7-9700.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1230, "cinebench_r23_multi": 8000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1390, "geekbench_multi": 6700, + "cinebench_r15_single": 199, + "cinebench_r15_multi": 1254, + "cinebench_r11_5_single": 2.25, + "cinebench_r11_5_multi": 14.0, + "cinebench_r10_single": 7473, + "cinebench_r10_multi": 37381, + "passmark_single": 2745, + "passmark_cpu_mark": 13185, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 323, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/191792/intel-core-i7-9700-processor-12m-cache-up-to-4-70-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?id=3477&cpu=Intel+Core+i7-9700", + "https://technical.city/en/cpu/Core-i7-9700" ] } diff --git a/data/cpu/intel/2019/consumer/core-i7-9750h.json b/data/cpu/intel/2019/consumer/core-i7-9750h.json index 3707eac2..99b9b366 100644 --- a/data/cpu/intel/2019/consumer/core-i7-9750h.json +++ b/data/cpu/intel/2019/consumer/core-i7-9750h.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1100, "cinebench_r23_multi": 6500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1240, "geekbench_multi": 5200, + "cinebench_r15_single": 186, + "cinebench_r15_multi": 1188, + "cinebench_r11_5_single": 2.12, + "cinebench_r11_5_multi": 13.0, + "cinebench_r10_single": 6970, + "cinebench_r10_multi": 34445, + "passmark_single": 2389, + "passmark_cpu_mark": 10580, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 395, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/191045/intel-core-i7-9750h-processor-12m-cache-up-to-4-50-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-9750H", + "https://technical.city/en/cpu/Core-i7-9750H" ] } diff --git a/data/cpu/intel/2019/consumer/core-i9-9900ks.json b/data/cpu/intel/2019/consumer/core-i9-9900ks.json index 8e891e19..5edff69a 100644 --- a/data/cpu/intel/2019/consumer/core-i9-9900ks.json +++ b/data/cpu/intel/2019/consumer/core-i9-9900ks.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1320, "cinebench_r23_multi": 11800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1500, "geekbench_multi": 8500, + "cinebench_r15_single": 216, + "cinebench_r15_multi": 2058, + "cinebench_r11_5_single": 2.45, + "cinebench_r11_5_multi": 23.0, + "cinebench_r10_single": 8183, + "cinebench_r10_multi": 51779, + "passmark_single": 3025, + "passmark_cpu_mark": 19378, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 513, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/192665/intel-core-i9-9900ks-processor-16m-cache-up-to-5-00-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-9900KS", + "https://technical.city/en/cpu/Core-i9-9900KS" ] } diff --git a/data/cpu/intel/2019/consumer/core-i9-9980hk.json b/data/cpu/intel/2019/consumer/core-i9-9980hk.json index c0c24d41..f3287f7e 100644 --- a/data/cpu/intel/2019/consumer/core-i9-9980hk.json +++ b/data/cpu/intel/2019/consumer/core-i9-9980hk.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1230, "cinebench_r23_multi": 8500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1380, "geekbench_multi": 6500, + "cinebench_r15_single": 201, + "cinebench_r15_multi": 1624, + "cinebench_r11_5_single": 2.28, + "cinebench_r11_5_multi": 17.0, + "cinebench_r10_single": 7970, + "cinebench_r10_multi": 44455, + "passmark_single": 2505, + "passmark_cpu_mark": 13930, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 583, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/192987/intel-core-i9-9980hk-processor-16m-cache-up-to-5-00-ghz.html", - "https://en.wikipedia.org/wiki/Coffee_Lake" + "https://en.wikipedia.org/wiki/Coffee_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-9980HK", + "https://technical.city/en/cpu/Core-i9-9980HK" ] } diff --git a/data/cpu/intel/2019/enterprise/xeon-gold-6248.json b/data/cpu/intel/2019/enterprise/xeon-gold-6248.json index 79fa4fdb..048fda04 100644 --- a/data/cpu/intel/2019/enterprise/xeon-gold-6248.json +++ b/data/cpu/intel/2019/enterprise/xeon-gold-6248.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2933 hex-channel ECC", "cinebench_r23_single": 1100, "cinebench_r23_multi": 18500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1250, "geekbench_multi": 10800, + "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": 2253, + "passmark_cpu_mark": 29530, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 3072, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/192446/intel-xeon-gold-6248-processor-27-5m-cache-2-50-ghz.html", - "https://en.wikipedia.org/wiki/Cascade_Lake_(microarchitecture)" + "https://en.wikipedia.org/wiki/Cascade_Lake_(microarchitecture)", + "https://www.cpubenchmark.net/cpu.php?id=3517&cpu=Intel+Xeon+Gold+6248+%28Cascade+Lake-SP%29" ] } diff --git a/data/cpu/intel/2019/enterprise/xeon-platinum-8280.json b/data/cpu/intel/2019/enterprise/xeon-platinum-8280.json index 07147153..3aa7e6c9 100644 --- a/data/cpu/intel/2019/enterprise/xeon-platinum-8280.json +++ b/data/cpu/intel/2019/enterprise/xeon-platinum-8280.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2933 hex-channel ECC", "cinebench_r23_single": 1080, "cinebench_r23_multi": 24500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1220, "geekbench_multi": 13500, + "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": 2149, + "passmark_cpu_mark": 36830, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 10009, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/192478/intel-xeon-platinum-8280-processor-38-5m-cache-2-70-ghz.html", - "https://en.wikipedia.org/wiki/Cascade_Lake_(microarchitecture)" + "https://en.wikipedia.org/wiki/Cascade_Lake_(microarchitecture)", + "https://www.cpubenchmark.net/cpu.php?id=3662&cpu=Intel+Xeon+Platinum+8280" ] } diff --git a/data/cpu/intel/2019/enterprise/xeon-w-3175x.json b/data/cpu/intel/2019/enterprise/xeon-w-3175x.json index 9af89c60..b85cfb8c 100644 --- a/data/cpu/intel/2019/enterprise/xeon-w-3175x.json +++ b/data/cpu/intel/2019/enterprise/xeon-w-3175x.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666 hex-channel ECC", "cinebench_r23_single": 1100, "cinebench_r23_multi": 26000, + "cinebench_2024_single": null, + "cinebench_2024_multi": 1848, "geekbench_single": 1280, "geekbench_multi": 14500, + "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": 2555, + "passmark_cpu_mark": 45520, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 2999, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/189123/intel-xeon-w3175x-processor-38-5m-cache-3-10-ghz.html", - "https://en.wikipedia.org/wiki/Skylake_(microarchitecture)" + "https://en.wikipedia.org/wiki/Skylake_(microarchitecture)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+W-3175X", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2020/consumer/celeron-g5905.json b/data/cpu/intel/2020/consumer/celeron-g5905.json index c0c72fea..39d498e2 100644 --- a/data/cpu/intel/2020/consumer/celeron-g5905.json +++ b/data/cpu/intel/2020/consumer/celeron-g5905.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 950, "cinebench_r23_multi": 1500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1080, "geekbench_multi": 1700, + "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": 2154, + "passmark_cpu_mark": 2771, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 42, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/202196/intel-celeron-processor-g5905-4m-cache-3-50-ghz.html", - "https://en.wikipedia.org/wiki/Comet_Lake" + "https://en.wikipedia.org/wiki/Comet_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Celeron+G5905" ] } diff --git a/data/cpu/intel/2020/consumer/core-i3-10100.json b/data/cpu/intel/2020/consumer/core-i3-10100.json index 9cd1a506..657460f5 100644 --- a/data/cpu/intel/2020/consumer/core-i3-10100.json +++ b/data/cpu/intel/2020/consumer/core-i3-10100.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1140, "cinebench_r23_multi": 5300, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1290, "geekbench_multi": 4400, + "cinebench_r15_single": 181, + "cinebench_r15_multi": 895, + "cinebench_r11_5_single": 2.05, + "cinebench_r11_5_multi": 10.0, + "cinebench_r10_single": 6863, + "cinebench_r10_multi": 26903, + "passmark_single": 2589, + "passmark_cpu_mark": 8498, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 122, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/199283/intel-core-i3-10100-processor-6m-cache-up-to-4-30-ghz.html", - "https://en.wikipedia.org/wiki/Comet_Lake" + "https://en.wikipedia.org/wiki/Comet_Lake", + "https://www.cpubenchmark.net/cpu.php?id=3717&cpu=Intel+Core+i3-10100", + "https://technical.city/en/cpu/Core-i3-10100" ] } diff --git a/data/cpu/intel/2020/consumer/core-i5-10300h.json b/data/cpu/intel/2020/consumer/core-i5-10300h.json index 6b24add1..c7acb96c 100644 --- a/data/cpu/intel/2020/consumer/core-i5-10300h.json +++ b/data/cpu/intel/2020/consumer/core-i5-10300h.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2933", "cinebench_r23_single": 1100, "cinebench_r23_multi": 4600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1250, "geekbench_multi": 3900, + "cinebench_r15_single": 186, + "cinebench_r15_multi": 892, + "cinebench_r11_5_single": 2.16, + "cinebench_r11_5_multi": 10.0, + "cinebench_r10_single": 7130, + "cinebench_r10_multi": 27692, + "passmark_single": 2521, + "passmark_cpu_mark": 8188, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 250, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/201839/intel-core-i5-10300h-processor-8m-cache-up-to-4-50-ghz.html", - "https://en.wikipedia.org/wiki/Comet_Lake" + "https://en.wikipedia.org/wiki/Comet_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-10300H", + "https://technical.city/en/cpu/Core-i5-10300H" ] } diff --git a/data/cpu/intel/2020/consumer/core-i5-10400.json b/data/cpu/intel/2020/consumer/core-i5-10400.json index 6f359ec9..2db31d9c 100644 --- a/data/cpu/intel/2020/consumer/core-i5-10400.json +++ b/data/cpu/intel/2020/consumer/core-i5-10400.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1180, "cinebench_r23_multi": 7500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1330, "geekbench_multi": 5800, + "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": 2558, + "passmark_cpu_mark": 11981, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 182, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/199271/intel-core-i5-10400-processor-12m-cache-up-to-4-30-ghz.html", - "https://en.wikipedia.org/wiki/Comet_Lake" + "https://en.wikipedia.org/wiki/Comet_Lake", + "https://www.cpubenchmark.net/cpu.php?id=3737&cpu=Intel+Core+i5-10400" ] } diff --git a/data/cpu/intel/2020/consumer/core-i5-10600k.json b/data/cpu/intel/2020/consumer/core-i5-10600k.json index 2c258c80..adb5eac4 100644 --- a/data/cpu/intel/2020/consumer/core-i5-10600k.json +++ b/data/cpu/intel/2020/consumer/core-i5-10600k.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1320, "cinebench_r23_multi": 9500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1650, "geekbench_multi": 7500, + "cinebench_r15_single": 205, + "cinebench_r15_multi": 1452, + "cinebench_r11_5_single": 2.19, + "cinebench_r11_5_multi": 16.0, + "cinebench_r10_single": 7343, + "cinebench_r10_multi": 40074, + "passmark_single": 2910, + "passmark_cpu_mark": 14242, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 262, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/199307/intel-core-i5-10600k-processor-12m-cache-up-to-4-80-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Comet_Lake" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Comet_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-10600K", + "https://technical.city/en/cpu/Core-i5-10600K" ] } diff --git a/data/cpu/intel/2020/consumer/core-i7-10700.json b/data/cpu/intel/2020/consumer/core-i7-10700.json index d5546d0e..aa64e466 100644 --- a/data/cpu/intel/2020/consumer/core-i7-10700.json +++ b/data/cpu/intel/2020/consumer/core-i7-10700.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2933", "cinebench_r23_single": 1280, "cinebench_r23_multi": 11000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1450, "geekbench_multi": 8500, + "cinebench_r15_single": 196, + "cinebench_r15_multi": 1455, + "cinebench_r11_5_single": 2.26, + "cinebench_r11_5_multi": 17.0, + "cinebench_r10_single": 7611, + "cinebench_r10_multi": 41156, + "passmark_single": 2880, + "passmark_cpu_mark": 16009, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 323, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/199316/intel-core-i7-10700-processor-16m-cache-up-to-4-80-ghz.html", - "https://en.wikipedia.org/wiki/Comet_Lake" + "https://en.wikipedia.org/wiki/Comet_Lake", + "https://www.cpubenchmark.net/cpu.php?id=3747&cpu=Intel+Core+i7-10700", + "https://technical.city/en/cpu/Core-i7-10700" ] } diff --git a/data/cpu/intel/2020/consumer/core-i7-10700k.json b/data/cpu/intel/2020/consumer/core-i7-10700k.json index d4f1157b..b0bbf18e 100644 --- a/data/cpu/intel/2020/consumer/core-i7-10700k.json +++ b/data/cpu/intel/2020/consumer/core-i7-10700k.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2933", "cinebench_r23_single": 1380, "cinebench_r23_multi": 11500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1700, "geekbench_multi": 9000, + "cinebench_r15_single": 208, + "cinebench_r15_multi": 2027, + "cinebench_r11_5_single": 2.38, + "cinebench_r11_5_multi": 22.0, + "cinebench_r10_single": 7910, + "cinebench_r10_multi": 50670, + "passmark_single": 3037, + "passmark_cpu_mark": 18522, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 374, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/199335/intel-core-i7-10700k-processor-16m-cache-up-to-5-10-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Comet_Lake" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Comet_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-10700K", + "https://technical.city/en/cpu/Core-i7-10700K" ] } diff --git a/data/cpu/intel/2020/consumer/core-i7-10750h.json b/data/cpu/intel/2020/consumer/core-i7-10750h.json index de5f78b7..6f5e4cb2 100644 --- a/data/cpu/intel/2020/consumer/core-i7-10750h.json +++ b/data/cpu/intel/2020/consumer/core-i7-10750h.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2933", "cinebench_r23_single": 1180, "cinebench_r23_multi": 6700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1330, "geekbench_multi": 5400, + "cinebench_r15_single": 197, + "cinebench_r15_multi": 1304, + "cinebench_r11_5_single": 2.2, + "cinebench_r11_5_multi": 14.0, + "cinebench_r10_single": 7377, + "cinebench_r10_multi": 37154, + "passmark_single": 2609, + "passmark_cpu_mark": 11460, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 395, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/201837/intel-core-i7-10750h-processor-12m-cache-up-to-5-00-ghz.html", - "https://en.wikipedia.org/wiki/Comet_Lake" + "https://en.wikipedia.org/wiki/Comet_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-10750H", + "https://technical.city/en/cpu/Core-i7-10750H" ] } diff --git a/data/cpu/intel/2020/consumer/core-i7-10875h.json b/data/cpu/intel/2020/consumer/core-i7-10875h.json index 3bbbf945..a30ec52a 100644 --- a/data/cpu/intel/2020/consumer/core-i7-10875h.json +++ b/data/cpu/intel/2020/consumer/core-i7-10875h.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2933", "cinebench_r23_single": 1210, "cinebench_r23_multi": 8800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1370, "geekbench_multi": 6600, + "cinebench_r15_single": 202, + "cinebench_r15_multi": 1595, + "cinebench_r11_5_single": 2.4, + "cinebench_r11_5_multi": 19.0, + "cinebench_r10_single": 7803, + "cinebench_r10_multi": 44805, + "passmark_single": 2687, + "passmark_cpu_mark": 14426, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 450, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/201841/intel-core-i7-10875h-processor-16m-cache-up-to-5-10-ghz.html", - "https://en.wikipedia.org/wiki/Comet_Lake" + "https://en.wikipedia.org/wiki/Comet_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-10875H", + "https://technical.city/en/cpu/Core-i7-10875H" ] } diff --git a/data/cpu/intel/2020/consumer/core-i7-1185g7.json b/data/cpu/intel/2020/consumer/core-i7-1185g7.json index 8f5a8c9d..00bfb958 100644 --- a/data/cpu/intel/2020/consumer/core-i7-1185g7.json +++ b/data/cpu/intel/2020/consumer/core-i7-1185g7.json @@ -20,12 +20,29 @@ "memory_support": "LPDDR4X-4266 / DDR4-3200", "cinebench_r23_single": 1500, "cinebench_r23_multi": 5500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1660, "geekbench_multi": 5100, + "cinebench_r15_single": 217, + "cinebench_r15_multi": 866, + "cinebench_r11_5_single": 2.54, + "cinebench_r11_5_multi": 9.0, + "cinebench_r10_single": 8872, + "cinebench_r10_multi": 27025, + "passmark_single": 2756, + "passmark_cpu_mark": 9934, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 426, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Tiger_Lake", - "https://ark.intel.com/content/www/us/en/ark/products/208664/intel-core-i71185g7-processor-12m-cache-up-to-4-80-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/208664/intel-core-i71185g7-processor-12m-cache-up-to-4-80-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-1185G7", + "https://technical.city/en/cpu/Core-i7-1185G7" ] } diff --git a/data/cpu/intel/2020/consumer/core-i9-10900.json b/data/cpu/intel/2020/consumer/core-i9-10900.json index 78dd5f6e..78fbc990 100644 --- a/data/cpu/intel/2020/consumer/core-i9-10900.json +++ b/data/cpu/intel/2020/consumer/core-i9-10900.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2933", "cinebench_r23_single": 1320, "cinebench_r23_multi": 12500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1490, "geekbench_multi": 9000, + "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": 2986, + "passmark_cpu_mark": 19082, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 439, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/199328/intel-core-i9-10900-processor-20m-cache-up-to-5-20-ghz.html", - "https://en.wikipedia.org/wiki/Comet_Lake" + "https://en.wikipedia.org/wiki/Comet_Lake", + "https://www.cpubenchmark.net/cpu.php?id=3745&cpu=Intel+Core+i9-10900" ] } diff --git a/data/cpu/intel/2020/consumer/core-i9-10900k.json b/data/cpu/intel/2020/consumer/core-i9-10900k.json index 31e8aa04..ec487bbe 100644 --- a/data/cpu/intel/2020/consumer/core-i9-10900k.json +++ b/data/cpu/intel/2020/consumer/core-i9-10900k.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-2933", "cinebench_r23_single": 1480, "cinebench_r23_multi": 11000, + "cinebench_2024_single": null, + "cinebench_2024_multi": 936, "geekbench_single": 2000, "geekbench_multi": 8500, + "cinebench_r15_single": 217, + "cinebench_r15_multi": 2533, + "cinebench_r11_5_single": 2.56, + "cinebench_r11_5_multi": 29.0, + "cinebench_r10_single": 8127, + "cinebench_r10_multi": 59368, + "passmark_single": 3111, + "passmark_cpu_mark": 22289, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 488, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/199332/intel-core-i9-10900k-processor-20m-cache-up-to-5-30-ghz.html", - "https://en.wikipedia.org/wiki/Comet_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Comet_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-10900K", + "https://technical.city/en/cpu/Core-i9-10900K", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2020/consumer/core-i9-10980hk.json b/data/cpu/intel/2020/consumer/core-i9-10980hk.json index 0eb197ca..562883f8 100644 --- a/data/cpu/intel/2020/consumer/core-i9-10980hk.json +++ b/data/cpu/intel/2020/consumer/core-i9-10980hk.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-2933", "cinebench_r23_single": 1280, "cinebench_r23_multi": 9500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1440, "geekbench_multi": 7000, + "cinebench_r15_single": 206, + "cinebench_r15_multi": 1737, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 2744, + "passmark_cpu_mark": 15112, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 583, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/201838/intel-core-i9-10980hk-processor-16m-cache-up-to-5-30-ghz.html", - "https://en.wikipedia.org/wiki/Comet_Lake" + "https://en.wikipedia.org/wiki/Comet_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-10980HK", + "https://technical.city/en/cpu/Core-i9-10980HK" ] } diff --git a/data/cpu/intel/2020/consumer/pentium-gold-g6400.json b/data/cpu/intel/2020/consumer/pentium-gold-g6400.json index 8dc54f56..528720a1 100644 --- a/data/cpu/intel/2020/consumer/pentium-gold-g6400.json +++ b/data/cpu/intel/2020/consumer/pentium-gold-g6400.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-2666", "cinebench_r23_single": 1040, "cinebench_r23_multi": 2700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1180, "geekbench_multi": 2600, + "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": 2444, + "passmark_cpu_mark": 4090, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 64, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/199326/intel-pentium-gold-g6400-processor-4m-cache-4-00-ghz.html", - "https://en.wikipedia.org/wiki/Comet_Lake" + "https://en.wikipedia.org/wiki/Comet_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Pentium+Gold+G6400" ] } diff --git a/data/cpu/intel/2021/consumer/core-i5-11400.json b/data/cpu/intel/2021/consumer/core-i5-11400.json index a96ea1dc..2583d0dc 100644 --- a/data/cpu/intel/2021/consumer/core-i5-11400.json +++ b/data/cpu/intel/2021/consumer/core-i5-11400.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1450, "cinebench_r23_multi": 9500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1620, "geekbench_multi": 7300, + "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": 2984, + "passmark_cpu_mark": 16645, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 182, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/212261/intel-core-i5-11400-processor-12m-cache-up-to-4-40-ghz.html", - "https://en.wikipedia.org/wiki/Rocket_Lake" + "https://en.wikipedia.org/wiki/Rocket_Lake", + "https://www.cpubenchmark.net/cpu.php?id=4233&cpu=Intel+Core+i5-11400" ] } diff --git a/data/cpu/intel/2021/consumer/core-i5-11400h.json b/data/cpu/intel/2021/consumer/core-i5-11400h.json index 5999bb59..230549e2 100644 --- a/data/cpu/intel/2021/consumer/core-i5-11400h.json +++ b/data/cpu/intel/2021/consumer/core-i5-11400h.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1380, "cinebench_r23_multi": 7600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1550, "geekbench_multi": 6000, + "cinebench_r15_single": 218, + "cinebench_r15_multi": 1277, + "cinebench_r11_5_single": 2.5, + "cinebench_r11_5_multi": 15.0, + "cinebench_r10_single": 8712, + "cinebench_r10_multi": 39096, + "passmark_single": 2956, + "passmark_cpu_mark": 15172, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 250, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/213800/intel-core-i5-11400h-processor-12m-cache-up-to-4-50-ghz.html", - "https://en.wikipedia.org/wiki/Tiger_Lake" + "https://en.wikipedia.org/wiki/Tiger_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-11400H", + "https://technical.city/en/cpu/Core-i5-11400H" ] } diff --git a/data/cpu/intel/2021/consumer/core-i5-11600k.json b/data/cpu/intel/2021/consumer/core-i5-11600k.json index d0e8406e..518f0449 100644 --- a/data/cpu/intel/2021/consumer/core-i5-11600k.json +++ b/data/cpu/intel/2021/consumer/core-i5-11600k.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1560, "cinebench_r23_multi": 11500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1920, "geekbench_multi": 9000, + "cinebench_r15_single": 238, + "cinebench_r15_multi": 1744, + "cinebench_r11_5_single": 2.87, + "cinebench_r11_5_multi": 19.0, + "cinebench_r10_single": 9745, + "cinebench_r10_multi": 49408, + "passmark_single": 3337, + "passmark_cpu_mark": 19486, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 262, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/212048/intel-core-i5-11600k-processor-12m-cache-up-to-4-90-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Rocket_Lake" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Rocket_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-11600K", + "https://technical.city/en/cpu/Core-i5-11600K" ] } diff --git a/data/cpu/intel/2021/consumer/core-i5-12600k.json b/data/cpu/intel/2021/consumer/core-i5-12600k.json index 4c5281a5..07b6f111 100644 --- a/data/cpu/intel/2021/consumer/core-i5-12600k.json +++ b/data/cpu/intel/2021/consumer/core-i5-12600k.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 1850, "cinebench_r23_multi": 17500, + "cinebench_2024_single": 110, + "cinebench_2024_multi": 822, "geekbench_single": 2560, "geekbench_multi": 11000, + "cinebench_r15_single": 275, + "cinebench_r15_multi": 2555, + "cinebench_r11_5_single": 3.31, + "cinebench_r11_5_multi": 30.0, + "cinebench_r10_single": 9381, + "cinebench_r10_multi": 55462, + "passmark_single": 3919, + "passmark_cpu_mark": 27537, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 289, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/134586/intel-core-i5-12600k-processor-20m-cache-up-to-4-90-ghz.html", - "https://en.wikipedia.org/wiki/Alder_Lake" + "https://en.wikipedia.org/wiki/Alder_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-12600K", + "https://technical.city/en/cpu/Core-i5-12600K", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/intel/2021/consumer/core-i7-11700k.json b/data/cpu/intel/2021/consumer/core-i7-11700k.json index ad041b49..a07e05f1 100644 --- a/data/cpu/intel/2021/consumer/core-i7-11700k.json +++ b/data/cpu/intel/2021/consumer/core-i7-11700k.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1620, "cinebench_r23_multi": 15000, + "cinebench_2024_single": 91, + "cinebench_2024_multi": 806, "geekbench_single": 2000, "geekbench_multi": 11000, + "cinebench_r15_single": 240, + "cinebench_r15_multi": 2299, + "cinebench_r11_5_single": 2.87, + "cinebench_r11_5_multi": 26.0, + "cinebench_r10_single": 9621, + "cinebench_r10_multi": 58342, + "passmark_single": 3386, + "passmark_cpu_mark": 24343, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 399, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/212047/intel-core-i7-11700k-processor-16m-cache-up-to-5-00-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Rocket_Lake" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Rocket_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-11700K", + "https://technical.city/en/cpu/Core-i7-11700K", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2021/consumer/core-i7-11800h.json b/data/cpu/intel/2021/consumer/core-i7-11800h.json index 40955b0e..92332a1b 100644 --- a/data/cpu/intel/2021/consumer/core-i7-11800h.json +++ b/data/cpu/intel/2021/consumer/core-i7-11800h.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1430, "cinebench_r23_multi": 10200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1600, "geekbench_multi": 7500, + "cinebench_r15_single": 227, + "cinebench_r15_multi": 1936, + "cinebench_r11_5_single": 2.6, + "cinebench_r11_5_multi": 19.0, + "cinebench_r10_single": 9075, + "cinebench_r10_multi": 44099, + "passmark_single": 3015, + "passmark_cpu_mark": 19676, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 395, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/213799/intel-core-i7-11800h-processor-24m-cache-up-to-4-60-ghz.html", - "https://en.wikipedia.org/wiki/Tiger_Lake" + "https://en.wikipedia.org/wiki/Tiger_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-11800H", + "https://technical.city/en/cpu/Core-i7-11800H" ] } diff --git a/data/cpu/intel/2021/consumer/core-i7-12700k.json b/data/cpu/intel/2021/consumer/core-i7-12700k.json index 0b12db49..b7a8c20d 100644 --- a/data/cpu/intel/2021/consumer/core-i7-12700k.json +++ b/data/cpu/intel/2021/consumer/core-i7-12700k.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 1920, "cinebench_r23_multi": 23500, + "cinebench_2024_single": 114, + "cinebench_2024_multi": 1169, "geekbench_single": 2630, "geekbench_multi": 14500, + "cinebench_r15_single": 272, + "cinebench_r15_multi": 3325, + "cinebench_r11_5_single": 3.29, + "cinebench_r11_5_multi": 38.0, + "cinebench_r10_single": 9305, + "cinebench_r10_multi": 63484, + "passmark_single": 4004, + "passmark_cpu_mark": 34282, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 409, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/134594/intel-core-i7-12700k-processor-25m-cache-up-to-5-00-ghz.html", - "https://en.wikipedia.org/wiki/Alder_Lake" + "https://en.wikipedia.org/wiki/Alder_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-12700K", + "https://technical.city/en/cpu/Core-i7-12700K", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/intel/2021/consumer/core-i9-11900.json b/data/cpu/intel/2021/consumer/core-i9-11900.json index 7a4c4dd9..224f803e 100644 --- a/data/cpu/intel/2021/consumer/core-i9-11900.json +++ b/data/cpu/intel/2021/consumer/core-i9-11900.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1580, "cinebench_r23_multi": 13000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1980, "geekbench_multi": 10000, + "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": 3370, + "passmark_cpu_mark": 22348, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 439, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/212665/intel-core-i9-11900-processor-16m-cache-up-to-5-20-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Rocket_Lake" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Rocket_Lake", + "https://www.cpubenchmark.net/cpu.php?id=4245&cpu=Intel+Core+i9-11900" ] } diff --git a/data/cpu/intel/2021/consumer/core-i9-11900h.json b/data/cpu/intel/2021/consumer/core-i9-11900h.json index 854a0438..07352605 100644 --- a/data/cpu/intel/2021/consumer/core-i9-11900h.json +++ b/data/cpu/intel/2021/consumer/core-i9-11900h.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1470, "cinebench_r23_multi": 10500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1650, "geekbench_multi": 7800, + "cinebench_r15_single": 241, + "cinebench_r15_multi": 2148, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 3081, + "passmark_cpu_mark": 19833, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 583, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/213804/intel-core-i9-11900h-processor-24m-cache-up-to-4-90-ghz.html", - "https://en.wikipedia.org/wiki/Tiger_Lake" + "https://en.wikipedia.org/wiki/Tiger_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-11900H", + "https://technical.city/en/cpu/Core-i9-11900H" ] } diff --git a/data/cpu/intel/2021/consumer/core-i9-11900k.json b/data/cpu/intel/2021/consumer/core-i9-11900k.json index 5dc9452c..ce7ae62f 100644 --- a/data/cpu/intel/2021/consumer/core-i9-11900k.json +++ b/data/cpu/intel/2021/consumer/core-i9-11900k.json @@ -20,12 +20,30 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1680, "cinebench_r23_multi": 13000, + "cinebench_2024_single": 102, + "cinebench_2024_multi": 868, "geekbench_single": 2300, "geekbench_multi": 9000, + "cinebench_r15_single": 255, + "cinebench_r15_multi": 2379, + "cinebench_r11_5_single": 3.1, + "cinebench_r11_5_multi": 27.0, + "cinebench_r10_single": 10545, + "cinebench_r10_multi": 62024, + "passmark_single": 3503, + "passmark_cpu_mark": 24947, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 539, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/212325/intel-core-i9-11900k-processor-16m-cache-up-to-5-20-ghz.html", - "https://en.wikipedia.org/wiki/Rocket_Lake" + "https://en.wikipedia.org/wiki/Rocket_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-11900K", + "https://technical.city/en/cpu/Core-i9-11900K", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2021/consumer/core-i9-11980hk.json b/data/cpu/intel/2021/consumer/core-i9-11980hk.json index 2c7ae9a7..0d467e47 100644 --- a/data/cpu/intel/2021/consumer/core-i9-11980hk.json +++ b/data/cpu/intel/2021/consumer/core-i9-11980hk.json @@ -20,12 +20,29 @@ "memory_support": "DDR4-3200", "cinebench_r23_single": 1500, "cinebench_r23_multi": 11000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1680, "geekbench_multi": 8000, + "cinebench_r15_single": 230, + "cinebench_r15_multi": 2152, + "cinebench_r11_5_single": 2.76, + "cinebench_r11_5_multi": 21.0, + "cinebench_r10_single": 9626, + "cinebench_r10_multi": 52116, + "passmark_single": 3237, + "passmark_cpu_mark": 22134, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 583, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/213803/intel-core-i9-11980hk-processor-24m-cache-up-to-5-00-ghz.html", - "https://en.wikipedia.org/wiki/Tiger_Lake" + "https://en.wikipedia.org/wiki/Tiger_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-11980HK", + "https://technical.city/en/cpu/Core-i9-11980HK" ] } diff --git a/data/cpu/intel/2021/consumer/core-i9-12900k.json b/data/cpu/intel/2021/consumer/core-i9-12900k.json index 4317068d..3a766523 100644 --- a/data/cpu/intel/2021/consumer/core-i9-12900k.json +++ b/data/cpu/intel/2021/consumer/core-i9-12900k.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 1990, "cinebench_r23_multi": 27500, + "cinebench_2024_single": 126, + "cinebench_2024_multi": 1582, "geekbench_single": 2700, "geekbench_multi": 16000, + "cinebench_r15_single": 289, + "cinebench_r15_multi": 4057, + "cinebench_r11_5_single": 3.5, + "cinebench_r11_5_multi": 46.0, + "cinebench_r10_single": 9859, + "cinebench_r10_multi": 71819, + "passmark_single": 4128, + "passmark_cpu_mark": 41132, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 589, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/134599/intel-core-i9-12900k-processor-30m-cache-up-to-5-20-ghz.html", - "https://en.wikipedia.org/wiki/Alder_Lake" + "https://en.wikipedia.org/wiki/Alder_Lake", + "https://www.cpubenchmark.net/cpu.php?id=4597&cpu=Intel+Core+i9-12900K", + "https://technical.city/en/cpu/Core-i9-12900K", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/intel/2021/enterprise/xeon-gold-6338.json b/data/cpu/intel/2021/enterprise/xeon-gold-6338.json index 8d80ed54..00968cbf 100644 --- a/data/cpu/intel/2021/enterprise/xeon-gold-6338.json +++ b/data/cpu/intel/2021/enterprise/xeon-gold-6338.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-3200 octa-channel ECC", "cinebench_r23_single": 1180, "cinebench_r23_multi": 31000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1330, "geekbench_multi": 16500, + "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": 2136, + "passmark_cpu_mark": 40225, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 2612, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/212284/intel-xeon-gold-6338-processor-48m-cache-2-00-ghz.html", - "https://en.wikipedia.org/wiki/Ice_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Ice_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?id=4592&cpu=Intel+Xeon+Gold+6338+%28Ice+Lake-SP%29" ] } diff --git a/data/cpu/intel/2021/enterprise/xeon-platinum-8380.json b/data/cpu/intel/2021/enterprise/xeon-platinum-8380.json index 63c4b93e..01f95426 100644 --- a/data/cpu/intel/2021/enterprise/xeon-platinum-8380.json +++ b/data/cpu/intel/2021/enterprise/xeon-platinum-8380.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-3200 octa-channel ECC", "cinebench_r23_single": 1200, "cinebench_r23_multi": 38000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1330, "geekbench_multi": 19500, + "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": 2385, + "passmark_cpu_mark": 62318, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 8099, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/212287/intel-xeon-platinum-8380-processor-60m-cache-2-30-ghz.html", - "https://en.wikipedia.org/wiki/Ice_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Ice_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Platinum+8380" ] } diff --git a/data/cpu/intel/2021/enterprise/xeon-w-3375.json b/data/cpu/intel/2021/enterprise/xeon-w-3375.json index 6b9d6104..13dc0774 100644 --- a/data/cpu/intel/2021/enterprise/xeon-w-3375.json +++ b/data/cpu/intel/2021/enterprise/xeon-w-3375.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-3200 octa-channel ECC", "cinebench_r23_single": 1280, "cinebench_r23_multi": 39000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1450, "geekbench_multi": 18000, + "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": 2629, + "passmark_cpu_mark": 58686, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 4499, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/215281/intel-xeon-w3375-processor-57m-cache-2-50-ghz.html", - "https://en.wikipedia.org/wiki/Ice_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Ice_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+W-3375" ] } diff --git a/data/cpu/intel/2022/consumer/core-i3-12100.json b/data/cpu/intel/2022/consumer/core-i3-12100.json index eb35f363..bc7010b2 100644 --- a/data/cpu/intel/2022/consumer/core-i3-12100.json +++ b/data/cpu/intel/2022/consumer/core-i3-12100.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 1760, "cinebench_r23_multi": 8200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2420, "geekbench_multi": 6500, + "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": 3230, + "passmark_cpu_mark": 12455, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 122, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/134582/intel-core-i3-12100-processor-12m-cache-up-to-4-30-ghz.html", - "https://en.wikipedia.org/wiki/Alder_Lake" + "https://en.wikipedia.org/wiki/Alder_Lake", + "https://www.cpubenchmark.net/cpu.php?id=4687&cpu=Intel+Core+i3-12100" ] } diff --git a/data/cpu/intel/2022/consumer/core-i3-12300.json b/data/cpu/intel/2022/consumer/core-i3-12300.json index 76370a77..f3d913fe 100644 --- a/data/cpu/intel/2022/consumer/core-i3-12300.json +++ b/data/cpu/intel/2022/consumer/core-i3-12300.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 1750, "cinebench_r23_multi": 7600, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2400, "geekbench_multi": 8500, + "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": 3574, + "passmark_cpu_mark": 14350, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 143, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/134595/intel-core-i3-12300-processor-12m-cache-up-to-4-40-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Alder_Lake" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Alder_Lake", + "https://www.cpubenchmark.net/cpu.php?id=4746&cpu=Intel+Core+i3-12300" ] } diff --git a/data/cpu/intel/2022/consumer/core-i5-12400.json b/data/cpu/intel/2022/consumer/core-i5-12400.json index 70fd6510..51daee7a 100644 --- a/data/cpu/intel/2022/consumer/core-i5-12400.json +++ b/data/cpu/intel/2022/consumer/core-i5-12400.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 1800, "cinebench_r23_multi": 14500, + "cinebench_2024_single": 102, + "cinebench_2024_multi": 701, "geekbench_single": 2500, "geekbench_multi": 10000, + "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": 3463, + "passmark_cpu_mark": 18805, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 192, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/134586/intel-core-i5-12400-processor-18m-cache-up-to-4-40-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Alder_Lake" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Alder_Lake", + "https://www.cpubenchmark.net/cpu.php?id=4677&cpu=Intel+Core+i5-12400", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/intel/2022/consumer/core-i5-12500h.json b/data/cpu/intel/2022/consumer/core-i5-12500h.json index 488e5e1e..56512125 100644 --- a/data/cpu/intel/2022/consumer/core-i5-12500h.json +++ b/data/cpu/intel/2022/consumer/core-i5-12500h.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-4800 / LPDDR5-5200", "cinebench_r23_single": 1650, "cinebench_r23_multi": 13500, + "cinebench_2024_single": 102, + "cinebench_2024_multi": null, "geekbench_single": 1900, "geekbench_multi": 10500, + "cinebench_r15_single": 243, + "cinebench_r15_multi": 2112, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 3500, + "passmark_cpu_mark": 21550, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/132225/intel-core-i5-12500h-processor-18m-cache-up-to-4-50-ghz.html", - "https://en.wikipedia.org/wiki/Alder_Lake" + "https://en.wikipedia.org/wiki/Alder_Lake", + "https://technical.city/en/cpu/Core-i5-12500H", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2022/consumer/core-i5-12600.json b/data/cpu/intel/2022/consumer/core-i5-12600.json index 24c6adbf..b8847b2a 100644 --- a/data/cpu/intel/2022/consumer/core-i5-12600.json +++ b/data/cpu/intel/2022/consumer/core-i5-12600.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 1830, "cinebench_r23_multi": 15000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2550, "geekbench_multi": 10500, + "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": 3821, + "passmark_cpu_mark": 21325, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 213, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/134587/intel-core-i5-12600-processor-18m-cache-up-to-4-80-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Alder_Lake" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Alder_Lake", + "https://www.cpubenchmark.net/cpu.php?id=4688&cpu=Intel+Core+i5-12600" ] } diff --git a/data/cpu/intel/2022/consumer/core-i5-13600k.json b/data/cpu/intel/2022/consumer/core-i5-13600k.json index a0e80673..c75c2715 100644 --- a/data/cpu/intel/2022/consumer/core-i5-13600k.json +++ b/data/cpu/intel/2022/consumer/core-i5-13600k.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600 / DDR4-3200", "cinebench_r23_single": 2000, "cinebench_r23_multi": 24000, + "cinebench_2024_single": 115, + "cinebench_2024_multi": 1255, "geekbench_single": 2750, "geekbench_multi": 14000, + "cinebench_r15_single": 288, + "cinebench_r15_multi": 3642, + "cinebench_r11_5_single": 3.47, + "cinebench_r11_5_multi": 42.0, + "cinebench_r10_single": 10755, + "cinebench_r10_multi": 68880, + "passmark_single": 4115, + "passmark_cpu_mark": 37520, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 319, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/230493/intel-core-i5-processor-13600k-24m-cache-up-to-5-10-ghz.html", - "https://en.wikipedia.org/wiki/Raptor_Lake" + "https://en.wikipedia.org/wiki/Raptor_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-13600K", + "https://technical.city/en/cpu/Core-i5-13600K", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/intel/2022/consumer/core-i7-1260p.json b/data/cpu/intel/2022/consumer/core-i7-1260p.json index 8ca5945a..a9cfe464 100644 --- a/data/cpu/intel/2022/consumer/core-i7-1260p.json +++ b/data/cpu/intel/2022/consumer/core-i7-1260p.json @@ -20,12 +20,29 @@ "memory_support": "LPDDR5-5200 / DDR5-4800", "cinebench_r23_single": 1700, "cinebench_r23_multi": 10000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1950, "geekbench_multi": 8500, + "cinebench_r15_single": 243, + "cinebench_r15_multi": 1626, + "cinebench_r11_5_single": 3.1, + "cinebench_r11_5_multi": 22.0, + "cinebench_r10_single": 8793, + "cinebench_r10_multi": 44516, + "passmark_single": 3213, + "passmark_cpu_mark": 16531, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 482, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Alder_Lake", - "https://ark.intel.com/content/www/us/en/ark/products/226253/intel-core-i71260p-processor-18m-cache-up-to-4-70-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/226253/intel-core-i71260p-processor-18m-cache-up-to-4-70-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-1260P", + "https://technical.city/en/cpu/Core-i7-1260P" ] } diff --git a/data/cpu/intel/2022/consumer/core-i7-12700.json b/data/cpu/intel/2022/consumer/core-i7-12700.json index 92511819..d039dd28 100644 --- a/data/cpu/intel/2022/consumer/core-i7-12700.json +++ b/data/cpu/intel/2022/consumer/core-i7-12700.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 1870, "cinebench_r23_multi": 23000, + "cinebench_2024_single": 107, + "cinebench_2024_multi": 1004, "geekbench_single": 2650, "geekbench_multi": 13500, + "cinebench_r15_single": 272, + "cinebench_r15_multi": 3151, + "cinebench_r11_5_single": 3.28, + "cinebench_r11_5_multi": 37.0, + "cinebench_r10_single": 9171, + "cinebench_r10_multi": 60892, + "passmark_single": 3846, + "passmark_cpu_mark": 29907, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 359, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/226090/intel-core-i7-12700-processor-25m-cache-up-to-4-90-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Alder_Lake" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Alder_Lake", + "https://www.cpubenchmark.net/cpu.php?id=4669&cpu=Intel+Core+i7-12700", + "https://technical.city/en/cpu/Core-i7-12700", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2022/consumer/core-i7-12700h.json b/data/cpu/intel/2022/consumer/core-i7-12700h.json index 9dc5f395..3beeafa1 100644 --- a/data/cpu/intel/2022/consumer/core-i7-12700h.json +++ b/data/cpu/intel/2022/consumer/core-i7-12700h.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-4800 / LPDDR5-5200", "cinebench_r23_single": 1700, "cinebench_r23_multi": 16500, + "cinebench_2024_single": 103, + "cinebench_2024_multi": 916, "geekbench_single": 1950, "geekbench_multi": 11800, + "cinebench_r15_single": 256, + "cinebench_r15_multi": 2605, + "cinebench_r11_5_single": 3.06, + "cinebench_r11_5_multi": 28.0, + "cinebench_r10_single": 8857, + "cinebench_r10_multi": 52866, + "passmark_single": 3492, + "passmark_cpu_mark": 25104, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/132216/intel-core-i7-12700h-processor-24m-cache-up-to-4-70-ghz.html", - "https://en.wikipedia.org/wiki/Alder_Lake" + "https://en.wikipedia.org/wiki/Alder_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-12700H", + "https://technical.city/en/cpu/Core-i7-12700H", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2022/consumer/core-i7-13700k.json b/data/cpu/intel/2022/consumer/core-i7-13700k.json index 72786d39..acb80d7c 100644 --- a/data/cpu/intel/2022/consumer/core-i7-13700k.json +++ b/data/cpu/intel/2022/consumer/core-i7-13700k.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600 / DDR4-3200", "cinebench_r23_single": 2090, "cinebench_r23_multi": 30000, + "cinebench_2024_single": 129, + "cinebench_2024_multi": 1608, "geekbench_single": 2870, "geekbench_multi": 17000, + "cinebench_r15_single": 303, + "cinebench_r15_multi": 4508, + "cinebench_r11_5_single": 3.66, + "cinebench_r11_5_multi": 53.0, + "cinebench_r10_single": 11278, + "cinebench_r10_multi": 85748, + "passmark_single": 4328, + "passmark_cpu_mark": 45690, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 409, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/230500/intel-core-i7-processor-13700k-30m-cache-up-to-5-40-ghz.html", - "https://en.wikipedia.org/wiki/Raptor_Lake" + "https://en.wikipedia.org/wiki/Raptor_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-13700K", + "https://technical.city/en/cpu/Core-i7-13700K", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/intel/2022/consumer/core-i9-12900.json b/data/cpu/intel/2022/consumer/core-i9-12900.json index 6fc24a72..61623c62 100644 --- a/data/cpu/intel/2022/consumer/core-i9-12900.json +++ b/data/cpu/intel/2022/consumer/core-i9-12900.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 1900, "cinebench_r23_multi": 22000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2200, "geekbench_multi": 16000, + "cinebench_r15_single": 262, + "cinebench_r15_multi": 3299, + "cinebench_r11_5_single": 3.16, + "cinebench_r11_5_multi": 39.0, + "cinebench_r10_single": 8949, + "cinebench_r10_multi": 68729, + "passmark_single": 4002, + "passmark_cpu_mark": 33645, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 489, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/134597/intel-core-i9-12900-processor-30m-cache-up-to-5-10-ghz.html", - "https://en.wikipedia.org/wiki/Alder_Lake" + "https://en.wikipedia.org/wiki/Alder_Lake", + "https://www.cpubenchmark.net/cpu.php?id=4729&cpu=Intel+Core+i9-12900", + "https://technical.city/en/cpu/Core-i9-12900" ] } diff --git a/data/cpu/intel/2022/consumer/core-i9-12900h.json b/data/cpu/intel/2022/consumer/core-i9-12900h.json index 65466eb2..4f4c1e29 100644 --- a/data/cpu/intel/2022/consumer/core-i9-12900h.json +++ b/data/cpu/intel/2022/consumer/core-i9-12900h.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-4800 / LPDDR5-5200", "cinebench_r23_single": 1790, "cinebench_r23_multi": 17200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2040, "geekbench_multi": 12400, + "cinebench_r15_single": 266, + "cinebench_r15_multi": 2577, + "cinebench_r11_5_single": 2.99, + "cinebench_r11_5_multi": 25.0, + "cinebench_r10_single": 8235, + "cinebench_r10_multi": 47767, + "passmark_single": 3659, + "passmark_cpu_mark": 26737, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/132220/intel-core-i9-12900h-processor-24m-cache-up-to-5-00-ghz.html", - "https://en.wikipedia.org/wiki/Alder_Lake" + "https://en.wikipedia.org/wiki/Alder_Lake", + "https://www.cpubenchmark.net/cpu.php?id=4728&cpu=Intel+Core+i9-12900H", + "https://technical.city/en/cpu/Core-i9-12900H" ] } diff --git a/data/cpu/intel/2022/consumer/core-i9-12900hk.json b/data/cpu/intel/2022/consumer/core-i9-12900hk.json index ad6916be..d660bd3e 100644 --- a/data/cpu/intel/2022/consumer/core-i9-12900hk.json +++ b/data/cpu/intel/2022/consumer/core-i9-12900hk.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-4800 / LPDDR5-5200", "cinebench_r23_single": 1800, "cinebench_r23_multi": 17500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2050, "geekbench_multi": 12500, + "cinebench_r15_single": 242, + "cinebench_r15_multi": 2786, + "cinebench_r11_5_single": 3.26, + "cinebench_r11_5_multi": 27.0, + "cinebench_r10_single": 7884, + "cinebench_r10_multi": 48838, + "passmark_single": 3525, + "passmark_cpu_mark": 25228, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/132219/intel-core-i9-12900hk-processor-24m-cache-up-to-5-00-ghz.html", - "https://en.wikipedia.org/wiki/Alder_Lake" + "https://en.wikipedia.org/wiki/Alder_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-12900HK", + "https://technical.city/en/cpu/Core-i9-12900HK" ] } diff --git a/data/cpu/intel/2022/consumer/core-i9-12900ks.json b/data/cpu/intel/2022/consumer/core-i9-12900ks.json index 34044ad3..b039a1b8 100644 --- a/data/cpu/intel/2022/consumer/core-i9-12900ks.json +++ b/data/cpu/intel/2022/consumer/core-i9-12900ks.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 2000, "cinebench_r23_multi": 27000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2800, "geekbench_multi": 16000, + "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": 4325, + "passmark_cpu_mark": 43432, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 739, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/225916/intel-core-i9-12900ks-processor-30m-cache-up-to-5-50-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Alder_Lake" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Alder_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-12900KS" ] } diff --git a/data/cpu/intel/2022/consumer/core-i9-13900k.json b/data/cpu/intel/2022/consumer/core-i9-13900k.json index 0157479a..f95c0493 100644 --- a/data/cpu/intel/2022/consumer/core-i9-13900k.json +++ b/data/cpu/intel/2022/consumer/core-i9-13900k.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600 / DDR4-3200", "cinebench_r23_single": 2230, "cinebench_r23_multi": 40000, + "cinebench_2024_single": 131, + "cinebench_2024_multi": 2140, "geekbench_single": 3000, "geekbench_multi": 20500, + "cinebench_r15_single": 318, + "cinebench_r15_multi": 5806, + "cinebench_r11_5_single": 3.87, + "cinebench_r11_5_multi": 68.0, + "cinebench_r10_single": 12018, + "cinebench_r10_multi": 87738, + "passmark_single": 4597, + "passmark_cpu_mark": 58173, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 589, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/230496/intel-core-i9-processor-13900k-36m-cache-up-to-5-80-ghz.html", - "https://en.wikipedia.org/wiki/Raptor_Lake" + "https://en.wikipedia.org/wiki/Raptor_Lake", + "https://www.cpubenchmark.net/cpu.php?id=5022&cpu=Intel+Core+i9-13900K", + "https://technical.city/en/cpu/Core-i9-13900K", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/intel/2022/consumer/pentium-gold-g7400.json b/data/cpu/intel/2022/consumer/pentium-gold-g7400.json index 53cf2ad0..6c3609ff 100644 --- a/data/cpu/intel/2022/consumer/pentium-gold-g7400.json +++ b/data/cpu/intel/2022/consumer/pentium-gold-g7400.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 1380, "cinebench_r23_multi": 3450, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1620, "geekbench_multi": 3500, + "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": 2983, + "passmark_cpu_mark": 6714, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 64, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/134591/intel-pentium-gold-g7400-processor-6m-cache-3-70-ghz.html", - "https://en.wikipedia.org/wiki/Alder_Lake" + "https://en.wikipedia.org/wiki/Alder_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Pentium+Gold+G7400" ] } diff --git a/data/cpu/intel/2023/consumer/core-i3-13100.json b/data/cpu/intel/2023/consumer/core-i3-13100.json index 9a90b3b6..7adb1504 100644 --- a/data/cpu/intel/2023/consumer/core-i3-13100.json +++ b/data/cpu/intel/2023/consumer/core-i3-13100.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 1810, "cinebench_r23_multi": 7000, + "cinebench_2024_single": 103, + "cinebench_2024_multi": null, "geekbench_single": 2450, "geekbench_multi": 7800, + "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": 3536, + "passmark_cpu_mark": 14112, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 134, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/230591/intel-core-i3-processor-13100-12m-cache-up-to-4-50-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake", + "https://www.cpubenchmark.net/cpu.php?id=5170&cpu=Intel+Core+i3-13100", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2023/consumer/core-i3-n305.json b/data/cpu/intel/2023/consumer/core-i3-n305.json index f143846f..b0203f21 100644 --- a/data/cpu/intel/2023/consumer/core-i3-n305.json +++ b/data/cpu/intel/2023/consumer/core-i3-n305.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-4800 / DDR4-3200 / LPDDR5-4800", "cinebench_r23_single": 1050, "cinebench_r23_multi": 5400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1220, "geekbench_multi": 4900, + "cinebench_r15_single": 165, + "cinebench_r15_multi": 829, + "cinebench_r11_5_single": 2.05, + "cinebench_r11_5_multi": 11.0, + "cinebench_r10_single": 5651, + "cinebench_r10_multi": 26169, + "passmark_single": 2054, + "passmark_cpu_mark": 9468, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 193, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/231805/intel-core-i3n305-processor-6m-cache-up-to-3-80-ghz.html", - "https://en.wikipedia.org/wiki/Alder_Lake" + "https://en.wikipedia.org/wiki/Alder_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i3-N305", + "https://technical.city/en/cpu/Core-i3-N305" ] } diff --git a/data/cpu/intel/2023/consumer/core-i5-13400.json b/data/cpu/intel/2023/consumer/core-i5-13400.json index 774a0c52..2080eabc 100644 --- a/data/cpu/intel/2023/consumer/core-i5-13400.json +++ b/data/cpu/intel/2023/consumer/core-i5-13400.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 1820, "cinebench_r23_multi": 14000, + "cinebench_2024_single": 106, + "cinebench_2024_multi": 821, "geekbench_single": 2520, "geekbench_multi": 9200, + "cinebench_r15_single": 257, + "cinebench_r15_multi": 2358, + "cinebench_r11_5_single": 3.1, + "cinebench_r11_5_multi": 27.0, + "cinebench_r10_single": 8721, + "cinebench_r10_multi": 51095, + "passmark_single": 3575, + "passmark_cpu_mark": 23847, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 221, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/230493/intel-core-i5-processor-13400-20m-cache-up-to-4-60-ghz.html", - "https://en.wikipedia.org/wiki/Raptor_Lake" + "https://en.wikipedia.org/wiki/Raptor_Lake", + "https://www.cpubenchmark.net/cpu.php?id=4994&cpu=Intel+Core+i5-13400", + "https://technical.city/en/cpu/Core-i5-13400", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2023/consumer/core-i5-13400f.json b/data/cpu/intel/2023/consumer/core-i5-13400f.json index 3ea437b6..0abbd9cb 100644 --- a/data/cpu/intel/2023/consumer/core-i5-13400f.json +++ b/data/cpu/intel/2023/consumer/core-i5-13400f.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 1850, "cinebench_r23_multi": 18500, + "cinebench_2024_single": 97, + "cinebench_2024_multi": 873, "geekbench_single": 2600, "geekbench_multi": 11500, + "cinebench_r15_single": 252, + "cinebench_r15_multi": 2364, + "cinebench_r11_5_single": 3.06, + "cinebench_r11_5_multi": 27.0, + "cinebench_r10_single": 8689, + "cinebench_r10_multi": 51113, + "passmark_single": 3632, + "passmark_cpu_mark": 24939, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 157, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/230601/intel-core-i5-processor-13400f-20m-cache-up-to-4-60-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-13400F", + "https://technical.city/en/cpu/Core-i5-13400F", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/intel/2023/consumer/core-i5-13500.json b/data/cpu/intel/2023/consumer/core-i5-13500.json index 112c90b0..71bcf1e9 100644 --- a/data/cpu/intel/2023/consumer/core-i5-13500.json +++ b/data/cpu/intel/2023/consumer/core-i5-13500.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 1920, "cinebench_r23_multi": 22500, + "cinebench_2024_single": 112, + "cinebench_2024_multi": 1187, "geekbench_single": 2700, "geekbench_multi": 14000, + "cinebench_r15_single": 256, + "cinebench_r15_multi": 2405, + "cinebench_r11_5_single": 3.11, + "cinebench_r11_5_multi": 28.0, + "cinebench_r10_single": 8875, + "cinebench_r10_multi": 49300, + "passmark_single": 3857, + "passmark_cpu_mark": 30896, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 232, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/230580/intel-core-i5-processor-13500-24m-cache-up-to-4-80-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-13500", + "https://technical.city/en/cpu/Core-i5-13500", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2023/consumer/core-i5-14600k.json b/data/cpu/intel/2023/consumer/core-i5-14600k.json index ca73e001..121cfef6 100644 --- a/data/cpu/intel/2023/consumer/core-i5-14600k.json +++ b/data/cpu/intel/2023/consumer/core-i5-14600k.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600 / DDR4-3200", "cinebench_r23_single": 2070, "cinebench_r23_multi": 24500, + "cinebench_2024_single": 124, + "cinebench_2024_multi": 1388, "geekbench_single": 2850, "geekbench_multi": 14500, + "cinebench_r15_single": 297, + "cinebench_r15_multi": 3640, + "cinebench_r11_5_single": 3.58, + "cinebench_r11_5_multi": 41.0, + "cinebench_r10_single": 11396, + "cinebench_r10_multi": 75358, + "passmark_single": 4267, + "passmark_cpu_mark": 38451, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 319, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/236796/intel-core-i5-processor-14600k-24m-cache-up-to-5-30-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake_Refresh" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake_Refresh", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-14600K", + "https://technical.city/en/cpu/Core-i5-14600K", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/intel/2023/consumer/core-i7-1360p.json b/data/cpu/intel/2023/consumer/core-i7-1360p.json index d6e63b8d..98fcdf1f 100644 --- a/data/cpu/intel/2023/consumer/core-i7-1360p.json +++ b/data/cpu/intel/2023/consumer/core-i7-1360p.json @@ -20,12 +20,29 @@ "memory_support": "LPDDR5-6400 / DDR5-5200", "cinebench_r23_single": 1780, "cinebench_r23_multi": 11000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2050, "geekbench_multi": 9200, + "cinebench_r15_single": 258, + "cinebench_r15_multi": 1858, + "cinebench_r11_5_single": 3.26, + "cinebench_r11_5_multi": 25.0, + "cinebench_r10_single": 10473, + "cinebench_r10_multi": 51246, + "passmark_single": 3420, + "passmark_cpu_mark": 18374, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 482, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Raptor_Lake", - "https://ark.intel.com/content/www/us/en/ark/products/232159/intel-core-i71360p-processor-18m-cache-up-to-5-00-ghz.html" + "https://ark.intel.com/content/www/us/en/ark/products/232159/intel-core-i71360p-processor-18m-cache-up-to-5-00-ghz.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-1360P", + "https://technical.city/en/cpu/Core-i7-1360P" ] } diff --git a/data/cpu/intel/2023/consumer/core-i7-13700.json b/data/cpu/intel/2023/consumer/core-i7-13700.json index a7268029..88f24599 100644 --- a/data/cpu/intel/2023/consumer/core-i7-13700.json +++ b/data/cpu/intel/2023/consumer/core-i7-13700.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600 / DDR4-3200", "cinebench_r23_single": 2050, "cinebench_r23_multi": 29500, + "cinebench_2024_single": 118, + "cinebench_2024_multi": 1398, "geekbench_single": 2850, "geekbench_multi": 17000, + "cinebench_r15_single": 285, + "cinebench_r15_multi": 3692, + "cinebench_r11_5_single": 3.5, + "cinebench_r11_5_multi": 50.0, + "cinebench_r10_single": 10840, + "cinebench_r10_multi": 82724, + "passmark_single": 4094, + "passmark_cpu_mark": 36013, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 384, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/230494/intel-core-i7-processor-13700-30m-cache-up-to-5-20-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake", + "https://www.cpubenchmark.net/cpu.php?id=4992&cpu=Intel+Core+i7-13700", + "https://technical.city/en/cpu/Core-i7-13700", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2023/consumer/core-i7-13700hx.json b/data/cpu/intel/2023/consumer/core-i7-13700hx.json index c7fc0ebb..859da27e 100644 --- a/data/cpu/intel/2023/consumer/core-i7-13700hx.json +++ b/data/cpu/intel/2023/consumer/core-i7-13700hx.json @@ -20,11 +20,29 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 2000, "cinebench_r23_multi": 24000, + "cinebench_2024_single": 114, + "cinebench_2024_multi": 1371, "geekbench_single": 2750, "geekbench_multi": 15500, + "cinebench_r15_single": 272, + "cinebench_r15_multi": 3277, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 8314, + "cinebench_r10_multi": 47482, + "passmark_single": 3799, + "passmark_cpu_mark": 31795, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/232156/intel-core-i7-13700hx-processor-30m-cache-up-to-5-00-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-13700HX", + "https://technical.city/en/cpu/Core-i7-13700HX", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2023/consumer/core-i7-13800h.json b/data/cpu/intel/2023/consumer/core-i7-13800h.json index 68527c44..ae7fabd1 100644 --- a/data/cpu/intel/2023/consumer/core-i7-13800h.json +++ b/data/cpu/intel/2023/consumer/core-i7-13800h.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-5200 / LPDDR5-6400", "cinebench_r23_single": 1830, "cinebench_r23_multi": 18000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2100, "geekbench_multi": 13200, + "cinebench_r15_single": 287, + "cinebench_r15_multi": 2765, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 3529, + "passmark_cpu_mark": 26243, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/232136/intel-core-i7-13800h-processor-24m-cache-up-to-5-20-ghz.html", - "https://en.wikipedia.org/wiki/Raptor_Lake" + "https://en.wikipedia.org/wiki/Raptor_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i7-13800H", + "https://technical.city/en/cpu/Core-i7-13800H" ] } diff --git a/data/cpu/intel/2023/consumer/core-i7-14700k.json b/data/cpu/intel/2023/consumer/core-i7-14700k.json index 703da179..38d4f50f 100644 --- a/data/cpu/intel/2023/consumer/core-i7-14700k.json +++ b/data/cpu/intel/2023/consumer/core-i7-14700k.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600 / DDR4-3200", "cinebench_r23_single": 2150, "cinebench_r23_multi": 35000, + "cinebench_2024_single": 131, + "cinebench_2024_multi": 2021, "geekbench_single": 2950, "geekbench_multi": 18500, + "cinebench_r15_single": 314, + "cinebench_r15_multi": 5035, + "cinebench_r11_5_single": 3.74, + "cinebench_r11_5_multi": 58.0, + "cinebench_r10_single": 11886, + "cinebench_r10_multi": 91124, + "passmark_single": 4458, + "passmark_cpu_mark": 52009, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 409, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/236783/intel-core-i7-processor-14700k-33m-cache-up-to-5-60-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake_Refresh" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake_Refresh", + "https://www.cpubenchmark.net/cpu.php?id=5719&cpu=Intel+Core+i7-14700K", + "https://technical.city/en/cpu/Core-i7-14700K", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/intel/2023/consumer/core-i9-13900.json b/data/cpu/intel/2023/consumer/core-i9-13900.json index 7e098435..e73c0db8 100644 --- a/data/cpu/intel/2023/consumer/core-i9-13900.json +++ b/data/cpu/intel/2023/consumer/core-i9-13900.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-5600 / DDR4-3200", "cinebench_r23_single": 2050, "cinebench_r23_multi": 28000, + "cinebench_2024_single": 121, + "cinebench_2024_multi": 1622, "geekbench_single": 2400, "geekbench_multi": 18500, + "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": 4303, + "passmark_cpu_mark": 44873, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 549, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/230497/intel-core-i9-13900-processor-36m-cache-up-to-5-60-ghz.html", - "https://en.wikipedia.org/wiki/Raptor_Lake" + "https://en.wikipedia.org/wiki/Raptor_Lake", + "https://www.cpubenchmark.net/cpu.php?id=5176&cpu=Intel+Core+i9-13900", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2023/consumer/core-i9-13900h.json b/data/cpu/intel/2023/consumer/core-i9-13900h.json index ccafcb2b..a5bb89cd 100644 --- a/data/cpu/intel/2023/consumer/core-i9-13900h.json +++ b/data/cpu/intel/2023/consumer/core-i9-13900h.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5200 / LPDDR5-6400", "cinebench_r23_single": 1880, "cinebench_r23_multi": 18500, + "cinebench_2024_single": 115, + "cinebench_2024_multi": 951, "geekbench_single": 2150, "geekbench_multi": 13500, + "cinebench_r15_single": 279, + "cinebench_r15_multi": 2667, + "cinebench_r11_5_single": 2.98, + "cinebench_r11_5_multi": 28.0, + "cinebench_r10_single": 9550, + "cinebench_r10_multi": 53904, + "passmark_single": 3706, + "passmark_cpu_mark": 27159, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/232132/intel-core-i9-13900h-processor-24m-cache-up-to-5-40-ghz.html", - "https://en.wikipedia.org/wiki/Raptor_Lake" + "https://en.wikipedia.org/wiki/Raptor_Lake", + "https://www.cpubenchmark.net/cpu.php?id=5210&cpu=Intel+Core+i9-13900H", + "https://technical.city/en/cpu/Core-i9-13900H", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2023/consumer/core-i9-13900ks.json b/data/cpu/intel/2023/consumer/core-i9-13900ks.json index 3a228aec..a81c4ee3 100644 --- a/data/cpu/intel/2023/consumer/core-i9-13900ks.json +++ b/data/cpu/intel/2023/consumer/core-i9-13900ks.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-5600 / DDR4-3200", "cinebench_r23_single": 2280, "cinebench_r23_multi": 40800, + "cinebench_2024_single": 135, + "cinebench_2024_multi": 2156, "geekbench_single": 3050, "geekbench_multi": 20800, + "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": 4715, + "passmark_cpu_mark": 60485, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 699, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/232167/intel-core-i9-processor-13900ks-36m-cache-up-to-6-00-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-13900KS", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/intel/2023/consumer/core-i9-13980hx.json b/data/cpu/intel/2023/consumer/core-i9-13980hx.json index 414167cc..71acf27e 100644 --- a/data/cpu/intel/2023/consumer/core-i9-13980hx.json +++ b/data/cpu/intel/2023/consumer/core-i9-13980hx.json @@ -20,11 +20,29 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 2100, "cinebench_r23_multi": 32000, + "cinebench_2024_single": 117, + "cinebench_2024_multi": 1495, "geekbench_single": 2900, "geekbench_multi": 18000, + "cinebench_r15_single": 305, + "cinebench_r15_multi": 4717, + "cinebench_r11_5_single": 3.73, + "cinebench_r11_5_multi": 56.0, + "cinebench_r10_single": 11940, + "cinebench_r10_multi": 85088, + "passmark_single": 4214, + "passmark_cpu_mark": 45522, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/232171/intel-core-i9-13980hx-processor-36m-cache-up-to-5-60-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-13980HX", + "https://technical.city/en/cpu/Core-i9-13980HX", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2023/consumer/core-i9-14900k.json b/data/cpu/intel/2023/consumer/core-i9-14900k.json index c8403156..fca38c0b 100644 --- a/data/cpu/intel/2023/consumer/core-i9-14900k.json +++ b/data/cpu/intel/2023/consumer/core-i9-14900k.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600 / DDR4-3200", "cinebench_r23_single": 2270, "cinebench_r23_multi": 40500, + "cinebench_2024_single": 139, + "cinebench_2024_multi": 2211, "geekbench_single": 3100, "geekbench_multi": 21000, + "cinebench_r15_single": 325, + "cinebench_r15_multi": 6103, + "cinebench_r11_5_single": 4.02, + "cinebench_r11_5_multi": 72.0, + "cinebench_r10_single": 12643, + "cinebench_r10_multi": 94801, + "passmark_single": 4690, + "passmark_cpu_mark": 58335, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 589, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/236773/intel-core-i9-processor-14900k-36m-cache-up-to-6-00-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake_Refresh" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake_Refresh", + "https://www.cpubenchmark.net/cpu.php?id=5717&cpu=Intel+Core+i9-14900K", + "https://technical.city/en/cpu/Core-i9-14900K", + "https://www.cgdirector.com/cinebench-2024-scores/" ] } diff --git a/data/cpu/intel/2023/consumer/core-ultra-5-135u.json b/data/cpu/intel/2023/consumer/core-ultra-5-135u.json index b210cd5f..4ca1916b 100644 --- a/data/cpu/intel/2023/consumer/core-ultra-5-135u.json +++ b/data/cpu/intel/2023/consumer/core-ultra-5-135u.json @@ -20,12 +20,29 @@ "memory_support": "LPDDR5X-7467 / DDR5-5600", "cinebench_r23_single": 1680, "cinebench_r23_multi": 9000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1900, "geekbench_multi": 9000, + "cinebench_r15_single": 228, + "cinebench_r15_multi": 1634, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 3281, + "passmark_cpu_mark": 16736, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/236570/intel-core-ultra-5-processor-135u.html", - "https://en.wikipedia.org/wiki/Meteor_Lake" + "https://en.wikipedia.org/wiki/Meteor_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+5+135U", + "https://technical.city/en/cpu/Core-Ultra-5-135U" ] } diff --git a/data/cpu/intel/2023/consumer/core-ultra-7-155u.json b/data/cpu/intel/2023/consumer/core-ultra-7-155u.json index 4655d8c5..e7d8d0a7 100644 --- a/data/cpu/intel/2023/consumer/core-ultra-7-155u.json +++ b/data/cpu/intel/2023/consumer/core-ultra-7-155u.json @@ -20,12 +20,30 @@ "memory_support": "LPDDR5X-7467 / DDR5-5600", "cinebench_r23_single": 1750, "cinebench_r23_multi": 9500, + "cinebench_2024_single": 102, + "cinebench_2024_multi": 549, "geekbench_single": 1980, "geekbench_multi": 9500, + "cinebench_r15_single": 235, + "cinebench_r15_multi": 1585, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 3313, + "passmark_cpu_mark": 16191, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/236566/intel-core-ultra-7-processor-155u.html", - "https://en.wikipedia.org/wiki/Meteor_Lake" + "https://en.wikipedia.org/wiki/Meteor_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+7+155U", + "https://technical.city/en/cpu/Core-Ultra-7-155U", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2023/consumer/processor-n100.json b/data/cpu/intel/2023/consumer/processor-n100.json index 1875cbff..f106c321 100644 --- a/data/cpu/intel/2023/consumer/processor-n100.json +++ b/data/cpu/intel/2023/consumer/processor-n100.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-4800 / DDR4-3200 / LPDDR5-4800", "cinebench_r23_single": 950, "cinebench_r23_multi": 2700, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1100, "geekbench_multi": 2700, + "cinebench_r15_single": 148, + "cinebench_r15_multi": 402, + "cinebench_r11_5_single": 1.76, + "cinebench_r11_5_multi": 4.0, + "cinebench_r10_single": 4869, + "cinebench_r10_multi": 11207, + "passmark_single": 1886, + "passmark_cpu_mark": 5327, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 128, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/231803/intel-processor-n100-6m-cache-up-to-3-40-ghz.html", - "https://en.wikipedia.org/wiki/Alder_Lake" + "https://en.wikipedia.org/wiki/Alder_Lake", + "https://www.cpubenchmark.net/cpu.php?id=5157&cpu=Intel+Processor+N100", + "https://technical.city/en/cpu/Processor-N100" ] } diff --git a/data/cpu/intel/2023/consumer/processor-n200.json b/data/cpu/intel/2023/consumer/processor-n200.json index 19e5ddc4..87301c99 100644 --- a/data/cpu/intel/2023/consumer/processor-n200.json +++ b/data/cpu/intel/2023/consumer/processor-n200.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-4800 / DDR4-3200 / LPDDR5-4800", "cinebench_r23_single": 1000, "cinebench_r23_multi": 3000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1180, "geekbench_multi": 3000, + "cinebench_r15_single": 113, + "cinebench_r15_multi": 219, + "cinebench_r11_5_single": 1.36, + "cinebench_r11_5_multi": 3.0, + "cinebench_r10_single": 3937, + "cinebench_r10_multi": 7549, + "passmark_single": 2120, + "passmark_cpu_mark": 5669, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 135, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/231806/intel-processor-n200-6m-cache-up-to-3-70-ghz.html", - "https://en.wikipedia.org/wiki/Alder_Lake" + "https://en.wikipedia.org/wiki/Alder_Lake", + "https://technical.city/en/cpu/Processor-N200", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2023/consumer/processor-n50.json b/data/cpu/intel/2023/consumer/processor-n50.json index 7a6dccc0..163c2ef0 100644 --- a/data/cpu/intel/2023/consumer/processor-n50.json +++ b/data/cpu/intel/2023/consumer/processor-n50.json @@ -20,8 +20,23 @@ "memory_support": "DDR5-4800 / DDR4-3200 / LPDDR5-4800", "cinebench_r23_single": 920, "cinebench_r23_multi": 1400, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1080, "geekbench_multi": 1500, + "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": true, "source_urls": [ diff --git a/data/cpu/intel/2023/consumer/processor-n97.json b/data/cpu/intel/2023/consumer/processor-n97.json index 92081e5b..aaf0918e 100644 --- a/data/cpu/intel/2023/consumer/processor-n97.json +++ b/data/cpu/intel/2023/consumer/processor-n97.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-4800 / DDR4-3200 / LPDDR5-4800", "cinebench_r23_single": 970, "cinebench_r23_multi": 2900, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1150, "geekbench_multi": 2900, + "cinebench_r15_single": 161, + "cinebench_r15_multi": 479, + "cinebench_r11_5_single": 1.94, + "cinebench_r11_5_multi": 6.0, + "cinebench_r10_single": 5445, + "cinebench_r10_multi": 15323, + "passmark_single": 2139, + "passmark_cpu_mark": 5957, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/231807/intel-processor-n97-6m-cache-up-to-3-60-ghz.html", - "https://en.wikipedia.org/wiki/Alder_Lake" + "https://en.wikipedia.org/wiki/Alder_Lake", + "https://technical.city/en/cpu/Processor-N97", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2023/enterprise/xeon-gold-6448h.json b/data/cpu/intel/2023/enterprise/xeon-gold-6448h.json index 6e58d786..df0442fa 100644 --- a/data/cpu/intel/2023/enterprise/xeon-gold-6448h.json +++ b/data/cpu/intel/2023/enterprise/xeon-gold-6448h.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-4800 octa-channel ECC", "cinebench_r23_single": 1450, "cinebench_r23_multi": 45000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1650, "geekbench_multi": 22000, + "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": 3296, + "passmark_cpu_mark": 70280, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 4090, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/231742/intel-xeon-gold-6448h-processor-60m-cache-2-40-ghz.html", - "https://en.wikipedia.org/wiki/Sapphire_Rapids" + "https://en.wikipedia.org/wiki/Sapphire_Rapids", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Gold+6448H" ] } diff --git a/data/cpu/intel/2023/enterprise/xeon-max-9460.json b/data/cpu/intel/2023/enterprise/xeon-max-9460.json index 06e3910a..4789b6e8 100644 --- a/data/cpu/intel/2023/enterprise/xeon-max-9460.json +++ b/data/cpu/intel/2023/enterprise/xeon-max-9460.json @@ -20,8 +20,23 @@ "memory_support": "64GB HBM2e on-package + DDR5-4800 octa-channel ECC", "cinebench_r23_single": 1480, "cinebench_r23_multi": 58000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1680, "geekbench_multi": 27000, + "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": 7995, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/2023/enterprise/xeon-max-9462.json b/data/cpu/intel/2023/enterprise/xeon-max-9462.json index d4b0812a..f3849b6f 100644 --- a/data/cpu/intel/2023/enterprise/xeon-max-9462.json +++ b/data/cpu/intel/2023/enterprise/xeon-max-9462.json @@ -20,12 +20,28 @@ "memory_support": "64GB HBM2e on-package + DDR5-4800 octa-channel ECC", "cinebench_r23_single": 1500, "cinebench_r23_multi": 50000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1700, "geekbench_multi": 24000, + "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": 2575, + "passmark_cpu_mark": 44153, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 7400, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/232590/intel-xeon-cpu-max-9462-processor-75m-cache-2-70-ghz.html", - "https://en.wikipedia.org/wiki/Sapphire_Rapids#Xeon_Max" + "https://en.wikipedia.org/wiki/Sapphire_Rapids#Xeon_Max", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Max+9462&id=7279" ] } diff --git a/data/cpu/intel/2023/enterprise/xeon-max-9468.json b/data/cpu/intel/2023/enterprise/xeon-max-9468.json index 61f218c8..8852ccfd 100644 --- a/data/cpu/intel/2023/enterprise/xeon-max-9468.json +++ b/data/cpu/intel/2023/enterprise/xeon-max-9468.json @@ -20,8 +20,23 @@ "memory_support": "64GB HBM2e on-package + DDR5-4800 octa-channel ECC", "cinebench_r23_single": 1480, "cinebench_r23_multi": 68000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1680, "geekbench_multi": 31000, + "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": 9900, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/2023/enterprise/xeon-max-9470.json b/data/cpu/intel/2023/enterprise/xeon-max-9470.json index 9e7d2ba1..690c5c10 100644 --- a/data/cpu/intel/2023/enterprise/xeon-max-9470.json +++ b/data/cpu/intel/2023/enterprise/xeon-max-9470.json @@ -20,8 +20,23 @@ "memory_support": "64GB HBM2e on-package + DDR5-4800 octa-channel ECC", "cinebench_r23_single": 1480, "cinebench_r23_multi": 73000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1680, "geekbench_multi": 33000, + "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": 11590, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/2023/enterprise/xeon-max-9480.json b/data/cpu/intel/2023/enterprise/xeon-max-9480.json index 06308980..d035b8a9 100644 --- a/data/cpu/intel/2023/enterprise/xeon-max-9480.json +++ b/data/cpu/intel/2023/enterprise/xeon-max-9480.json @@ -20,12 +20,28 @@ "memory_support": "64GB HBM2e on-package + DDR5-4800 octa-channel ECC", "cinebench_r23_single": 1480, "cinebench_r23_multi": 78000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1680, "geekbench_multi": 35000, + "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": 2674, + "passmark_cpu_mark": 82913, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 12980, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/232596/intel-xeon-cpu-max-9480-processor-112-5m-cache-1-90-ghz.html", - "https://en.wikipedia.org/wiki/Sapphire_Rapids#Xeon_Max" + "https://en.wikipedia.org/wiki/Sapphire_Rapids#Xeon_Max", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Max+9480&id=5958" ] } diff --git a/data/cpu/intel/2023/enterprise/xeon-platinum-8480-plus.json b/data/cpu/intel/2023/enterprise/xeon-platinum-8480-plus.json index 4e3e0112..70770df3 100644 --- a/data/cpu/intel/2023/enterprise/xeon-platinum-8480-plus.json +++ b/data/cpu/intel/2023/enterprise/xeon-platinum-8480-plus.json @@ -20,8 +20,23 @@ "memory_support": "DDR5-4800 octa-channel ECC", "cinebench_r23_single": 1500, "cinebench_r23_multi": 80000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1700, "geekbench_multi": 36000, + "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": 10710, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/2023/enterprise/xeon-platinum-8592-plus.json b/data/cpu/intel/2023/enterprise/xeon-platinum-8592-plus.json index 81fcd32d..155a4d04 100644 --- a/data/cpu/intel/2023/enterprise/xeon-platinum-8592-plus.json +++ b/data/cpu/intel/2023/enterprise/xeon-platinum-8592-plus.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-5600 octa-channel ECC", "cinebench_r23_single": 1620, "cinebench_r23_multi": 95000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1820, "geekbench_multi": 42000, + "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": 2411, + "passmark_cpu_mark": 84013, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 11600, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/237281/intel-xeon-platinum-8592-processor-320m-cache-1-90-ghz.html", - "https://en.wikipedia.org/wiki/Emerald_Rapids" + "https://en.wikipedia.org/wiki/Emerald_Rapids", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+Platinum+8592%2B" ] } diff --git a/data/cpu/intel/2023/enterprise/xeon-w9-3475x.json b/data/cpu/intel/2023/enterprise/xeon-w9-3475x.json index d69dc5ea..ea11f14f 100644 --- a/data/cpu/intel/2023/enterprise/xeon-w9-3475x.json +++ b/data/cpu/intel/2023/enterprise/xeon-w9-3475x.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-4800 octa-channel ECC", "cinebench_r23_single": 1830, "cinebench_r23_multi": 55000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2030, "geekbench_multi": 27000, + "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": 3343, + "passmark_cpu_mark": 64602, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 3739, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/233500/intel-xeon-w93475x-processor-82-5m-cache-2-20-ghz.html", - "https://en.wikipedia.org/wiki/Sapphire_Rapids" + "https://en.wikipedia.org/wiki/Sapphire_Rapids", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+w9-3475X" ] } diff --git a/data/cpu/intel/2023/enterprise/xeon-w9-3495x.json b/data/cpu/intel/2023/enterprise/xeon-w9-3495x.json index f2ba416c..49e5935d 100644 --- a/data/cpu/intel/2023/enterprise/xeon-w9-3495x.json +++ b/data/cpu/intel/2023/enterprise/xeon-w9-3495x.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-4800 octa-channel ECC", "cinebench_r23_single": 1850, "cinebench_r23_multi": 82000, + "cinebench_2024_single": 98, + "cinebench_2024_multi": 4083, "geekbench_single": 2050, "geekbench_multi": 38000, + "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": 3430, + "passmark_cpu_mark": 90454, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 5889, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/233502/intel-xeon-w93495x-processor-105m-cache-1-90-ghz.html", - "https://en.wikipedia.org/wiki/Sapphire_Rapids" + "https://en.wikipedia.org/wiki/Sapphire_Rapids", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+w9-3495X", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2024/consumer/core-i3-14100.json b/data/cpu/intel/2024/consumer/core-i3-14100.json index 6d12e625..cf4f0721 100644 --- a/data/cpu/intel/2024/consumer/core-i3-14100.json +++ b/data/cpu/intel/2024/consumer/core-i3-14100.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 1830, "cinebench_r23_multi": 7200, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2500, "geekbench_multi": 8000, + "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": 3762, + "passmark_cpu_mark": 15100, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 134, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/236791/intel-core-i3-processor-14100-12m-cache-up-to-4-70-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake_Refresh" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake_Refresh", + "https://www.cpubenchmark.net/cpu.php?id=5831&cpu=Intel+Core+i3-14100" ] } diff --git a/data/cpu/intel/2024/consumer/core-i5-14400.json b/data/cpu/intel/2024/consumer/core-i5-14400.json index a0b80d9a..a326e587 100644 --- a/data/cpu/intel/2024/consumer/core-i5-14400.json +++ b/data/cpu/intel/2024/consumer/core-i5-14400.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 1850, "cinebench_r23_multi": 14500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2550, "geekbench_multi": 9500, + "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": 3736, + "passmark_cpu_mark": 25123, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 221, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/236787/intel-core-i5-processor-14400-20m-cache-up-to-4-70-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake", + "https://www.cpubenchmark.net/cpu.php?id=5868&cpu=Intel+Core+i5-14400" ] } diff --git a/data/cpu/intel/2024/consumer/core-i5-14400f.json b/data/cpu/intel/2024/consumer/core-i5-14400f.json index cc887d2c..fb5e443d 100644 --- a/data/cpu/intel/2024/consumer/core-i5-14400f.json +++ b/data/cpu/intel/2024/consumer/core-i5-14400f.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 1870, "cinebench_r23_multi": 20000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2600, "geekbench_multi": 12500, + "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": 3703, + "passmark_cpu_mark": 25527, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 157, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/236789/intel-core-i5-processor-14400f-20m-cache-up-to-4-70-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake_Refresh" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake_Refresh", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-14400F" ] } diff --git a/data/cpu/intel/2024/consumer/core-i5-14500.json b/data/cpu/intel/2024/consumer/core-i5-14500.json index 9cad44f0..9833e678 100644 --- a/data/cpu/intel/2024/consumer/core-i5-14500.json +++ b/data/cpu/intel/2024/consumer/core-i5-14500.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 1970, "cinebench_r23_multi": 24000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2750, "geekbench_multi": 14500, + "cinebench_r15_single": 273, + "cinebench_r15_multi": 2435, + "cinebench_r11_5_single": 3.31, + "cinebench_r11_5_multi": 29.0, + "cinebench_r10_single": 9388, + "cinebench_r10_multi": 52699, + "passmark_single": 3951, + "passmark_cpu_mark": 30927, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 232, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/236787/intel-core-i5-processor-14500-24m-cache-up-to-5-00-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake_Refresh" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake_Refresh", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i5-14500", + "https://technical.city/en/cpu/Core-i5-14500" ] } diff --git a/data/cpu/intel/2024/consumer/core-i5-14600.json b/data/cpu/intel/2024/consumer/core-i5-14600.json index b0af2798..6fd6610c 100644 --- a/data/cpu/intel/2024/consumer/core-i5-14600.json +++ b/data/cpu/intel/2024/consumer/core-i5-14600.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-5600 / DDR4-3200", "cinebench_r23_single": 2000, "cinebench_r23_multi": 21000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2350, "geekbench_multi": 14500, + "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": 4170, + "passmark_cpu_mark": 35977, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 255, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/236774/intel-core-i5-14600-processor-24m-cache-up-to-5-20-ghz.html", - "https://en.wikipedia.org/wiki/Raptor_Lake" + "https://en.wikipedia.org/wiki/Raptor_Lake", + "https://www.cpubenchmark.net/cpu.php?id=5865&cpu=Intel+Core+i5-14600" ] } diff --git a/data/cpu/intel/2024/consumer/core-i7-14700.json b/data/cpu/intel/2024/consumer/core-i7-14700.json index 9f05fbd8..b418e175 100644 --- a/data/cpu/intel/2024/consumer/core-i7-14700.json +++ b/data/cpu/intel/2024/consumer/core-i7-14700.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600 / DDR4-3200", "cinebench_r23_single": 2100, "cinebench_r23_multi": 33500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2950, "geekbench_multi": 18500, + "cinebench_r15_single": 299, + "cinebench_r15_multi": 4061, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 4244, + "passmark_cpu_mark": 40566, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 384, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/236784/intel-core-i7-processor-14700-33m-cache-up-to-5-40-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake_Refresh" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake_Refresh", + "https://www.cpubenchmark.net/cpu.php?id=5852&cpu=Intel+Core+i7-14700", + "https://technical.city/en/cpu/Core-i7-14700", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html" ] } diff --git a/data/cpu/intel/2024/consumer/core-i9-14900.json b/data/cpu/intel/2024/consumer/core-i9-14900.json index eeff7689..edacfbf5 100644 --- a/data/cpu/intel/2024/consumer/core-i9-14900.json +++ b/data/cpu/intel/2024/consumer/core-i9-14900.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-5600 / DDR4-3200", "cinebench_r23_single": 2120, "cinebench_r23_multi": 30000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2500, "geekbench_multi": 19500, + "cinebench_r15_single": 315, + "cinebench_r15_multi": 4793, + "cinebench_r11_5_single": 3.8, + "cinebench_r11_5_multi": 57.0, + "cinebench_r10_single": 12284, + "cinebench_r10_multi": 82492, + "passmark_single": 4331, + "passmark_cpu_mark": 44774, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 549, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/236767/intel-core-i9-14900-processor-36m-cache-up-to-5-80-ghz.html", - "https://en.wikipedia.org/wiki/Raptor_Lake" + "https://en.wikipedia.org/wiki/Raptor_Lake", + "https://www.cpubenchmark.net/cpu.php?id=5886&cpu=Intel+Core+i9-14900", + "https://technical.city/en/cpu/Core-i9-14900" ] } diff --git a/data/cpu/intel/2024/consumer/core-i9-14900hx.json b/data/cpu/intel/2024/consumer/core-i9-14900hx.json index 11a11d64..f70b8c2d 100644 --- a/data/cpu/intel/2024/consumer/core-i9-14900hx.json +++ b/data/cpu/intel/2024/consumer/core-i9-14900hx.json @@ -20,11 +20,29 @@ "memory_support": "DDR5-5600 / DDR4-3200", "cinebench_r23_single": 2180, "cinebench_r23_multi": 35000, + "cinebench_2024_single": 129, + "cinebench_2024_multi": 1737, "geekbench_single": 2950, "geekbench_multi": 19000, + "cinebench_r15_single": 311, + "cinebench_r15_multi": 4574, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 11120, + "cinebench_r10_multi": 67898, + "passmark_single": 4186, + "passmark_cpu_mark": 44062, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/236847/intel-core-i9-processor-14900hx-36m-cache-up-to-5-80-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake_Refresh" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake_Refresh", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-14900HX", + "https://technical.city/en/cpu/Core-i9-14900HX", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2024/consumer/core-i9-14900ks.json b/data/cpu/intel/2024/consumer/core-i9-14900ks.json index d9763d61..b3b76b76 100644 --- a/data/cpu/intel/2024/consumer/core-i9-14900ks.json +++ b/data/cpu/intel/2024/consumer/core-i9-14900ks.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-5600 / DDR4-3200", "cinebench_r23_single": 2350, "cinebench_r23_multi": 41500, + "cinebench_2024_single": 144, + "cinebench_2024_multi": 2443, "geekbench_single": 3200, "geekbench_multi": 21500, + "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": 4818, + "passmark_cpu_mark": 60117, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 689, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/237505/intel-core-i9-processor-14900ks-36m-cache-up-to-6-20-ghz.html", - "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake_Refresh" + "https://en.wikipedia.org/wiki/List_of_Intel_processors#Raptor_Lake_Refresh", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+i9-14900KS", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2024/consumer/core-ultra-5-125h.json b/data/cpu/intel/2024/consumer/core-ultra-5-125h.json index 9172fb5b..6384ab73 100644 --- a/data/cpu/intel/2024/consumer/core-ultra-5-125h.json +++ b/data/cpu/intel/2024/consumer/core-ultra-5-125h.json @@ -20,11 +20,29 @@ "memory_support": "LPDDR5X-7467 / DDR5-5600", "cinebench_r23_single": 1800, "cinebench_r23_multi": 14500, + "cinebench_2024_single": 100, + "cinebench_2024_multi": 668, "geekbench_single": 2500, "geekbench_multi": 12000, + "cinebench_r15_single": 241, + "cinebench_r15_multi": 2022, + "cinebench_r11_5_single": 2.94, + "cinebench_r11_5_multi": 27.0, + "cinebench_r10_single": 9266, + "cinebench_r10_multi": 51374, + "passmark_single": 3336, + "passmark_cpu_mark": 20314, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/236847/intel-core-ultra-5-processor-125h-18m-cache-up-to-4-50-ghz.html", - "https://en.wikipedia.org/wiki/Meteor_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Meteor_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+5+125H", + "https://technical.city/en/cpu/Core-Ultra-5-125H", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2024/consumer/core-ultra-5-228v.json b/data/cpu/intel/2024/consumer/core-ultra-5-228v.json index 8f87ffff..8524906d 100644 --- a/data/cpu/intel/2024/consumer/core-ultra-5-228v.json +++ b/data/cpu/intel/2024/consumer/core-ultra-5-228v.json @@ -20,12 +20,30 @@ "memory_support": "LPDDR5X-8533 on-package (16GB or 32GB)", "cinebench_r23_single": 1700, "cinebench_r23_multi": 9000, + "cinebench_2024_single": 113, + "cinebench_2024_multi": null, "geekbench_single": 2500, "geekbench_multi": 11000, + "cinebench_r15_single": 267, + "cinebench_r15_multi": 1503, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 10037, + "cinebench_r10_multi": 41480, + "passmark_single": 3835, + "passmark_cpu_mark": 18265, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/240952/intel-core-ultra-5-228v.html", - "https://en.wikipedia.org/wiki/Lunar_Lake" + "https://en.wikipedia.org/wiki/Lunar_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+5+228V", + "https://technical.city/en/cpu/Core-Ultra-5-228V", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2024/consumer/core-ultra-5-235.json b/data/cpu/intel/2024/consumer/core-ultra-5-235.json index d7c5160e..5335fd21 100644 --- a/data/cpu/intel/2024/consumer/core-ultra-5-235.json +++ b/data/cpu/intel/2024/consumer/core-ultra-5-235.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-6400 / DDR4-3200", "cinebench_r23_single": 2050, "cinebench_r23_multi": 22000, + "cinebench_2024_single": 127, + "cinebench_2024_multi": 1227, "geekbench_single": 2750, "geekbench_multi": 13500, + "cinebench_r15_single": 312, + "cinebench_r15_multi": 3642, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 11400, + "cinebench_r10_multi": 84924, + "passmark_single": 4516, + "passmark_cpu_mark": 40034, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 309, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/240251/intel-core-ultra-5-processor-235-24m-cache-up-to-5-00-ghz.html", - "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?id=6526&cpu=Intel+Core+Ultra+5+235", + "https://technical.city/en/cpu/Core-Ultra-5-235", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2024/consumer/core-ultra-5-245k.json b/data/cpu/intel/2024/consumer/core-ultra-5-245k.json index b025c7fe..8df60d4c 100644 --- a/data/cpu/intel/2024/consumer/core-ultra-5-245k.json +++ b/data/cpu/intel/2024/consumer/core-ultra-5-245k.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-6400", "cinebench_r23_single": 1980, "cinebench_r23_multi": 22000, + "cinebench_2024_single": 136, + "cinebench_2024_multi": 1526, "geekbench_single": 2820, "geekbench_multi": 13000, + "cinebench_r15_single": 322, + "cinebench_r15_multi": 3850, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 11681, + "cinebench_r10_multi": 91572, + "passmark_single": 4716, + "passmark_cpu_mark": 43144, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 309, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/241613/intel-core-ultra-5-processor-245k-24m-cache-up-to-5-20-ghz.html", - "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?id=6324&cpu=Intel+Core+Ultra+5+245K", + "https://technical.city/en/cpu/Core-Ultra-5-245K", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2024/consumer/core-ultra-5-245kf.json b/data/cpu/intel/2024/consumer/core-ultra-5-245kf.json index 571a5685..334625eb 100644 --- a/data/cpu/intel/2024/consumer/core-ultra-5-245kf.json +++ b/data/cpu/intel/2024/consumer/core-ultra-5-245kf.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-6400", "cinebench_r23_single": 1980, "cinebench_r23_multi": 22000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2820, "geekbench_multi": 14500, + "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": 4720, + "passmark_cpu_mark": 43177, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 294, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/241078/intel-core-ultra-5-processor-245kf.html", - "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+5+245KF" ] } diff --git a/data/cpu/intel/2024/consumer/core-ultra-7-155h.json b/data/cpu/intel/2024/consumer/core-ultra-7-155h.json index 361b0149..cdd59330 100644 --- a/data/cpu/intel/2024/consumer/core-ultra-7-155h.json +++ b/data/cpu/intel/2024/consumer/core-ultra-7-155h.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600 / LPDDR5x-7467", "cinebench_r23_single": 1750, "cinebench_r23_multi": 15500, + "cinebench_2024_single": 100, + "cinebench_2024_multi": 802, "geekbench_single": 2500, "geekbench_multi": 12000, + "cinebench_r15_single": 255, + "cinebench_r15_multi": 2450, + "cinebench_r11_5_single": 3.07, + "cinebench_r11_5_multi": 30.0, + "cinebench_r10_single": 9620, + "cinebench_r10_multi": 57550, + "passmark_single": 3421, + "passmark_cpu_mark": 24591, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 394, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/236848/intel-core-ultra-7-processor-155h-24m-cache-up-to-4-80-ghz.html", - "https://en.wikipedia.org/wiki/Meteor_Lake" + "https://en.wikipedia.org/wiki/Meteor_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+7+155H", + "https://technical.city/en/cpu/Core-Ultra-7-155H", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2024/consumer/core-ultra-7-165h.json b/data/cpu/intel/2024/consumer/core-ultra-7-165h.json index 4bc70c40..74d4260f 100644 --- a/data/cpu/intel/2024/consumer/core-ultra-7-165h.json +++ b/data/cpu/intel/2024/consumer/core-ultra-7-165h.json @@ -20,11 +20,29 @@ "memory_support": "LPDDR5X-7467 / DDR5-5600", "cinebench_r23_single": 1880, "cinebench_r23_multi": 17500, + "cinebench_2024_single": 106, + "cinebench_2024_multi": 947, "geekbench_single": 2600, "geekbench_multi": 14000, + "cinebench_r15_single": 257, + "cinebench_r15_multi": 2641, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 3478, + "passmark_cpu_mark": 25850, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/236840/intel-core-ultra-7-processor-165h-24m-cache-up-to-5-00-ghz.html", - "https://en.wikipedia.org/wiki/Meteor_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Meteor_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+7+165H", + "https://technical.city/en/cpu/Core-Ultra-7-165H", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2024/consumer/core-ultra-7-258v.json b/data/cpu/intel/2024/consumer/core-ultra-7-258v.json index 6204d9f8..1588c192 100644 --- a/data/cpu/intel/2024/consumer/core-ultra-7-258v.json +++ b/data/cpu/intel/2024/consumer/core-ultra-7-258v.json @@ -20,11 +20,29 @@ "memory_support": "LPDDR5X-8533", "cinebench_r23_single": 1950, "cinebench_r23_multi": 11000, + "cinebench_2024_single": 122, + "cinebench_2024_multi": 636, "geekbench_single": 2800, "geekbench_multi": 10500, + "cinebench_r15_single": 285, + "cinebench_r15_multi": 1597, + "cinebench_r11_5_single": 3.36, + "cinebench_r11_5_multi": 20.0, + "cinebench_r10_single": 9982, + "cinebench_r10_multi": 36479, + "passmark_single": 4030, + "passmark_cpu_mark": 18927, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/240949/intel-core-ultra-7-processor-258v-12m-cache-up-to-4-80-ghz.html", - "https://en.wikipedia.org/wiki/Lunar_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Lunar_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+7+258V", + "https://technical.city/en/cpu/Core-Ultra-7-258V", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2024/consumer/core-ultra-7-265f.json b/data/cpu/intel/2024/consumer/core-ultra-7-265f.json index 1f4b6111..ff519a78 100644 --- a/data/cpu/intel/2024/consumer/core-ultra-7-265f.json +++ b/data/cpu/intel/2024/consumer/core-ultra-7-265f.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-6400 / DDR4-3200", "cinebench_r23_single": 2180, "cinebench_r23_multi": 30000, + "cinebench_2024_single": 130, + "cinebench_2024_multi": 1503, "geekbench_single": 2900, "geekbench_multi": 16500, + "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": 4753, + "passmark_cpu_mark": 49523, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 394, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/240253/intel-core-ultra-7-processor-265f-30m-cache-up-to-5-30-ghz.html", - "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+7+265F", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2024/consumer/core-ultra-7-265k.json b/data/cpu/intel/2024/consumer/core-ultra-7-265k.json index bc3e42ae..bf1d9cdf 100644 --- a/data/cpu/intel/2024/consumer/core-ultra-7-265k.json +++ b/data/cpu/intel/2024/consumer/core-ultra-7-265k.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-6400", "cinebench_r23_single": 2050, "cinebench_r23_multi": 29000, + "cinebench_2024_single": 137, + "cinebench_2024_multi": 2025, "geekbench_single": 2920, "geekbench_multi": 16500, + "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": 4929, + "passmark_cpu_mark": 58679, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 394, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/241612/intel-core-ultra-7-processor-265k-30m-cache-up-to-5-50-ghz.html", - "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+7+265K", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2024/consumer/core-ultra-7-268v.json b/data/cpu/intel/2024/consumer/core-ultra-7-268v.json index 30baa4f5..990fa2c0 100644 --- a/data/cpu/intel/2024/consumer/core-ultra-7-268v.json +++ b/data/cpu/intel/2024/consumer/core-ultra-7-268v.json @@ -20,12 +20,31 @@ "memory_support": "LPDDR5X-8533 on-package (32GB)", "cinebench_r23_single": 1850, "cinebench_r23_multi": 9500, + "cinebench_2024_single": 124, + "cinebench_2024_multi": null, "geekbench_single": 2750, "geekbench_multi": 11500, + "cinebench_r15_single": 293, + "cinebench_r15_multi": 1616, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 4078, + "passmark_cpu_mark": 19419, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/240949/intel-core-ultra-7-268v.html", - "https://en.wikipedia.org/wiki/Lunar_Lake" + "https://en.wikipedia.org/wiki/Lunar_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+7+268V", + "https://technical.city/en/cpu/Core-Ultra-7-268V", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2024/consumer/core-ultra-9-185h.json b/data/cpu/intel/2024/consumer/core-ultra-9-185h.json index 95cad18c..d68156c8 100644 --- a/data/cpu/intel/2024/consumer/core-ultra-9-185h.json +++ b/data/cpu/intel/2024/consumer/core-ultra-9-185h.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600 / LPDDR5x-7467", "cinebench_r23_single": 1900, "cinebench_r23_multi": 17000, + "cinebench_2024_single": 103, + "cinebench_2024_multi": 1046, "geekbench_single": 2700, "geekbench_multi": 13000, + "cinebench_r15_single": 266, + "cinebench_r15_multi": 2831, + "cinebench_r11_5_single": 3.19, + "cinebench_r11_5_multi": 35.0, + "cinebench_r10_single": 9767, + "cinebench_r10_multi": 61959, + "passmark_single": 3668, + "passmark_cpu_mark": 29128, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 583, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/236847/intel-core-ultra-9-processor-185h-24m-cache-up-to-5-10-ghz.html", - "https://en.wikipedia.org/wiki/Meteor_Lake" + "https://en.wikipedia.org/wiki/Meteor_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+9+185H", + "https://technical.city/en/cpu/Core-Ultra-9-185H", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2024/consumer/core-ultra-9-285.json b/data/cpu/intel/2024/consumer/core-ultra-9-285.json index 02741b6b..cbe4ce3a 100644 --- a/data/cpu/intel/2024/consumer/core-ultra-9-285.json +++ b/data/cpu/intel/2024/consumer/core-ultra-9-285.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-6400 / DDR4-3200", "cinebench_r23_single": 2250, "cinebench_r23_multi": 36000, + "cinebench_2024_single": 133, + "cinebench_2024_multi": 1979, "geekbench_single": 3000, "geekbench_multi": 19000, + "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": 4903, + "passmark_cpu_mark": 57562, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 589, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/240254/intel-core-ultra-9-processor-285-36m-cache-up-to-5-60-ghz.html", - "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?id=6443&cpu=Intel+Core+Ultra+9+285", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2024/consumer/core-ultra-9-285k.json b/data/cpu/intel/2024/consumer/core-ultra-9-285k.json index 96533e39..7e49732f 100644 --- a/data/cpu/intel/2024/consumer/core-ultra-9-285k.json +++ b/data/cpu/intel/2024/consumer/core-ultra-9-285k.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-6400", "cinebench_r23_single": 2100, "cinebench_r23_multi": 35000, + "cinebench_2024_single": 142, + "cinebench_2024_multi": 2357, "geekbench_single": 3000, "geekbench_multi": 19000, + "cinebench_r15_single": 358, + "cinebench_r15_multi": 6451, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 12522, + "cinebench_r10_multi": 102886, + "passmark_single": 5087, + "passmark_cpu_mark": 67277, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 589, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/241609/intel-core-ultra-9-processor-285k-36m-cache-up-to-5-70-ghz.html", - "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+9+285K", + "https://technical.city/en/cpu/Core-Ultra-9-285K", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2024/consumer/core-ultra-9-285kf.json b/data/cpu/intel/2024/consumer/core-ultra-9-285kf.json index b9532fbe..e933c4ce 100644 --- a/data/cpu/intel/2024/consumer/core-ultra-9-285kf.json +++ b/data/cpu/intel/2024/consumer/core-ultra-9-285kf.json @@ -20,8 +20,23 @@ "memory_support": "DDR5-6400", "cinebench_r23_single": 2100, "cinebench_r23_multi": 35000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 3000, "geekbench_multi": 19000, + "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": 569, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/2024/consumer/core-ultra-9-288v.json b/data/cpu/intel/2024/consumer/core-ultra-9-288v.json index fbedb9e1..e8e62a4b 100644 --- a/data/cpu/intel/2024/consumer/core-ultra-9-288v.json +++ b/data/cpu/intel/2024/consumer/core-ultra-9-288v.json @@ -20,11 +20,29 @@ "memory_support": "LPDDR5X-8533", "cinebench_r23_single": 2050, "cinebench_r23_multi": 11500, + "cinebench_2024_single": 128, + "cinebench_2024_multi": 628, "geekbench_single": 2900, "geekbench_multi": 11000, + "cinebench_r15_single": 302, + "cinebench_r15_multi": 1583, + "cinebench_r11_5_single": 3.56, + "cinebench_r11_5_multi": 20.0, + "cinebench_r10_single": 10697, + "cinebench_r10_multi": 45377, + "passmark_single": 4292, + "passmark_cpu_mark": 19875, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/240950/intel-core-ultra-9-processor-288v-12m-cache-up-to-5-10-ghz.html", - "https://en.wikipedia.org/wiki/Lunar_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Lunar_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+9+288V", + "https://technical.city/en/cpu/Core-Ultra-9-288V", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2024/enterprise/xeon-6780e.json b/data/cpu/intel/2024/enterprise/xeon-6780e.json index dfc4aac7..2b31435a 100644 --- a/data/cpu/intel/2024/enterprise/xeon-6780e.json +++ b/data/cpu/intel/2024/enterprise/xeon-6780e.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-6400 octa-channel ECC", "cinebench_r23_single": 1100, "cinebench_r23_multi": 145000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1300, "geekbench_multi": 55000, + "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": 1923, + "passmark_cpu_mark": 86734, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 11350, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/237277/intel-xeon-6780e-processor-108m-cache-2-20-ghz.html", - "https://en.wikipedia.org/wiki/Sierra_Forest" + "https://en.wikipedia.org/wiki/Sierra_Forest", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+6780E" ] } diff --git a/data/cpu/intel/2024/enterprise/xeon-6960p.json b/data/cpu/intel/2024/enterprise/xeon-6960p.json index 8751367e..b4bf6f47 100644 --- a/data/cpu/intel/2024/enterprise/xeon-6960p.json +++ b/data/cpu/intel/2024/enterprise/xeon-6960p.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-6400 / MRDIMM-8800 12-channel ECC", "cinebench_r23_single": 1800, "cinebench_r23_multi": 145000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2050, "geekbench_multi": 60000, + "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": 3287, + "passmark_cpu_mark": 130659, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 13750, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/240776/intel-xeon-6960p-processor-432m-cache-2-70-ghz.html", - "https://en.wikipedia.org/wiki/Granite_Rapids" + "https://en.wikipedia.org/wiki/Granite_Rapids", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+6960P" ] } diff --git a/data/cpu/intel/2024/enterprise/xeon-6980p.json b/data/cpu/intel/2024/enterprise/xeon-6980p.json index c41753f7..189e716c 100644 --- a/data/cpu/intel/2024/enterprise/xeon-6980p.json +++ b/data/cpu/intel/2024/enterprise/xeon-6980p.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-6400 / MRDIMM-8800 12-channel ECC", "cinebench_r23_single": 1800, "cinebench_r23_multi": 195000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2050, "geekbench_multi": 75000, + "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": 1681, + "passmark_cpu_mark": 74324, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 17800, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/240777/intel-xeon-6980p-processor-504m-cache-2-00-ghz.html", - "https://en.wikipedia.org/wiki/Granite_Rapids" + "https://en.wikipedia.org/wiki/Granite_Rapids", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+6980P" ] } diff --git a/data/cpu/intel/2025/consumer/core-ultra-5-225.json b/data/cpu/intel/2025/consumer/core-ultra-5-225.json index 25ad7690..3c955113 100644 --- a/data/cpu/intel/2025/consumer/core-ultra-5-225.json +++ b/data/cpu/intel/2025/consumer/core-ultra-5-225.json @@ -20,12 +20,29 @@ "memory_support": "DDR5-6400", "cinebench_r23_single": 1900, "cinebench_r23_multi": 14500, + "cinebench_2024_single": 125, + "cinebench_2024_multi": 940, "geekbench_single": 2750, "geekbench_multi": 10800, + "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": 4417, + "passmark_cpu_mark": 30411, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 255, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/241080/intel-core-ultra-5-processor-225.html", - "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?id=6469&cpu=Intel+Core+Ultra+5+225", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2025/consumer/core-ultra-5-225f.json b/data/cpu/intel/2025/consumer/core-ultra-5-225f.json index 70d0ee6c..105ba6d5 100644 --- a/data/cpu/intel/2025/consumer/core-ultra-5-225f.json +++ b/data/cpu/intel/2025/consumer/core-ultra-5-225f.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-6400", "cinebench_r23_single": 1900, "cinebench_r23_multi": 14500, + "cinebench_2024_single": 119, + "cinebench_2024_multi": 931, "geekbench_single": 2750, "geekbench_multi": 10800, + "cinebench_r15_single": 287, + "cinebench_r15_multi": 2660, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 11133, + "cinebench_r10_multi": 71536, + "passmark_single": 4396, + "passmark_cpu_mark": 31049, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 240, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/241079/intel-core-ultra-5-processor-225f.html", - "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+5+225F", + "https://technical.city/en/cpu/Core-Ultra-5-225F", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2025/consumer/core-ultra-5-225h.json b/data/cpu/intel/2025/consumer/core-ultra-5-225h.json index ea47d484..1dd6af28 100644 --- a/data/cpu/intel/2025/consumer/core-ultra-5-225h.json +++ b/data/cpu/intel/2025/consumer/core-ultra-5-225h.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600 / LPDDR5X-7467", "cinebench_r23_single": 1820, "cinebench_r23_multi": 15500, + "cinebench_2024_single": 109, + "cinebench_2024_multi": 821, "geekbench_single": 2080, "geekbench_multi": 12500, + "cinebench_r15_single": 296, + "cinebench_r15_multi": 2626, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 10817, + "cinebench_r10_multi": 60850, + "passmark_single": 4263, + "passmark_cpu_mark": 28339, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/240960/intel-core-ultra-5-225h.html", - "https://en.wikipedia.org/wiki/Meteor_Lake" + "https://en.wikipedia.org/wiki/Meteor_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+5+225H", + "https://technical.city/en/cpu/Core-Ultra-5-225H", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2025/consumer/core-ultra-5-235k.json b/data/cpu/intel/2025/consumer/core-ultra-5-235k.json index 86de8790..a2292e9f 100644 --- a/data/cpu/intel/2025/consumer/core-ultra-5-235k.json +++ b/data/cpu/intel/2025/consumer/core-ultra-5-235k.json @@ -20,8 +20,23 @@ "memory_support": "DDR5-6400", "cinebench_r23_single": 2000, "cinebench_r23_multi": 22500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2850, "geekbench_multi": 15000, + "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": 299, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/2025/consumer/core-ultra-7-255h.json b/data/cpu/intel/2025/consumer/core-ultra-7-255h.json index a5783a67..ca283a21 100644 --- a/data/cpu/intel/2025/consumer/core-ultra-7-255h.json +++ b/data/cpu/intel/2025/consumer/core-ultra-7-255h.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-5600 / LPDDR5X-7467", "cinebench_r23_single": 1900, "cinebench_r23_multi": 19500, + "cinebench_2024_single": 115, + "cinebench_2024_multi": 1102, "geekbench_single": 2150, "geekbench_multi": 14500, + "cinebench_r15_single": 307, + "cinebench_r15_multi": 2835, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 11500, + "cinebench_r10_multi": 65269, + "passmark_single": 4315, + "passmark_cpu_mark": 30712, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/240958/intel-core-ultra-7-255h.html", - "https://en.wikipedia.org/wiki/Meteor_Lake" + "https://en.wikipedia.org/wiki/Meteor_Lake", + "https://www.cpubenchmark.net/cpu.php?id=6471&cpu=Intel+Core+Ultra+7+255H", + "https://technical.city/en/cpu/Core-Ultra-7-255H", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2025/consumer/core-ultra-7-265kf.json b/data/cpu/intel/2025/consumer/core-ultra-7-265kf.json index 68821c38..36a8b1e1 100644 --- a/data/cpu/intel/2025/consumer/core-ultra-7-265kf.json +++ b/data/cpu/intel/2025/consumer/core-ultra-7-265kf.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-6400", "cinebench_r23_single": 2050, "cinebench_r23_multi": 26500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2880, "geekbench_multi": 16500, + "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": 4927, + "passmark_cpu_mark": 58558, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 379, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/241075/intel-core-ultra-7-processor-265kf.html", - "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+7+265KF" ] } diff --git a/data/cpu/intel/2025/consumer/core-ultra-9-275hx.json b/data/cpu/intel/2025/consumer/core-ultra-9-275hx.json index 35b5a79e..3105877f 100644 --- a/data/cpu/intel/2025/consumer/core-ultra-9-275hx.json +++ b/data/cpu/intel/2025/consumer/core-ultra-9-275hx.json @@ -20,11 +20,29 @@ "memory_support": "DDR5-5600 / LPDDR5X-7467", "cinebench_r23_single": 2180, "cinebench_r23_multi": 34000, + "cinebench_2024_single": 131, + "cinebench_2024_multi": 1768, "geekbench_single": 2950, "geekbench_multi": 18500, + "cinebench_r15_single": 334, + "cinebench_r15_multi": 5620, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 12237, + "cinebench_r10_multi": 94497, + "passmark_single": 4720, + "passmark_cpu_mark": 55879, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/242800/intel-core-ultra-9-processor-275hx-36m-cache-up-to-5-40-ghz.html", - "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+9+275HX", + "https://technical.city/en/cpu/Core-Ultra-9-275HX", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2025/consumer/core-ultra-9-285hx.json b/data/cpu/intel/2025/consumer/core-ultra-9-285hx.json index b0ef8ea8..7f8c091f 100644 --- a/data/cpu/intel/2025/consumer/core-ultra-9-285hx.json +++ b/data/cpu/intel/2025/consumer/core-ultra-9-285hx.json @@ -20,12 +20,30 @@ "memory_support": "DDR5-6400 / LPDDR5X-6400", "cinebench_r23_single": 2080, "cinebench_r23_multi": 32500, + "cinebench_2024_single": 126, + "cinebench_2024_multi": 2241, "geekbench_single": 2950, "geekbench_multi": 22000, + "cinebench_r15_single": 324, + "cinebench_r15_multi": 5657, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 12496, + "cinebench_r10_multi": 99662, + "passmark_single": 4626, + "passmark_cpu_mark": 57264, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://ark.intel.com/content/www/us/en/ark/products/240953/intel-core-ultra-9-285hx.html", - "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)" + "https://en.wikipedia.org/wiki/Arrow_Lake_(microprocessor)", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+9+285HX", + "https://technical.city/en/cpu/Core-Ultra-9-285HX", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2025/enterprise/xeon-w9-3595x.json b/data/cpu/intel/2025/enterprise/xeon-w9-3595x.json index 7724ed52..5f3f8ac0 100644 --- a/data/cpu/intel/2025/enterprise/xeon-w9-3595x.json +++ b/data/cpu/intel/2025/enterprise/xeon-w9-3595x.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-5600 octa-channel ECC", "cinebench_r23_single": 1900, "cinebench_r23_multi": 92000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2150, "geekbench_multi": 42000, + "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": 3706, + "passmark_cpu_mark": 98476, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 6800, "verified": true, "source_urls": [ "https://www.intel.com/content/www/us/en/products/details/processors/xeon-w.html", - "https://en.wikipedia.org/wiki/Emerald_Rapids" + "https://en.wikipedia.org/wiki/Emerald_Rapids", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+w9-3595X" ] } diff --git a/data/cpu/intel/2026/consumer/core-ultra-5-318h.json b/data/cpu/intel/2026/consumer/core-ultra-5-318h.json index b894603e..eb698da9 100644 --- a/data/cpu/intel/2026/consumer/core-ultra-5-318h.json +++ b/data/cpu/intel/2026/consumer/core-ultra-5-318h.json @@ -20,8 +20,23 @@ "memory_support": "LPDDR5X-8533", "cinebench_r23_single": 2050, "cinebench_r23_multi": 12500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2800, "geekbench_multi": 11000, + "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": true, "source_urls": [ diff --git a/data/cpu/intel/2026/consumer/core-ultra-5-338h.json b/data/cpu/intel/2026/consumer/core-ultra-5-338h.json index a6072248..7f2e12f5 100644 --- a/data/cpu/intel/2026/consumer/core-ultra-5-338h.json +++ b/data/cpu/intel/2026/consumer/core-ultra-5-338h.json @@ -20,12 +20,30 @@ "memory_support": "LPDDR5X-8533", "cinebench_r23_single": 2200, "cinebench_r23_multi": 16500, + "cinebench_2024_single": 123, + "cinebench_2024_multi": 1000, "geekbench_single": 2950, "geekbench_multi": 14500, + "cinebench_r15_single": 305, + "cinebench_r15_multi": 2504, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": 10751, + "cinebench_r10_multi": 62550, + "passmark_single": 4213, + "passmark_cpu_mark": 28763, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.intel.com/content/www/us/en/products/processors/core-ultra/processors-series-3.html", - "https://en.wikipedia.org/wiki/Panther_Lake" + "https://en.wikipedia.org/wiki/Panther_Lake", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Core+Ultra+5+338H", + "https://technical.city/en/cpu/Core-Ultra-5-338H", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/intel/2026/consumer/core-ultra-7-358h.json b/data/cpu/intel/2026/consumer/core-ultra-7-358h.json index 440a3841..341e5aab 100644 --- a/data/cpu/intel/2026/consumer/core-ultra-7-358h.json +++ b/data/cpu/intel/2026/consumer/core-ultra-7-358h.json @@ -20,8 +20,23 @@ "memory_support": "LPDDR5X-8533", "cinebench_r23_single": 2320, "cinebench_r23_multi": 22500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 3100, "geekbench_multi": 19500, + "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": true, "source_urls": [ diff --git a/data/cpu/intel/2026/consumer/core-ultra-7-358hx.json b/data/cpu/intel/2026/consumer/core-ultra-7-358hx.json index 87ce67e0..8e6886ce 100644 --- a/data/cpu/intel/2026/consumer/core-ultra-7-358hx.json +++ b/data/cpu/intel/2026/consumer/core-ultra-7-358hx.json @@ -20,8 +20,23 @@ "memory_support": "DDR5-6400 / LPDDR5X-8533", "cinebench_r23_single": 2380, "cinebench_r23_multi": 26500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 3150, "geekbench_multi": 22500, + "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": true, "source_urls": [ diff --git a/data/cpu/intel/2026/consumer/core-ultra-9-388h.json b/data/cpu/intel/2026/consumer/core-ultra-9-388h.json index 3f711b06..a996d8ec 100644 --- a/data/cpu/intel/2026/consumer/core-ultra-9-388h.json +++ b/data/cpu/intel/2026/consumer/core-ultra-9-388h.json @@ -20,8 +20,23 @@ "memory_support": "LPDDR5X-8533", "cinebench_r23_single": 2400, "cinebench_r23_multi": 24000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 3200, "geekbench_multi": 21000, + "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": true, "source_urls": [ diff --git a/data/cpu/intel/2026/enterprise/xeon-6781e.json b/data/cpu/intel/2026/enterprise/xeon-6781e.json index 48a96620..c3ebbcb0 100644 --- a/data/cpu/intel/2026/enterprise/xeon-6781e.json +++ b/data/cpu/intel/2026/enterprise/xeon-6781e.json @@ -20,8 +20,23 @@ "memory_support": "DDR5-6400 12-channel ECC", "cinebench_r23_single": 1350, "cinebench_r23_multi": 290000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1600, "geekbench_multi": 120000, + "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": 17800, "verified": true, "source_urls": [ diff --git a/data/cpu/intel/2026/enterprise/xeon-6781p.json b/data/cpu/intel/2026/enterprise/xeon-6781p.json index 0b69741d..ca6c3fe8 100644 --- a/data/cpu/intel/2026/enterprise/xeon-6781p.json +++ b/data/cpu/intel/2026/enterprise/xeon-6781p.json @@ -20,12 +20,28 @@ "memory_support": "DDR5-6400 / MRDIMM-8800 12-channel ECC", "cinebench_r23_single": 1850, "cinebench_r23_multi": 220000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 2080, "geekbench_multi": 82000, + "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": 3152, + "passmark_cpu_mark": 117946, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": 19500, "verified": true, "source_urls": [ "https://www.intel.com/content/www/us/en/products/details/processors/xeon/6.html", - "https://en.wikipedia.org/wiki/Granite_Rapids" + "https://en.wikipedia.org/wiki/Granite_Rapids", + "https://www.cpubenchmark.net/cpu.php?cpu=Intel+Xeon+6781P" ] } diff --git a/data/cpu/loongson/2023/consumer/loongson-3a6000.json b/data/cpu/loongson/2023/consumer/loongson-3a6000.json index c57c9925..d848faea 100644 --- a/data/cpu/loongson/2023/consumer/loongson-3a6000.json +++ b/data/cpu/loongson/2023/consumer/loongson-3a6000.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-3200 dual-channel", "cinebench_r23_single": 950, "cinebench_r23_multi": 3800, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1150, "geekbench_multi": 3700, + "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": 720, + "passmark_cpu_mark": 1423, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Loongson", - "https://www.loongson.cn/EN/product/cpu_3a6000.html" + "https://www.loongson.cn/EN/product/cpu_3a6000.html", + "https://www.cpubenchmark.net/cpu.php?cpu=Loongson-3A6000&id=6975" ] } diff --git a/data/cpu/microsoft/2024/enterprise/cobalt-100.json b/data/cpu/microsoft/2024/enterprise/cobalt-100.json index aff43dfd..7c3d2f8a 100644 --- a/data/cpu/microsoft/2024/enterprise/cobalt-100.json +++ b/data/cpu/microsoft/2024/enterprise/cobalt-100.json @@ -20,8 +20,23 @@ "memory_support": "DDR5-4800 12-channel ECC", "cinebench_r23_single": 1300, "cinebench_r23_multi": 130000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1650, "geekbench_multi": 60000, + "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": true, "source_urls": [ diff --git a/data/cpu/motorola/1992/consumer/powerpc-601.json b/data/cpu/motorola/1992/consumer/powerpc-601.json index 062b0154..fa97007e 100644 --- a/data/cpu/motorola/1992/consumer/powerpc-601.json +++ b/data/cpu/motorola/1992/consumer/powerpc-601.json @@ -20,8 +20,23 @@ "memory_support": "FPM RAM", "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": true, "source_urls": [ diff --git a/data/cpu/motorola/1994/consumer/powerpc-603.json b/data/cpu/motorola/1994/consumer/powerpc-603.json index 59b551be..67c7f07d 100644 --- a/data/cpu/motorola/1994/consumer/powerpc-603.json +++ b/data/cpu/motorola/1994/consumer/powerpc-603.json @@ -20,8 +20,23 @@ "memory_support": "FPM/EDO RAM", "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": true, "source_urls": [ diff --git a/data/cpu/motorola/1994/consumer/powerpc-604.json b/data/cpu/motorola/1994/consumer/powerpc-604.json index b288abd3..8f7228dc 100644 --- a/data/cpu/motorola/1994/consumer/powerpc-604.json +++ b/data/cpu/motorola/1994/consumer/powerpc-604.json @@ -20,8 +20,23 @@ "memory_support": "FPM/EDO RAM", "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": true, "source_urls": [ diff --git a/data/cpu/motorola/1995/consumer/powerpc-603e.json b/data/cpu/motorola/1995/consumer/powerpc-603e.json index ccd697fa..93b1b7d2 100644 --- a/data/cpu/motorola/1995/consumer/powerpc-603e.json +++ b/data/cpu/motorola/1995/consumer/powerpc-603e.json @@ -20,8 +20,23 @@ "memory_support": "EDO RAM", "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": true, "source_urls": [ diff --git a/data/cpu/motorola/1996/consumer/powerpc-604e.json b/data/cpu/motorola/1996/consumer/powerpc-604e.json index 2eff80c6..3d2c4b10 100644 --- a/data/cpu/motorola/1996/consumer/powerpc-604e.json +++ b/data/cpu/motorola/1996/consumer/powerpc-604e.json @@ -20,8 +20,23 @@ "memory_support": "EDO RAM / SDRAM PC66", "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": true, "source_urls": [ diff --git a/data/cpu/motorola/1999/consumer/powerpc-7400-g4.json b/data/cpu/motorola/1999/consumer/powerpc-7400-g4.json index eed1940d..0e1af25a 100644 --- a/data/cpu/motorola/1999/consumer/powerpc-7400-g4.json +++ b/data/cpu/motorola/1999/consumer/powerpc-7400-g4.json @@ -20,8 +20,23 @@ "memory_support": "SDRAM PC100", "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": true, "source_urls": [ diff --git a/data/cpu/motorola/2001/consumer/powerpc-7450-g4.json b/data/cpu/motorola/2001/consumer/powerpc-7450-g4.json index 81e29e72..aa9f2fd8 100644 --- a/data/cpu/motorola/2001/consumer/powerpc-7450-g4.json +++ b/data/cpu/motorola/2001/consumer/powerpc-7450-g4.json @@ -20,8 +20,23 @@ "memory_support": "SDRAM PC133", "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": true, "source_urls": [ diff --git a/data/cpu/motorola/2002/consumer/powerpc-7455-g4.json b/data/cpu/motorola/2002/consumer/powerpc-7455-g4.json index b732a04b..a85fbe24 100644 --- a/data/cpu/motorola/2002/consumer/powerpc-7455-g4.json +++ b/data/cpu/motorola/2002/consumer/powerpc-7455-g4.json @@ -20,8 +20,23 @@ "memory_support": "DDR-266", "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": true, "source_urls": [ diff --git a/data/cpu/motorola/2003/consumer/powerpc-7457-g4.json b/data/cpu/motorola/2003/consumer/powerpc-7457-g4.json index 14dadbf0..cffe7719 100644 --- a/data/cpu/motorola/2003/consumer/powerpc-7457-g4.json +++ b/data/cpu/motorola/2003/consumer/powerpc-7457-g4.json @@ -20,8 +20,23 @@ "memory_support": "DDR-333", "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": true, "source_urls": [ diff --git a/data/cpu/motorola/2004/consumer/powerpc-7447a-g4.json b/data/cpu/motorola/2004/consumer/powerpc-7447a-g4.json index b55b32d1..27d8b57d 100644 --- a/data/cpu/motorola/2004/consumer/powerpc-7447a-g4.json +++ b/data/cpu/motorola/2004/consumer/powerpc-7447a-g4.json @@ -20,8 +20,23 @@ "memory_support": "DDR-400", "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": true, "source_urls": [ diff --git a/data/cpu/motorola/2005/consumer/powerpc-7448-g4.json b/data/cpu/motorola/2005/consumer/powerpc-7448-g4.json index 42a4e406..fb72a4ae 100644 --- a/data/cpu/motorola/2005/consumer/powerpc-7448-g4.json +++ b/data/cpu/motorola/2005/consumer/powerpc-7448-g4.json @@ -20,8 +20,23 @@ "memory_support": "DDR2-533", "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": true, "source_urls": [ diff --git a/data/cpu/nvidia/2023/enterprise/grace-cpu-superchip.json b/data/cpu/nvidia/2023/enterprise/grace-cpu-superchip.json index 7381bf16..358d5596 100644 --- a/data/cpu/nvidia/2023/enterprise/grace-cpu-superchip.json +++ b/data/cpu/nvidia/2023/enterprise/grace-cpu-superchip.json @@ -20,8 +20,23 @@ "memory_support": "LPDDR5X-8533 (up to 960GB)", "cinebench_r23_single": 1400, "cinebench_r23_multi": 165000, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1750, "geekbench_multi": 75000, + "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": true, "source_urls": [ diff --git a/data/cpu/qualcomm/2024/consumer/snapdragon-x-elite-x1e-80-100.json b/data/cpu/qualcomm/2024/consumer/snapdragon-x-elite-x1e-80-100.json index de6012b9..713d1265 100644 --- a/data/cpu/qualcomm/2024/consumer/snapdragon-x-elite-x1e-80-100.json +++ b/data/cpu/qualcomm/2024/consumer/snapdragon-x-elite-x1e-80-100.json @@ -20,12 +20,29 @@ "memory_support": "LPDDR5X-8448 quad-channel", "cinebench_r23_single": 1800, "cinebench_r23_multi": 15000, + "cinebench_2024_single": 123, + "cinebench_2024_multi": 928, "geekbench_single": 2750, "geekbench_multi": 14500, + "cinebench_r15_single": 237, + "cinebench_r15_multi": 2082, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 3318, + "passmark_cpu_mark": 23519, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.qualcomm.com/products/mobile-compute/snapdragon/snapdragon-x-series/snapdragon-x-elite", - "https://en.wikipedia.org/wiki/Snapdragon_X" + "https://en.wikipedia.org/wiki/Snapdragon_X", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/qualcomm/2024/consumer/snapdragon-x-elite-x1e-84-100.json b/data/cpu/qualcomm/2024/consumer/snapdragon-x-elite-x1e-84-100.json index 9cfd64d3..968a8030 100644 --- a/data/cpu/qualcomm/2024/consumer/snapdragon-x-elite-x1e-84-100.json +++ b/data/cpu/qualcomm/2024/consumer/snapdragon-x-elite-x1e-84-100.json @@ -20,12 +20,29 @@ "memory_support": "LPDDR5X-8448 quad-channel", "cinebench_r23_single": 1900, "cinebench_r23_multi": 16500, + "cinebench_2024_single": 130, + "cinebench_2024_multi": 1034, "geekbench_single": 2900, "geekbench_multi": 15500, + "cinebench_r15_single": 252, + "cinebench_r15_multi": 1946, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 3963, + "passmark_cpu_mark": 23592, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.qualcomm.com/products/mobile-compute/snapdragon/snapdragon-x-series/snapdragon-x-elite", - "https://en.wikipedia.org/wiki/Snapdragon_X" + "https://en.wikipedia.org/wiki/Snapdragon_X", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/qualcomm/2024/consumer/snapdragon-x-plus-x1p-42-100.json b/data/cpu/qualcomm/2024/consumer/snapdragon-x-plus-x1p-42-100.json index e242bc33..e7d94ffe 100644 --- a/data/cpu/qualcomm/2024/consumer/snapdragon-x-plus-x1p-42-100.json +++ b/data/cpu/qualcomm/2024/consumer/snapdragon-x-plus-x1p-42-100.json @@ -20,12 +20,29 @@ "memory_support": "LPDDR5X-8448 quad-channel", "cinebench_r23_single": 1500, "cinebench_r23_multi": 9000, + "cinebench_2024_single": 109, + "cinebench_2024_multi": 661, "geekbench_single": 2400, "geekbench_multi": 10500, + "cinebench_r15_single": 210, + "cinebench_r15_multi": 1479, + "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": true, "source_urls": [ "https://www.qualcomm.com/products/mobile-compute/snapdragon/snapdragon-x-series/snapdragon-x-plus", - "https://en.wikipedia.org/wiki/Snapdragon_X" + "https://en.wikipedia.org/wiki/Snapdragon_X", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/qualcomm/2024/consumer/snapdragon-x-plus-x1p-64-100.json b/data/cpu/qualcomm/2024/consumer/snapdragon-x-plus-x1p-64-100.json index d79f2a9f..f5b2d979 100644 --- a/data/cpu/qualcomm/2024/consumer/snapdragon-x-plus-x1p-64-100.json +++ b/data/cpu/qualcomm/2024/consumer/snapdragon-x-plus-x1p-64-100.json @@ -20,12 +20,30 @@ "memory_support": "LPDDR5X-8448 quad-channel", "cinebench_r23_single": 1700, "cinebench_r23_multi": 12500, + "cinebench_2024_single": 108, + "cinebench_2024_multi": 837, "geekbench_single": 2600, "geekbench_multi": 13000, + "cinebench_r15_single": 209, + "cinebench_r15_multi": 1989, + "cinebench_r11_5_single": null, + "cinebench_r11_5_multi": null, + "cinebench_r10_single": null, + "cinebench_r10_multi": null, + "passmark_single": 3107, + "passmark_cpu_mark": 21350, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://www.qualcomm.com/products/mobile-compute/snapdragon/snapdragon-x-series/snapdragon-x-plus", - "https://en.wikipedia.org/wiki/Snapdragon_X" + "https://en.wikipedia.org/wiki/Snapdragon_X", + "https://www.cpubenchmark.net/cpu.php?cpu=Qualcomm+Snapdragon+X+Plus+X1P-64-100", + "https://www.notebookcheck.net/Mobile-Processors-Benchmark-List.2436.0.html", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/qualcomm/2025/consumer/snapdragon-x2-elite-extreme.json b/data/cpu/qualcomm/2025/consumer/snapdragon-x2-elite-extreme.json index edbf7834..2ab5329c 100644 --- a/data/cpu/qualcomm/2025/consumer/snapdragon-x2-elite-extreme.json +++ b/data/cpu/qualcomm/2025/consumer/snapdragon-x2-elite-extreme.json @@ -20,12 +20,28 @@ "memory_support": "LPDDR5X-9523 quad-channel", "cinebench_r23_single": 2400, "cinebench_r23_multi": 28000, + "cinebench_2024_single": 160, + "cinebench_2024_multi": 1966, "geekbench_single": 3900, "geekbench_multi": 24000, + "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": true, "source_urls": [ "https://www.qualcomm.com/products/mobile-compute/snapdragon/snapdragon-x-series", - "https://en.wikipedia.org/wiki/Snapdragon_X" + "https://en.wikipedia.org/wiki/Snapdragon_X", + "https://www.topcpu.net/en/cpu-r/" ] } diff --git a/data/cpu/transmeta/2000/consumer/crusoe-tm5800.json b/data/cpu/transmeta/2000/consumer/crusoe-tm5800.json index 93cbbf1f..0d1806a1 100644 --- a/data/cpu/transmeta/2000/consumer/crusoe-tm5800.json +++ b/data/cpu/transmeta/2000/consumer/crusoe-tm5800.json @@ -20,8 +20,23 @@ "memory_support": "SDRAM PC133 / DDR-200", "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": true, "source_urls": [ diff --git a/data/cpu/transmeta/2003/consumer/efficeon-tm8800.json b/data/cpu/transmeta/2003/consumer/efficeon-tm8800.json index aae695eb..6ee088b5 100644 --- a/data/cpu/transmeta/2003/consumer/efficeon-tm8800.json +++ b/data/cpu/transmeta/2003/consumer/efficeon-tm8800.json @@ -20,8 +20,23 @@ "memory_support": "DDR-400 single-channel", "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": true, "source_urls": [ diff --git a/data/cpu/via/2001/consumer/c3-800.json b/data/cpu/via/2001/consumer/c3-800.json index ad0abf3d..1aa5f3f5 100644 --- a/data/cpu/via/2001/consumer/c3-800.json +++ b/data/cpu/via/2001/consumer/c3-800.json @@ -20,8 +20,23 @@ "memory_support": "SDRAM PC133", "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": true, "source_urls": [ diff --git a/data/cpu/via/2008/consumer/nano-l2200.json b/data/cpu/via/2008/consumer/nano-l2200.json index 260f9504..ec7826e3 100644 --- a/data/cpu/via/2008/consumer/nano-l2200.json +++ b/data/cpu/via/2008/consumer/nano-l2200.json @@ -20,8 +20,23 @@ "memory_support": "DDR2-800", "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": true, "source_urls": [ diff --git a/data/cpu/zhaoxin/2020/consumer/kx-u6780a.json b/data/cpu/zhaoxin/2020/consumer/kx-u6780a.json index 6809cc4d..65ae4bb3 100644 --- a/data/cpu/zhaoxin/2020/consumer/kx-u6780a.json +++ b/data/cpu/zhaoxin/2020/consumer/kx-u6780a.json @@ -20,12 +20,28 @@ "memory_support": "DDR4-3200 dual-channel", "cinebench_r23_single": 480, "cinebench_r23_multi": 3500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 580, "geekbench_multi": 2800, + "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": 744, + "passmark_cpu_mark": 3145, + "specint2006": null, + "specfp2006": null, + "dhrystone_mips": null, + "whetstone_mflops": null, + "superpi_1m_sec": null, "msrp_usd": null, "verified": true, "source_urls": [ "https://en.wikipedia.org/wiki/Zhaoxin", - "https://www.zhaoxin.com/en/product.aspx" + "https://www.zhaoxin.com/en/product.aspx", + "https://www.cpubenchmark.net/cpu.php?id=6812&cpu=Zhaoxin+KaiXian+KX-U6780A" ] } diff --git a/data/cpu/zhaoxin/2022/consumer/kx-7000-kh-40000.json b/data/cpu/zhaoxin/2022/consumer/kx-7000-kh-40000.json index 15ea23b1..1fc9d4d2 100644 --- a/data/cpu/zhaoxin/2022/consumer/kx-7000-kh-40000.json +++ b/data/cpu/zhaoxin/2022/consumer/kx-7000-kh-40000.json @@ -20,8 +20,23 @@ "memory_support": "DDR5-4800 / DDR4-3200", "cinebench_r23_single": 850, "cinebench_r23_multi": 5500, + "cinebench_2024_single": null, + "cinebench_2024_multi": null, "geekbench_single": 1020, "geekbench_multi": 4400, + "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": true, "source_urls": [ diff --git a/data/gpu/3dfx/1996/consumer/voodoo-graphics.json b/data/gpu/3dfx/1996/consumer/voodoo-graphics.json index c702799e..382f75b6 100644 --- a/data/gpu/3dfx/1996/consumer/voodoo-graphics.json +++ b/data/gpu/3dfx/1996/consumer/voodoo-graphics.json @@ -19,6 +19,11 @@ "pcie_version": "PCI", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/3dfx_Interactive", diff --git a/data/gpu/3dfx/1997/consumer/voodoo-rush.json b/data/gpu/3dfx/1997/consumer/voodoo-rush.json index ef184138..417f2d43 100644 --- a/data/gpu/3dfx/1997/consumer/voodoo-rush.json +++ b/data/gpu/3dfx/1997/consumer/voodoo-rush.json @@ -19,6 +19,11 @@ "pcie_version": "PCI", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/3dfx_Interactive#Voodoo_Rush", diff --git a/data/gpu/3dfx/1998/consumer/voodoo-banshee.json b/data/gpu/3dfx/1998/consumer/voodoo-banshee.json index eaa679a2..783c25fe 100644 --- a/data/gpu/3dfx/1998/consumer/voodoo-banshee.json +++ b/data/gpu/3dfx/1998/consumer/voodoo-banshee.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 2x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/3dfx_Interactive#Banshee", diff --git a/data/gpu/3dfx/1998/consumer/voodoo2.json b/data/gpu/3dfx/1998/consumer/voodoo2.json index a5e9c492..62981a43 100644 --- a/data/gpu/3dfx/1998/consumer/voodoo2.json +++ b/data/gpu/3dfx/1998/consumer/voodoo2.json @@ -19,6 +19,11 @@ "pcie_version": "PCI", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Voodoo2", diff --git a/data/gpu/3dfx/1999/consumer/voodoo3-1000.json b/data/gpu/3dfx/1999/consumer/voodoo3-1000.json index d474358c..78a7c957 100644 --- a/data/gpu/3dfx/1999/consumer/voodoo3-1000.json +++ b/data/gpu/3dfx/1999/consumer/voodoo3-1000.json @@ -19,6 +19,11 @@ "pcie_version": "PCI", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/3dfx_Interactive#Voodoo3", diff --git a/data/gpu/3dfx/1999/consumer/voodoo3-2000.json b/data/gpu/3dfx/1999/consumer/voodoo3-2000.json index 2c35b4f0..172f2a8f 100644 --- a/data/gpu/3dfx/1999/consumer/voodoo3-2000.json +++ b/data/gpu/3dfx/1999/consumer/voodoo3-2000.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 2x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/3dfx_Interactive#Voodoo3", diff --git a/data/gpu/3dfx/1999/consumer/voodoo3-3000.json b/data/gpu/3dfx/1999/consumer/voodoo3-3000.json index da533774..b64f51e9 100644 --- a/data/gpu/3dfx/1999/consumer/voodoo3-3000.json +++ b/data/gpu/3dfx/1999/consumer/voodoo3-3000.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 2x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/3dfx_Interactive#Voodoo3", diff --git a/data/gpu/3dfx/2000/consumer/voodoo3-3500-tv.json b/data/gpu/3dfx/2000/consumer/voodoo3-3500-tv.json index 2982af10..5ac2087f 100644 --- a/data/gpu/3dfx/2000/consumer/voodoo3-3500-tv.json +++ b/data/gpu/3dfx/2000/consumer/voodoo3-3500-tv.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 2x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/3dfx_Interactive#Voodoo3", diff --git a/data/gpu/3dfx/2000/consumer/voodoo4-4500.json b/data/gpu/3dfx/2000/consumer/voodoo4-4500.json index d4d5bdfb..be876038 100644 --- a/data/gpu/3dfx/2000/consumer/voodoo4-4500.json +++ b/data/gpu/3dfx/2000/consumer/voodoo4-4500.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/VSA-100", diff --git a/data/gpu/3dfx/2000/consumer/voodoo4-4800.json b/data/gpu/3dfx/2000/consumer/voodoo4-4800.json index 8ccf5153..eb80a981 100644 --- a/data/gpu/3dfx/2000/consumer/voodoo4-4800.json +++ b/data/gpu/3dfx/2000/consumer/voodoo4-4800.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/VSA-100", diff --git a/data/gpu/3dfx/2000/consumer/voodoo5-5500.json b/data/gpu/3dfx/2000/consumer/voodoo5-5500.json index cdc90e91..9854293d 100644 --- a/data/gpu/3dfx/2000/consumer/voodoo5-5500.json +++ b/data/gpu/3dfx/2000/consumer/voodoo5-5500.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/VSA-100", diff --git a/data/gpu/3dfx/2000/consumer/voodoo5-6000.json b/data/gpu/3dfx/2000/consumer/voodoo5-6000.json index f7be98f1..a0c2963b 100644 --- a/data/gpu/3dfx/2000/consumer/voodoo5-6000.json +++ b/data/gpu/3dfx/2000/consumer/voodoo5-6000.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 2x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/VSA-100#Voodoo5_6000", diff --git a/data/gpu/amd/2009/consumer/radeon-hd-5770.json b/data/gpu/amd/2009/consumer/radeon-hd-5770.json index 9377c22a..50df2960 100644 --- a/data/gpu/amd/2009/consumer/radeon-hd-5770.json +++ b/data/gpu/amd/2009/consumer/radeon-hd-5770.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 1348, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_5000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-5770.c255" + "https://www.techpowerup.com/gpu-specs/radeon-hd-5770.c255", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/amd/2009/consumer/radeon-hd-5850.json b/data/gpu/amd/2009/consumer/radeon-hd-5850.json index 9018cb98..aba47600 100644 --- a/data/gpu/amd/2009/consumer/radeon-hd-5850.json +++ b/data/gpu/amd/2009/consumer/radeon-hd-5850.json @@ -19,9 +19,16 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 1942, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 2.088, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_5000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-5850.c254" + "https://www.techpowerup.com/gpu-specs/radeon-hd-5850.c254", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2009/consumer/radeon-hd-5870.json b/data/gpu/amd/2009/consumer/radeon-hd-5870.json index 2942559c..df4430d8 100644 --- a/data/gpu/amd/2009/consumer/radeon-hd-5870.json +++ b/data/gpu/amd/2009/consumer/radeon-hd-5870.json @@ -19,9 +19,16 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 2182, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 2.72, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_5000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-5870.c252" + "https://www.techpowerup.com/gpu-specs/radeon-hd-5870.c252", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2009/consumer/radeon-hd-5970.json b/data/gpu/amd/2009/consumer/radeon-hd-5970.json index ad51660a..cb29691b 100644 --- a/data/gpu/amd/2009/consumer/radeon-hd-5970.json +++ b/data/gpu/amd/2009/consumer/radeon-hd-5970.json @@ -19,9 +19,16 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 2290, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 2.32, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_5000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-5970.c253" + "https://www.techpowerup.com/gpu-specs/radeon-hd-5970.c253", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2010/consumer/radeon-hd-5670.json b/data/gpu/amd/2010/consumer/radeon-hd-5670.json index 4c207a3c..bc291ba3 100644 --- a/data/gpu/amd/2010/consumer/radeon-hd-5670.json +++ b/data/gpu/amd/2010/consumer/radeon-hd-5670.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.1", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 797, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_5000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-5670.c258" + "https://www.techpowerup.com/gpu-specs/radeon-hd-5670.c258", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/amd/2010/consumer/radeon-hd-6850.json b/data/gpu/amd/2010/consumer/radeon-hd-6850.json index e1f201ba..b6a08e87 100644 --- a/data/gpu/amd/2010/consumer/radeon-hd-6850.json +++ b/data/gpu/amd/2010/consumer/radeon-hd-6850.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.1", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 1929, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-6850.c272" + "https://www.techpowerup.com/gpu-specs/radeon-hd-6850.c272", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/amd/2010/consumer/radeon-hd-6870.json b/data/gpu/amd/2010/consumer/radeon-hd-6870.json index cde341c3..8cb31032 100644 --- a/data/gpu/amd/2010/consumer/radeon-hd-6870.json +++ b/data/gpu/amd/2010/consumer/radeon-hd-6870.json @@ -19,9 +19,16 @@ "pcie_version": "PCIe 2.1", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 2199, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 2.016, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-6870.c270" + "https://www.techpowerup.com/gpu-specs/radeon-hd-6870.c270", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2010/consumer/radeon-hd-6950.json b/data/gpu/amd/2010/consumer/radeon-hd-6950.json index dbd862b3..62e4c476 100644 --- a/data/gpu/amd/2010/consumer/radeon-hd-6950.json +++ b/data/gpu/amd/2010/consumer/radeon-hd-6950.json @@ -19,9 +19,16 @@ "pcie_version": "PCIe 2.1", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 2594, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 2.253, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-6950.c283" + "https://www.techpowerup.com/gpu-specs/radeon-hd-6950.c283", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2010/consumer/radeon-hd-6970.json b/data/gpu/amd/2010/consumer/radeon-hd-6970.json index 7886c260..1cec563b 100644 --- a/data/gpu/amd/2010/consumer/radeon-hd-6970.json +++ b/data/gpu/amd/2010/consumer/radeon-hd-6970.json @@ -19,9 +19,16 @@ "pcie_version": "PCIe 2.1", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 2827, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 2.703, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-6970.c282" + "https://www.techpowerup.com/gpu-specs/radeon-hd-6970.c282", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2011/consumer/radeon-hd-6790.json b/data/gpu/amd/2011/consumer/radeon-hd-6790.json index 9c871b59..0b5642c2 100644 --- a/data/gpu/amd/2011/consumer/radeon-hd-6790.json +++ b/data/gpu/amd/2011/consumer/radeon-hd-6790.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.1", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 1580, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-6790.c310" + "https://www.techpowerup.com/gpu-specs/radeon-hd-6790.c310", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/amd/2011/consumer/radeon-hd-6990.json b/data/gpu/amd/2011/consumer/radeon-hd-6990.json index b20b02fd..c10b738b 100644 --- a/data/gpu/amd/2011/consumer/radeon-hd-6990.json +++ b/data/gpu/amd/2011/consumer/radeon-hd-6990.json @@ -19,9 +19,16 @@ "pcie_version": "PCIe 2.1", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 3118, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 2.55, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-6990.c293" + "https://www.techpowerup.com/gpu-specs/radeon-hd-6990.c293", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2011/consumer/radeon-hd-7970.json b/data/gpu/amd/2011/consumer/radeon-hd-7970.json index 4b5eeb16..52d6a3e4 100644 --- a/data/gpu/amd/2011/consumer/radeon-hd-7970.json +++ b/data/gpu/amd/2011/consumer/radeon-hd-7970.json @@ -18,10 +18,18 @@ "tdp_w": 230, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 2310, + "passmark_g3d_mark": 5247, + "timespy_extreme_score": 1209, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 3.789, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_7000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-7970.c379" + "https://www.techpowerup.com/gpu-specs/radeon-hd-7970.c379", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2012/consumer/radeon-hd-7750.json b/data/gpu/amd/2012/consumer/radeon-hd-7750.json index b74bb05c..99b29b67 100644 --- a/data/gpu/amd/2012/consumer/radeon-hd-7750.json +++ b/data/gpu/amd/2012/consumer/radeon-hd-7750.json @@ -18,10 +18,18 @@ "tdp_w": 55, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 513, + "passmark_g3d_mark": 1705, + "timespy_extreme_score": 214, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_7000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-7750.c380" + "https://www.techpowerup.com/gpu-specs/radeon-hd-7750.c380", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2012/consumer/radeon-hd-7770.json b/data/gpu/amd/2012/consumer/radeon-hd-7770.json index ca211319..3a210234 100644 --- a/data/gpu/amd/2012/consumer/radeon-hd-7770.json +++ b/data/gpu/amd/2012/consumer/radeon-hd-7770.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 3.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 2177, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_7000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-7770-ghz-edition.c378" + "https://www.techpowerup.com/gpu-specs/radeon-hd-7770-ghz-edition.c378", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/amd/2012/consumer/radeon-hd-7850.json b/data/gpu/amd/2012/consumer/radeon-hd-7850.json index c80a90bf..16c3b403 100644 --- a/data/gpu/amd/2012/consumer/radeon-hd-7850.json +++ b/data/gpu/amd/2012/consumer/radeon-hd-7850.json @@ -18,10 +18,18 @@ "tdp_w": 130, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 1334, + "passmark_g3d_mark": 3902, + "timespy_extreme_score": 325, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 1.761, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_7000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-7850.c1872" + "https://www.techpowerup.com/gpu-specs/radeon-hd-7850.c1872", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2012/consumer/radeon-hd-7870.json b/data/gpu/amd/2012/consumer/radeon-hd-7870.json index c6d9ccab..5dbc733b 100644 --- a/data/gpu/amd/2012/consumer/radeon-hd-7870.json +++ b/data/gpu/amd/2012/consumer/radeon-hd-7870.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 3.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 4566, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_7000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-7870-ghz-edition.c1873" + "https://www.techpowerup.com/gpu-specs/radeon-hd-7870-ghz-edition.c1873", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/amd/2012/consumer/radeon-hd-7950.json b/data/gpu/amd/2012/consumer/radeon-hd-7950.json index fa40c826..68ec4f46 100644 --- a/data/gpu/amd/2012/consumer/radeon-hd-7950.json +++ b/data/gpu/amd/2012/consumer/radeon-hd-7950.json @@ -18,10 +18,18 @@ "tdp_w": 200, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 1969, + "passmark_g3d_mark": 4764, + "timespy_extreme_score": 1019, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 2.867, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_7000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-7950.c381" + "https://www.techpowerup.com/gpu-specs/radeon-hd-7950.c381", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2012/consumer/radeon-hd-7970-ghz-edition.json b/data/gpu/amd/2012/consumer/radeon-hd-7970-ghz-edition.json index e3c53626..eaec456d 100644 --- a/data/gpu/amd/2012/consumer/radeon-hd-7970-ghz-edition.json +++ b/data/gpu/amd/2012/consumer/radeon-hd-7970-ghz-edition.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 3.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 4.301, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_7000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-7970-ghz-edition.c1860" + "https://www.techpowerup.com/gpu-specs/radeon-hd-7970-ghz-edition.c1860", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2013/consumer/radeon-hd-7790.json b/data/gpu/amd/2013/consumer/radeon-hd-7790.json index 048ebd71..fe92eefd 100644 --- a/data/gpu/amd/2013/consumer/radeon-hd-7790.json +++ b/data/gpu/amd/2013/consumer/radeon-hd-7790.json @@ -18,10 +18,18 @@ "tdp_w": 85, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 1307, + "passmark_g3d_mark": 3090, + "timespy_extreme_score": 409, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 1.792, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_7000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-7790.c2052" + "https://www.techpowerup.com/gpu-specs/radeon-hd-7790.c2052", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2013/consumer/radeon-hd-7990.json b/data/gpu/amd/2013/consumer/radeon-hd-7990.json index 6e3767b1..179ce073 100644 --- a/data/gpu/amd/2013/consumer/radeon-hd-7990.json +++ b/data/gpu/amd/2013/consumer/radeon-hd-7990.json @@ -18,10 +18,18 @@ "tdp_w": 375, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 2246, + "passmark_g3d_mark": 5565, + "timespy_extreme_score": 999, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 4.096, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_7000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-7990.c1986" + "https://www.techpowerup.com/gpu-specs/radeon-hd-7990.c1986", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2013/consumer/radeon-r7-260x.json b/data/gpu/amd/2013/consumer/radeon-r7-260x.json index 862b1f60..a3c13594 100644 --- a/data/gpu/amd/2013/consumer/radeon-r7-260x.json +++ b/data/gpu/amd/2013/consumer/radeon-r7-260x.json @@ -18,10 +18,18 @@ "tdp_w": 115, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 1476, + "passmark_g3d_mark": 3203, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 1.971, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Rx_200_series", - "https://www.techpowerup.com/gpu-specs/radeon-r7-260x.c1865" + "https://www.techpowerup.com/gpu-specs/radeon-r7-260x.c1865", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2013/consumer/radeon-r9-270.json b/data/gpu/amd/2013/consumer/radeon-r9-270.json index bcca3964..ff35f147 100644 --- a/data/gpu/amd/2013/consumer/radeon-r9-270.json +++ b/data/gpu/amd/2013/consumer/radeon-r9-270.json @@ -18,10 +18,18 @@ "tdp_w": 150, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 1603, + "passmark_g3d_mark": 4306, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 2.368, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Rx_200_series", - "https://www.techpowerup.com/gpu-specs/radeon-r9-270.c2459" + "https://www.techpowerup.com/gpu-specs/radeon-r9-270.c2459", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2013/consumer/radeon-r9-270x.json b/data/gpu/amd/2013/consumer/radeon-r9-270x.json index b4d93326..44ff9a5e 100644 --- a/data/gpu/amd/2013/consumer/radeon-r9-270x.json +++ b/data/gpu/amd/2013/consumer/radeon-r9-270x.json @@ -18,10 +18,18 @@ "tdp_w": 180, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 1769, + "passmark_g3d_mark": 4870, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 2.688, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Rx_200_series", - "https://www.techpowerup.com/gpu-specs/radeon-r9-270x.c1868" + "https://www.techpowerup.com/gpu-specs/radeon-r9-270x.c1868", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2013/consumer/radeon-r9-280x.json b/data/gpu/amd/2013/consumer/radeon-r9-280x.json index 622a7e58..e291ff2d 100644 --- a/data/gpu/amd/2013/consumer/radeon-r9-280x.json +++ b/data/gpu/amd/2013/consumer/radeon-r9-280x.json @@ -18,10 +18,18 @@ "tdp_w": 250, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 2348, + "passmark_g3d_mark": 6078, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 4.096, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Rx_200_series", - "https://www.techpowerup.com/gpu-specs/radeon-r9-280x.c1869" + "https://www.techpowerup.com/gpu-specs/radeon-r9-280x.c1869", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2013/consumer/radeon-r9-290.json b/data/gpu/amd/2013/consumer/radeon-r9-290.json index da544882..5cde75ea 100644 --- a/data/gpu/amd/2013/consumer/radeon-r9-290.json +++ b/data/gpu/amd/2013/consumer/radeon-r9-290.json @@ -18,10 +18,18 @@ "tdp_w": 250, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 3694, + "passmark_g3d_mark": 8148, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 4.849, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Rx_200_series", - "https://www.techpowerup.com/gpu-specs/radeon-r9-290.c1990" + "https://www.techpowerup.com/gpu-specs/radeon-r9-290.c1990", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2013/consumer/radeon-r9-290x.json b/data/gpu/amd/2013/consumer/radeon-r9-290x.json index d474aaee..88679d54 100644 --- a/data/gpu/amd/2013/consumer/radeon-r9-290x.json +++ b/data/gpu/amd/2013/consumer/radeon-r9-290x.json @@ -19,9 +19,16 @@ "pcie_version": "PCIe 3.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 8436, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 5.632, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Rx_200_series", - "https://www.techpowerup.com/gpu-specs/radeon-r9-290x.c2460" + "https://www.techpowerup.com/gpu-specs/radeon-r9-290x.c2460", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2014/consumer/radeon-r9-280.json b/data/gpu/amd/2014/consumer/radeon-r9-280.json index b9196cf1..2c034f2c 100644 --- a/data/gpu/amd/2014/consumer/radeon-r9-280.json +++ b/data/gpu/amd/2014/consumer/radeon-r9-280.json @@ -18,10 +18,18 @@ "tdp_w": 250, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 2009, + "passmark_g3d_mark": 5524, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 3.344, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Rx_200_series", - "https://www.techpowerup.com/gpu-specs/radeon-r9-280.c2452" + "https://www.techpowerup.com/gpu-specs/radeon-r9-280.c2452", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2014/consumer/radeon-r9-295x2.json b/data/gpu/amd/2014/consumer/radeon-r9-295x2.json index d2b12998..1c502260 100644 --- a/data/gpu/amd/2014/consumer/radeon-r9-295x2.json +++ b/data/gpu/amd/2014/consumer/radeon-r9-295x2.json @@ -19,9 +19,16 @@ "pcie_version": "PCIe 3.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 8816, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 5.733, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Rx_200_series", - "https://www.techpowerup.com/gpu-specs/radeon-r9-295x2.c2523" + "https://www.techpowerup.com/gpu-specs/radeon-r9-295x2.c2523", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2015/consumer/radeon-r7-370.json b/data/gpu/amd/2015/consumer/radeon-r7-370.json index a939ea82..63eac715 100644 --- a/data/gpu/amd/2015/consumer/radeon-r7-370.json +++ b/data/gpu/amd/2015/consumer/radeon-r7-370.json @@ -18,10 +18,18 @@ "tdp_w": 110, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 1517, + "passmark_g3d_mark": 4480, + "timespy_extreme_score": 758, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 1.997, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Rx_300_series", - "https://www.techpowerup.com/gpu-specs/radeon-r7-370.c2681" + "https://www.techpowerup.com/gpu-specs/radeon-r7-370.c2681", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2015/consumer/radeon-r9-380.json b/data/gpu/amd/2015/consumer/radeon-r9-380.json index 54d460d2..6f75cb2b 100644 --- a/data/gpu/amd/2015/consumer/radeon-r9-380.json +++ b/data/gpu/amd/2015/consumer/radeon-r9-380.json @@ -18,10 +18,18 @@ "tdp_w": 190, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 2757, + "passmark_g3d_mark": 5957, + "timespy_extreme_score": 1239, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 3.476, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Rx_300_series", - "https://www.techpowerup.com/gpu-specs/radeon-r9-380.c2706" + "https://www.techpowerup.com/gpu-specs/radeon-r9-380.c2706", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2015/consumer/radeon-r9-380x.json b/data/gpu/amd/2015/consumer/radeon-r9-380x.json index a369e65f..b0b1e6a8 100644 --- a/data/gpu/amd/2015/consumer/radeon-r9-380x.json +++ b/data/gpu/amd/2015/consumer/radeon-r9-380x.json @@ -18,10 +18,18 @@ "tdp_w": 190, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 3011, + "passmark_g3d_mark": 6127, + "timespy_extreme_score": 1294, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 3.973, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Rx_300_series", - "https://www.techpowerup.com/gpu-specs/radeon-r9-380x.c2755" + "https://www.techpowerup.com/gpu-specs/radeon-r9-380x.c2755", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2015/consumer/radeon-r9-390x.json b/data/gpu/amd/2015/consumer/radeon-r9-390x.json index 8f25c565..12668e5b 100644 --- a/data/gpu/amd/2015/consumer/radeon-r9-390x.json +++ b/data/gpu/amd/2015/consumer/radeon-r9-390x.json @@ -18,10 +18,18 @@ "tdp_w": 275, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 4259, + "passmark_g3d_mark": 9208, + "timespy_extreme_score": 2041, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 5.914, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Rx_300_series", - "https://www.techpowerup.com/gpu-specs/radeon-r9-390x.c2680" + "https://www.techpowerup.com/gpu-specs/radeon-r9-390x.c2680", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2015/consumer/radeon-r9-fury-x.json b/data/gpu/amd/2015/consumer/radeon-r9-fury-x.json index 9422d33e..88037edd 100644 --- a/data/gpu/amd/2015/consumer/radeon-r9-fury-x.json +++ b/data/gpu/amd/2015/consumer/radeon-r9-fury-x.json @@ -18,10 +18,18 @@ "tdp_w": 275, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 5227, + "passmark_g3d_mark": 9394, + "timespy_extreme_score": 2453, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 8.602, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Rx_300_series", - "https://www.techpowerup.com/gpu-specs/radeon-r9-fury-x.c2677" + "https://www.techpowerup.com/gpu-specs/radeon-r9-fury-x.c2677", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2015/consumer/radeon-r9-fury.json b/data/gpu/amd/2015/consumer/radeon-r9-fury.json index ce6ee6be..183fd295 100644 --- a/data/gpu/amd/2015/consumer/radeon-r9-fury.json +++ b/data/gpu/amd/2015/consumer/radeon-r9-fury.json @@ -18,10 +18,18 @@ "tdp_w": 275, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 4858, + "passmark_g3d_mark": 9529, + "timespy_extreme_score": 2277, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 7.168, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Rx_300_series", - "https://www.techpowerup.com/gpu-specs/radeon-r9-fury.c2706" + "https://www.techpowerup.com/gpu-specs/radeon-r9-fury.c2706", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2015/consumer/radeon-r9-nano.json b/data/gpu/amd/2015/consumer/radeon-r9-nano.json index 106df678..6884201f 100644 --- a/data/gpu/amd/2015/consumer/radeon-r9-nano.json +++ b/data/gpu/amd/2015/consumer/radeon-r9-nano.json @@ -18,10 +18,17 @@ "tdp_w": 175, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 4677, + "passmark_g3d_mark": null, + "timespy_extreme_score": 2191, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 8.192, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Rx_300_series", - "https://www.techpowerup.com/gpu-specs/radeon-r9-nano.c2735" + "https://www.techpowerup.com/gpu-specs/radeon-r9-nano.c2735", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2016/consumer/radeon-rx-460.json b/data/gpu/amd/2016/consumer/radeon-rx-460.json index d4bf2d59..f53c7f4b 100644 --- a/data/gpu/amd/2016/consumer/radeon-rx-460.json +++ b/data/gpu/amd/2016/consumer/radeon-rx-460.json @@ -18,10 +18,18 @@ "tdp_w": 75, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 1754, + "passmark_g3d_mark": 4098, + "timespy_extreme_score": 776, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 2.15, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_400_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-460.c2865" + "https://www.techpowerup.com/gpu-specs/radeon-rx-460.c2865", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2016/consumer/radeon-rx-470.json b/data/gpu/amd/2016/consumer/radeon-rx-470.json index f9fa2f90..80f1445a 100644 --- a/data/gpu/amd/2016/consumer/radeon-rx-470.json +++ b/data/gpu/amd/2016/consumer/radeon-rx-470.json @@ -18,10 +18,18 @@ "tdp_w": 120, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 3679, + "passmark_g3d_mark": 7917, + "timespy_extreme_score": 1701, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 4.94, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_400_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-470.c2849" + "https://www.techpowerup.com/gpu-specs/radeon-rx-470.c2849", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2016/consumer/radeon-rx-480.json b/data/gpu/amd/2016/consumer/radeon-rx-480.json index 8b68244e..3c30377a 100644 --- a/data/gpu/amd/2016/consumer/radeon-rx-480.json +++ b/data/gpu/amd/2016/consumer/radeon-rx-480.json @@ -18,10 +18,18 @@ "tdp_w": 150, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 4137, + "passmark_g3d_mark": 8528, + "timespy_extreme_score": 1889, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 5.834, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_400_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-480.c2848" + "https://www.techpowerup.com/gpu-specs/radeon-rx-480.c2848", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2016/enterprise/radeon-pro-duo.json b/data/gpu/amd/2016/enterprise/radeon-pro-duo.json index 620c0a26..428415dd 100644 --- a/data/gpu/amd/2016/enterprise/radeon-pro-duo.json +++ b/data/gpu/amd/2016/enterprise/radeon-pro-duo.json @@ -18,10 +18,18 @@ "tdp_w": 350, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 5028, + "passmark_g3d_mark": 8373, + "timespy_extreme_score": 2406, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 8.192, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Pro", - "https://www.techpowerup.com/gpu-specs/radeon-pro-duo.c2786" + "https://www.techpowerup.com/gpu-specs/radeon-pro-duo.c2786", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2017/consumer/radeon-rx-550.json b/data/gpu/amd/2017/consumer/radeon-rx-550.json index 39702cb8..da88e88a 100644 --- a/data/gpu/amd/2017/consumer/radeon-rx-550.json +++ b/data/gpu/amd/2017/consumer/radeon-rx-550.json @@ -18,10 +18,18 @@ "tdp_w": 50, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 1194, + "passmark_g3d_mark": 2695, + "timespy_extreme_score": 546, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_500_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-550-640sp.c2979" + "https://www.techpowerup.com/gpu-specs/radeon-rx-550-640sp.c2979", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2017/consumer/radeon-rx-560.json b/data/gpu/amd/2017/consumer/radeon-rx-560.json index f88581b6..29aa92f1 100644 --- a/data/gpu/amd/2017/consumer/radeon-rx-560.json +++ b/data/gpu/amd/2017/consumer/radeon-rx-560.json @@ -18,10 +18,18 @@ "tdp_w": 80, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 1855, + "passmark_g3d_mark": 3681, + "timespy_extreme_score": 799, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 2.611, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_500_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-560-1024sp.c2978" + "https://www.techpowerup.com/gpu-specs/radeon-rx-560-1024sp.c2978", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2017/consumer/radeon-rx-570.json b/data/gpu/amd/2017/consumer/radeon-rx-570.json index 846d9d43..b3519a37 100644 --- a/data/gpu/amd/2017/consumer/radeon-rx-570.json +++ b/data/gpu/amd/2017/consumer/radeon-rx-570.json @@ -18,10 +18,17 @@ "tdp_w": 150, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 3851, + "passmark_g3d_mark": null, + "timespy_extreme_score": 1770, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 5.095, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_500_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-570.c2939" + "https://www.techpowerup.com/gpu-specs/radeon-rx-570.c2939", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2017/consumer/radeon-rx-580.json b/data/gpu/amd/2017/consumer/radeon-rx-580.json index 15d30ff5..118b2265 100644 --- a/data/gpu/amd/2017/consumer/radeon-rx-580.json +++ b/data/gpu/amd/2017/consumer/radeon-rx-580.json @@ -18,10 +18,18 @@ "tdp_w": 185, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 4347, + "passmark_g3d_mark": 8788, + "timespy_extreme_score": 1968, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 6.175, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_500_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-580.c2984" + "https://www.techpowerup.com/gpu-specs/radeon-rx-580.c2984", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2017/consumer/radeon-rx-vega-56.json b/data/gpu/amd/2017/consumer/radeon-rx-vega-56.json index 8904d1d9..90021215 100644 --- a/data/gpu/amd/2017/consumer/radeon-rx-vega-56.json +++ b/data/gpu/amd/2017/consumer/radeon-rx-vega-56.json @@ -18,10 +18,18 @@ "tdp_w": 210, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 6783, + "passmark_g3d_mark": 12966, + "timespy_extreme_score": 3310, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 10.54, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_Vega_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-vega-56.c2993" + "https://www.techpowerup.com/gpu-specs/radeon-rx-vega-56.c2993", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2017/consumer/radeon-rx-vega-64.json b/data/gpu/amd/2017/consumer/radeon-rx-vega-64.json index 2a444001..2e99a1d6 100644 --- a/data/gpu/amd/2017/consumer/radeon-rx-vega-64.json +++ b/data/gpu/amd/2017/consumer/radeon-rx-vega-64.json @@ -18,10 +18,18 @@ "tdp_w": 295, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 7373, + "passmark_g3d_mark": 13878, + "timespy_extreme_score": 3619, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 12.66, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_Vega_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-vega-64.c3005" + "https://www.techpowerup.com/gpu-specs/radeon-rx-vega-64.c3005", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2017/enterprise/radeon-vega-frontier-edition.json b/data/gpu/amd/2017/enterprise/radeon-vega-frontier-edition.json index fa7d60c3..a2470689 100644 --- a/data/gpu/amd/2017/enterprise/radeon-vega-frontier-edition.json +++ b/data/gpu/amd/2017/enterprise/radeon-vega-frontier-edition.json @@ -18,10 +18,18 @@ "tdp_w": 300, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 6973, + "passmark_g3d_mark": 12705, + "timespy_extreme_score": 3348, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 13.11, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_Vega_series", - "https://www.techpowerup.com/gpu-specs/radeon-vega-frontier-edition.c2917" + "https://www.techpowerup.com/gpu-specs/radeon-vega-frontier-edition.c2917", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2018/consumer/radeon-rx-590.json b/data/gpu/amd/2018/consumer/radeon-rx-590.json index a3941eed..b83b043d 100644 --- a/data/gpu/amd/2018/consumer/radeon-rx-590.json +++ b/data/gpu/amd/2018/consumer/radeon-rx-590.json @@ -18,10 +18,18 @@ "tdp_w": 225, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 4775, + "passmark_g3d_mark": 9289, + "timespy_extreme_score": 2147, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 7.119, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_500_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-590.c3241" + "https://www.techpowerup.com/gpu-specs/radeon-rx-590.c3241", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2019/consumer/radeon-rx-5500-xt.json b/data/gpu/amd/2019/consumer/radeon-rx-5500-xt.json index e405fb35..2a079d4a 100644 --- a/data/gpu/amd/2019/consumer/radeon-rx-5500-xt.json +++ b/data/gpu/amd/2019/consumer/radeon-rx-5500-xt.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1845, "tdp_w": 130, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 507.4, + "timespy_score": 4858, + "passmark_g3d_mark": 9067, + "timespy_extreme_score": 2298, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 5.196, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_5000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-5500-xt.c3427" + "https://www.techpowerup.com/gpu-specs/radeon-rx-5500-xt.c3427", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2019/consumer/radeon-rx-5500.json b/data/gpu/amd/2019/consumer/radeon-rx-5500.json index 00f32151..2b593211 100644 --- a/data/gpu/amd/2019/consumer/radeon-rx-5500.json +++ b/data/gpu/amd/2019/consumer/radeon-rx-5500.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 4.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 8855, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_5000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-5500.c3406" + "https://www.techpowerup.com/gpu-specs/radeon-rx-5500.c3406", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/amd/2019/consumer/radeon-rx-5700-xt.json b/data/gpu/amd/2019/consumer/radeon-rx-5700-xt.json index 186e6efe..8002b849 100644 --- a/data/gpu/amd/2019/consumer/radeon-rx-5700-xt.json +++ b/data/gpu/amd/2019/consumer/radeon-rx-5700-xt.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1905, "tdp_w": 225, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 961.09, + "timespy_score": 9425, + "passmark_g3d_mark": 16067, + "timespy_extreme_score": 4414, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 9.754, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_5000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-5700-xt.c3341" + "https://www.techpowerup.com/gpu-specs/radeon-rx-5700-xt.c3341", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2019/consumer/radeon-rx-5700.json b/data/gpu/amd/2019/consumer/radeon-rx-5700.json index e63d23a0..a27a2957 100644 --- a/data/gpu/amd/2019/consumer/radeon-rx-5700.json +++ b/data/gpu/amd/2019/consumer/radeon-rx-5700.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1725, "tdp_w": 180, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 850.33, + "timespy_score": 8374, + "passmark_g3d_mark": 14228, + "timespy_extreme_score": 3956, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 7.949, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_5000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-5700.c3340" + "https://www.techpowerup.com/gpu-specs/radeon-rx-5700.c3340", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2019/consumer/radeon-vii.json b/data/gpu/amd/2019/consumer/radeon-vii.json index 809b211c..2f526e60 100644 --- a/data/gpu/amd/2019/consumer/radeon-vii.json +++ b/data/gpu/amd/2019/consumer/radeon-vii.json @@ -18,10 +18,18 @@ "tdp_w": 300, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 8923, + "passmark_g3d_mark": 16252, + "timespy_extreme_score": 4374, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 13.44, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_VII", - "https://www.techpowerup.com/gpu-specs/radeon-vii.c3358" + "https://www.techpowerup.com/gpu-specs/radeon-vii.c3358", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2020/consumer/radeon-rx-5300.json b/data/gpu/amd/2020/consumer/radeon-rx-5300.json index 2e641eee..126fc29b 100644 --- a/data/gpu/amd/2020/consumer/radeon-rx-5300.json +++ b/data/gpu/amd/2020/consumer/radeon-rx-5300.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1645, "tdp_w": 100, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 370.69, + "timespy_score": 3653, + "passmark_g3d_mark": 7602, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 4.632, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_5000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-5300.c3635" + "https://www.techpowerup.com/gpu-specs/radeon-rx-5300.c3635", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2020/consumer/radeon-rx-5600-xt.json b/data/gpu/amd/2020/consumer/radeon-rx-5600-xt.json index 0c79680c..f5308555 100644 --- a/data/gpu/amd/2020/consumer/radeon-rx-5600-xt.json +++ b/data/gpu/amd/2020/consumer/radeon-rx-5600-xt.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1620, "tdp_w": 150, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 696.34, + "timespy_score": 7633, + "passmark_g3d_mark": 13400, + "timespy_extreme_score": 3561, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 7.188, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_5000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-5600-xt.c3419" + "https://www.techpowerup.com/gpu-specs/radeon-rx-5600-xt.c3419", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2020/consumer/radeon-rx-6800-xt.json b/data/gpu/amd/2020/consumer/radeon-rx-6800-xt.json index c76d3599..621b048c 100644 --- a/data/gpu/amd/2020/consumer/radeon-rx-6800-xt.json +++ b/data/gpu/amd/2020/consumer/radeon-rx-6800-xt.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2250, "tdp_w": 300, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2406.13, + "timespy_score": 19329, + "passmark_g3d_mark": 25060, + "timespy_extreme_score": 9315, + "speedway_score": 3653, + "octanebench_score": null, + "fp32_tflops": 20.74, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-6800-xt.c3682" + "https://www.techpowerup.com/gpu-specs/radeon-rx-6800-xt.c3682", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2020/consumer/radeon-rx-6800.json b/data/gpu/amd/2020/consumer/radeon-rx-6800.json index 29c0b3f2..605b28e5 100644 --- a/data/gpu/amd/2020/consumer/radeon-rx-6800.json +++ b/data/gpu/amd/2020/consumer/radeon-rx-6800.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2105, "tdp_w": 250, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1872.32, + "timespy_score": 16182, + "passmark_g3d_mark": 22048, + "timespy_extreme_score": 7771, + "speedway_score": 3062, + "octanebench_score": null, + "fp32_tflops": 16.17, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-6800.c3679" + "https://www.techpowerup.com/gpu-specs/radeon-rx-6800.c3679", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2020/consumer/radeon-rx-6900-xt.json b/data/gpu/amd/2020/consumer/radeon-rx-6900-xt.json index 18de765a..ece352be 100644 --- a/data/gpu/amd/2020/consumer/radeon-rx-6900-xt.json +++ b/data/gpu/amd/2020/consumer/radeon-rx-6900-xt.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2250, "tdp_w": 300, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2603.42, + "timespy_score": 20764, + "passmark_g3d_mark": 26686, + "timespy_extreme_score": 10076, + "speedway_score": 3920, + "octanebench_score": null, + "fp32_tflops": 23.04, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-6900-xt.c3683" + "https://www.techpowerup.com/gpu-specs/radeon-rx-6900-xt.c3683", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2021/consumer/radeon-rx-6600-xt.json b/data/gpu/amd/2021/consumer/radeon-rx-6600-xt.json index 12946b01..ae4c6ed7 100644 --- a/data/gpu/amd/2021/consumer/radeon-rx-6600-xt.json +++ b/data/gpu/amd/2021/consumer/radeon-rx-6600-xt.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2589, "tdp_w": 160, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1050.49, + "timespy_score": 9656, + "passmark_g3d_mark": 16444, + "timespy_extreme_score": 4399, + "speedway_score": 1675, + "octanebench_score": null, + "fp32_tflops": 10.6, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-6600-xt.c3774" + "https://www.techpowerup.com/gpu-specs/radeon-rx-6600-xt.c3774", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2021/consumer/radeon-rx-6600.json b/data/gpu/amd/2021/consumer/radeon-rx-6600.json index 6c45ed28..e7ef8a29 100644 --- a/data/gpu/amd/2021/consumer/radeon-rx-6600.json +++ b/data/gpu/amd/2021/consumer/radeon-rx-6600.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2491, "tdp_w": 132, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 933.3, + "timespy_score": 8115, + "passmark_g3d_mark": 15059, + "timespy_extreme_score": 3700, + "speedway_score": 1418, + "octanebench_score": null, + "fp32_tflops": 8.928, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-6600.c3802" + "https://www.techpowerup.com/gpu-specs/radeon-rx-6600.c3802", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2021/consumer/radeon-rx-6700-xt.json b/data/gpu/amd/2021/consumer/radeon-rx-6700-xt.json index 193fb6ff..9a7ad8bc 100644 --- a/data/gpu/amd/2021/consumer/radeon-rx-6700-xt.json +++ b/data/gpu/amd/2021/consumer/radeon-rx-6700-xt.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2581, "tdp_w": 230, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1462.08, + "timespy_score": 12804, + "passmark_g3d_mark": 19733, + "timespy_extreme_score": 5957, + "speedway_score": 2282, + "octanebench_score": null, + "fp32_tflops": 13.21, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-6700-xt.c3699" + "https://www.techpowerup.com/gpu-specs/radeon-rx-6700-xt.c3699", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2021/enterprise/instinct-mi250x.json b/data/gpu/amd/2021/enterprise/instinct-mi250x.json index ab2c06e8..d021fca0 100644 --- a/data/gpu/amd/2021/enterprise/instinct-mi250x.json +++ b/data/gpu/amd/2021/enterprise/instinct-mi250x.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 4.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 47.87, "verified": false, "source_urls": [ "https://www.amd.com/en/products/accelerators/instinct/mi200/mi250x.html", - "https://www.techpowerup.com/gpu-specs/instinct-mi250x.c3837" + "https://www.techpowerup.com/gpu-specs/instinct-mi250x.c3837", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2021/enterprise/radeon-pro-w6800.json b/data/gpu/amd/2021/enterprise/radeon-pro-w6800.json index b3b8b995..0a797e5f 100644 --- a/data/gpu/amd/2021/enterprise/radeon-pro-w6800.json +++ b/data/gpu/amd/2021/enterprise/radeon-pro-w6800.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2320, "tdp_w": 250, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1923.65, + "timespy_score": 15963, + "passmark_g3d_mark": 20122, + "timespy_extreme_score": 7552, + "speedway_score": 3041, + "octanebench_score": null, + "fp32_tflops": 17.82, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Pro", - "https://www.techpowerup.com/gpu-specs/radeon-pro-w6800.c3796" + "https://www.techpowerup.com/gpu-specs/radeon-pro-w6800.c3796", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2022/consumer/radeon-rx-6400.json b/data/gpu/amd/2022/consumer/radeon-rx-6400.json index 870f8d28..15a75388 100644 --- a/data/gpu/amd/2022/consumer/radeon-rx-6400.json +++ b/data/gpu/amd/2022/consumer/radeon-rx-6400.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2321, "tdp_w": 53, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 303.7, + "timespy_score": 3585, + "passmark_g3d_mark": 7740, + "timespy_extreme_score": 1662, + "speedway_score": 103, + "octanebench_score": null, + "fp32_tflops": 3.565, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-6400.c3870" + "https://www.techpowerup.com/gpu-specs/radeon-rx-6400.c3870", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2022/consumer/radeon-rx-6500-xt.json b/data/gpu/amd/2022/consumer/radeon-rx-6500-xt.json index 2ce73356..06ca2941 100644 --- a/data/gpu/amd/2022/consumer/radeon-rx-6500-xt.json +++ b/data/gpu/amd/2022/consumer/radeon-rx-6500-xt.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2815, "tdp_w": 107, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 415.51, + "timespy_score": 4953, + "passmark_g3d_mark": 9624, + "timespy_extreme_score": 2280, + "speedway_score": 180, + "octanebench_score": null, + "fp32_tflops": 5.765, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-6500-xt.c3743" + "https://www.techpowerup.com/gpu-specs/radeon-rx-6500-xt.c3743", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2022/consumer/radeon-rx-6500.json b/data/gpu/amd/2022/consumer/radeon-rx-6500.json index 7d5bf902..cee470a4 100644 --- a/data/gpu/amd/2022/consumer/radeon-rx-6500.json +++ b/data/gpu/amd/2022/consumer/radeon-rx-6500.json @@ -17,11 +17,18 @@ "boost_clock_mhz": 2615, "tdp_w": 107, "pcie_version": "PCIe 4.0", - "blender_score": null, + "blender_score": 328.68, "timespy_score": null, + "passmark_g3d_mark": 7676, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-6500.c3884" + "https://www.techpowerup.com/gpu-specs/radeon-rx-6500.c3884", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/amd/2022/consumer/radeon-rx-6650-xt.json b/data/gpu/amd/2022/consumer/radeon-rx-6650-xt.json index f91086a8..736b3235 100644 --- a/data/gpu/amd/2022/consumer/radeon-rx-6650-xt.json +++ b/data/gpu/amd/2022/consumer/radeon-rx-6650-xt.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2635, "tdp_w": 180, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1064.8, + "timespy_score": 9926, + "passmark_g3d_mark": 17112, + "timespy_extreme_score": 4532, + "speedway_score": 1699, + "octanebench_score": null, + "fp32_tflops": 10.79, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-6650-xt.c3814" + "https://www.techpowerup.com/gpu-specs/radeon-rx-6650-xt.c3814", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2022/consumer/radeon-rx-6700.json b/data/gpu/amd/2022/consumer/radeon-rx-6700.json index df73316c..03d8297c 100644 --- a/data/gpu/amd/2022/consumer/radeon-rx-6700.json +++ b/data/gpu/amd/2022/consumer/radeon-rx-6700.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2495, "tdp_w": 175, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1296.41, + "timespy_score": 11195, + "passmark_g3d_mark": 18936, + "timespy_extreme_score": 5120, + "speedway_score": 1955, + "octanebench_score": null, + "fp32_tflops": 11.29, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-6700.c3941" + "https://www.techpowerup.com/gpu-specs/radeon-rx-6700.c3941", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2022/consumer/radeon-rx-6750-xt.json b/data/gpu/amd/2022/consumer/radeon-rx-6750-xt.json index f7aa1d83..c5b6cb5c 100644 --- a/data/gpu/amd/2022/consumer/radeon-rx-6750-xt.json +++ b/data/gpu/amd/2022/consumer/radeon-rx-6750-xt.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2600, "tdp_w": 250, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1539.12, + "timespy_score": 13542, + "passmark_g3d_mark": 20711, + "timespy_extreme_score": 6275, + "speedway_score": 2376, + "octanebench_score": null, + "fp32_tflops": 13.31, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-6750-xt.c3815" + "https://www.techpowerup.com/gpu-specs/radeon-rx-6750-xt.c3815", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2022/consumer/radeon-rx-6950-xt.json b/data/gpu/amd/2022/consumer/radeon-rx-6950-xt.json index a0c7fcde..ddc567e6 100644 --- a/data/gpu/amd/2022/consumer/radeon-rx-6950-xt.json +++ b/data/gpu/amd/2022/consumer/radeon-rx-6950-xt.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2310, "tdp_w": 335, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2623.1, + "timespy_score": 21537, + "passmark_g3d_mark": 28073, + "timespy_extreme_score": 10545, + "speedway_score": 4087, + "octanebench_score": null, + "fp32_tflops": 23.65, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_6000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-6950-xt.c3840" + "https://www.techpowerup.com/gpu-specs/radeon-rx-6950-xt.c3840", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2022/consumer/radeon-rx-7900-xt.json b/data/gpu/amd/2022/consumer/radeon-rx-7900-xt.json index 6ce5d228..8d0285db 100644 --- a/data/gpu/amd/2022/consumer/radeon-rx-7900-xt.json +++ b/data/gpu/amd/2022/consumer/radeon-rx-7900-xt.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2400, "tdp_w": 315, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 3606.88, + "timespy_score": 26829, + "passmark_g3d_mark": 29042, + "timespy_extreme_score": 13130, + "speedway_score": 5364, + "octanebench_score": null, + "fp32_tflops": 51.48, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_7000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-7900-xt.c3940" + "https://www.techpowerup.com/gpu-specs/radeon-rx-7900-xt.c3940", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2022/consumer/radeon-rx-7900-xtx.json b/data/gpu/amd/2022/consumer/radeon-rx-7900-xtx.json index 9d6fbe46..91c3a1b0 100644 --- a/data/gpu/amd/2022/consumer/radeon-rx-7900-xtx.json +++ b/data/gpu/amd/2022/consumer/radeon-rx-7900-xtx.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2500, "tdp_w": 355, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 4327.39, + "timespy_score": 30512, + "passmark_g3d_mark": 31420, + "timespy_extreme_score": 15278, + "speedway_score": 6363, + "octanebench_score": null, + "fp32_tflops": 61.39, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_7000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-7900-xtx.c3941" + "https://www.techpowerup.com/gpu-specs/radeon-rx-7900-xtx.c3941", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2022/enterprise/instinct-mi210.json b/data/gpu/amd/2022/enterprise/instinct-mi210.json index 3a4ec7a3..b68ea93c 100644 --- a/data/gpu/amd/2022/enterprise/instinct-mi210.json +++ b/data/gpu/amd/2022/enterprise/instinct-mi210.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 4.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 22.63, "verified": false, "source_urls": [ "https://www.amd.com/en/products/accelerators/instinct/mi200/mi210.html", - "https://www.techpowerup.com/gpu-specs/radeon-instinct-mi210.c3857" + "https://www.techpowerup.com/gpu-specs/radeon-instinct-mi210.c3857", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2023/consumer/radeon-rx-7600.json b/data/gpu/amd/2023/consumer/radeon-rx-7600.json index 8ed99a8c..1359864e 100644 --- a/data/gpu/amd/2023/consumer/radeon-rx-7600.json +++ b/data/gpu/amd/2023/consumer/radeon-rx-7600.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2655, "tdp_w": 165, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1156.59, + "timespy_score": 10990, + "passmark_g3d_mark": 16487, + "timespy_extreme_score": 5219, + "speedway_score": 2024, + "octanebench_score": null, + "fp32_tflops": 21.75, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_7000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-7600.c3958" + "https://www.techpowerup.com/gpu-specs/radeon-rx-7600.c3958", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2023/consumer/radeon-rx-7700-xt.json b/data/gpu/amd/2023/consumer/radeon-rx-7700-xt.json index 354a251a..a7b78092 100644 --- a/data/gpu/amd/2023/consumer/radeon-rx-7700-xt.json +++ b/data/gpu/amd/2023/consumer/radeon-rx-7700-xt.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2544, "tdp_w": 245, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2083.57, + "timespy_score": 17075, + "passmark_g3d_mark": 22689, + "timespy_extreme_score": 7853, + "speedway_score": 3181, + "octanebench_score": null, + "fp32_tflops": 35.17, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_7000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-7700-xt.c4012" + "https://www.techpowerup.com/gpu-specs/radeon-rx-7700-xt.c4012", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2023/consumer/radeon-rx-7800-xt.json b/data/gpu/amd/2023/consumer/radeon-rx-7800-xt.json index c5026cac..84239a64 100644 --- a/data/gpu/amd/2023/consumer/radeon-rx-7800-xt.json +++ b/data/gpu/amd/2023/consumer/radeon-rx-7800-xt.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2430, "tdp_w": 263, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2461.16, + "timespy_score": 20086, + "passmark_g3d_mark": 24379, + "timespy_extreme_score": 9448, + "speedway_score": 3978, + "octanebench_score": null, + "fp32_tflops": 37.32, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_7000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-7800-xt.c4011" + "https://www.techpowerup.com/gpu-specs/radeon-rx-7800-xt.c4011", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2023/consumer/radeon-rx-7900-gre.json b/data/gpu/amd/2023/consumer/radeon-rx-7900-gre.json index 4e9a42c1..5ea83f9f 100644 --- a/data/gpu/amd/2023/consumer/radeon-rx-7900-gre.json +++ b/data/gpu/amd/2023/consumer/radeon-rx-7900-gre.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2245, "tdp_w": 260, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2897.93, + "timespy_score": 22476, + "passmark_g3d_mark": 27411, + "timespy_extreme_score": 10591, + "speedway_score": 4417, + "octanebench_score": null, + "fp32_tflops": 45.98, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_7000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-7900-gre.c4023" + "https://www.techpowerup.com/gpu-specs/radeon-rx-7900-gre.c4023", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2023/enterprise/instinct-mi300x.json b/data/gpu/amd/2023/enterprise/instinct-mi300x.json index 84ae4df1..0b853ef3 100644 --- a/data/gpu/amd/2023/enterprise/instinct-mi300x.json +++ b/data/gpu/amd/2023/enterprise/instinct-mi300x.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 5.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 81.72, "verified": false, "source_urls": [ "https://www.amd.com/en/products/accelerators/instinct/mi300/mi300x.html", - "https://www.techpowerup.com/gpu-specs/instinct-mi300x.c4220" + "https://www.techpowerup.com/gpu-specs/instinct-mi300x.c4220", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2023/enterprise/radeon-pro-w7800.json b/data/gpu/amd/2023/enterprise/radeon-pro-w7800.json index b321c378..58e290b5 100644 --- a/data/gpu/amd/2023/enterprise/radeon-pro-w7800.json +++ b/data/gpu/amd/2023/enterprise/radeon-pro-w7800.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2499, "tdp_w": 260, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2818.45, + "timespy_score": 11538, + "passmark_g3d_mark": 27211, + "timespy_extreme_score": 9724, + "speedway_score": 3818, + "octanebench_score": null, + "fp32_tflops": 45.25, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Pro", - "https://www.techpowerup.com/gpu-specs/radeon-pro-w7800.c4147" + "https://www.techpowerup.com/gpu-specs/radeon-pro-w7800.c4147", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2023/enterprise/radeon-pro-w7900.json b/data/gpu/amd/2023/enterprise/radeon-pro-w7900.json index 63f16e60..b32ebec3 100644 --- a/data/gpu/amd/2023/enterprise/radeon-pro-w7900.json +++ b/data/gpu/amd/2023/enterprise/radeon-pro-w7900.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2495, "tdp_w": 295, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 3789.68, + "timespy_score": 15787, + "passmark_g3d_mark": 27729, + "timespy_extreme_score": 11552, + "speedway_score": 4674, + "octanebench_score": null, + "fp32_tflops": 61.32, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_Pro", - "https://www.techpowerup.com/gpu-specs/radeon-pro-w7900.c4022" + "https://www.techpowerup.com/gpu-specs/radeon-pro-w7900.c4022", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2024/consumer/radeon-rx-7600-xt.json b/data/gpu/amd/2024/consumer/radeon-rx-7600-xt.json index d911666c..5eafb6d7 100644 --- a/data/gpu/amd/2024/consumer/radeon-rx-7600-xt.json +++ b/data/gpu/amd/2024/consumer/radeon-rx-7600-xt.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2755, "tdp_w": 190, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1249.61, + "timespy_score": 11241, + "passmark_g3d_mark": 17300, + "timespy_extreme_score": 5289, + "speedway_score": 2044, + "octanebench_score": null, + "fp32_tflops": 22.57, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_7000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-7600-xt.c4038" + "https://www.techpowerup.com/gpu-specs/radeon-rx-7600-xt.c4038", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2024/enterprise/instinct-mi325x.json b/data/gpu/amd/2024/enterprise/instinct-mi325x.json index eeb01bf0..d07d3c63 100644 --- a/data/gpu/amd/2024/enterprise/instinct-mi325x.json +++ b/data/gpu/amd/2024/enterprise/instinct-mi325x.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 5.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 81.72, "verified": false, "source_urls": [ "https://www.amd.com/en/products/accelerators/instinct/mi300/mi325x.html", - "https://www.techpowerup.com/gpu-specs/instinct-mi325x.c4263" + "https://www.techpowerup.com/gpu-specs/instinct-mi325x.c4263", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2025/consumer/radeon-rx-9060-xt-8gb.json b/data/gpu/amd/2025/consumer/radeon-rx-9060-xt-8gb.json index aa34207e..9065de95 100644 --- a/data/gpu/amd/2025/consumer/radeon-rx-9060-xt-8gb.json +++ b/data/gpu/amd/2025/consumer/radeon-rx-9060-xt-8gb.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 3130, "tdp_w": 150, "pcie_version": "PCIe 5.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1614.43, + "timespy_score": 16565, + "passmark_g3d_mark": 20115, + "timespy_extreme_score": 7616, + "speedway_score": 3005, + "octanebench_score": null, + "fp32_tflops": 26.46, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_9000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-9060-xt-8-gb.c4342" + "https://www.techpowerup.com/gpu-specs/radeon-rx-9060-xt-8-gb.c4342", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2025/consumer/radeon-rx-9060-xt.json b/data/gpu/amd/2025/consumer/radeon-rx-9060-xt.json index 8192de3c..d51cfeb3 100644 --- a/data/gpu/amd/2025/consumer/radeon-rx-9060-xt.json +++ b/data/gpu/amd/2025/consumer/radeon-rx-9060-xt.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 3130, "tdp_w": 160, "pcie_version": "PCIe 5.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1614.43, + "timespy_score": 16565, + "passmark_g3d_mark": 20115, + "timespy_extreme_score": 7616, + "speedway_score": 3005, + "octanebench_score": null, + "fp32_tflops": 26.46, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_9000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-9060-xt.c4341" + "https://www.techpowerup.com/gpu-specs/radeon-rx-9060-xt.c4341", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2025/consumer/radeon-rx-9070-gre.json b/data/gpu/amd/2025/consumer/radeon-rx-9070-gre.json index 59228504..6e040ecf 100644 --- a/data/gpu/amd/2025/consumer/radeon-rx-9070-gre.json +++ b/data/gpu/amd/2025/consumer/radeon-rx-9070-gre.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2790, "tdp_w": 220, "pcie_version": "PCIe 5.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2374.22, + "timespy_score": 22072, + "passmark_g3d_mark": 24025, + "timespy_extreme_score": 10326, + "speedway_score": 4300, + "octanebench_score": null, + "fp32_tflops": 34.28, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_9000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-9070-gre.c4308" + "https://www.techpowerup.com/gpu-specs/radeon-rx-9070-gre.c4308", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2025/consumer/radeon-rx-9070-xt.json b/data/gpu/amd/2025/consumer/radeon-rx-9070-xt.json index 482f67a9..1e1cb649 100644 --- a/data/gpu/amd/2025/consumer/radeon-rx-9070-xt.json +++ b/data/gpu/amd/2025/consumer/radeon-rx-9070-xt.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2970, "tdp_w": 304, "pcie_version": "PCIe 5.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 3274.2, + "timespy_score": 30445, + "passmark_g3d_mark": 26905, + "timespy_extreme_score": 14633, + "speedway_score": 6403, + "octanebench_score": null, + "fp32_tflops": 48.66, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_9000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-9070-xt.c4234" + "https://www.techpowerup.com/gpu-specs/radeon-rx-9070-xt.c4234", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2025/consumer/radeon-rx-9070.json b/data/gpu/amd/2025/consumer/radeon-rx-9070.json index bf495307..6eddf320 100644 --- a/data/gpu/amd/2025/consumer/radeon-rx-9070.json +++ b/data/gpu/amd/2025/consumer/radeon-rx-9070.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2520, "tdp_w": 220, "pcie_version": "PCIe 5.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2840.49, + "timespy_score": 26876, + "passmark_g3d_mark": 25401, + "timespy_extreme_score": 13072, + "speedway_score": 5844, + "octanebench_score": null, + "fp32_tflops": 36.13, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_RX_9000_series", - "https://www.techpowerup.com/gpu-specs/radeon-rx-9070.c4235" + "https://www.techpowerup.com/gpu-specs/radeon-rx-9070.c4235", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2025/enterprise/instinct-mi350x.json b/data/gpu/amd/2025/enterprise/instinct-mi350x.json index c11d3123..4b7d66f2 100644 --- a/data/gpu/amd/2025/enterprise/instinct-mi350x.json +++ b/data/gpu/amd/2025/enterprise/instinct-mi350x.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 5.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 72.09, "verified": false, "source_urls": [ "https://www.amd.com/en/products/accelerators/instinct/mi350.html", - "https://www.techpowerup.com/gpu-specs/instinct-mi350x.c4314" + "https://www.techpowerup.com/gpu-specs/instinct-mi350x.c4314", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/amd/2025/enterprise/instinct-mi355x.json b/data/gpu/amd/2025/enterprise/instinct-mi355x.json index 7c71328a..4b981d16 100644 --- a/data/gpu/amd/2025/enterprise/instinct-mi355x.json +++ b/data/gpu/amd/2025/enterprise/instinct-mi355x.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 5.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 78.64, "verified": false, "source_urls": [ "https://www.amd.com/en/products/accelerators/instinct/mi350/mi355x.html", - "https://www.techpowerup.com/gpu-specs/instinct-mi355x.c4315" + "https://www.techpowerup.com/gpu-specs/instinct-mi355x.c4315", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/ati/1996/consumer/rage-ii.json b/data/gpu/ati/1996/consumer/rage-ii.json index 76ed5d1f..8e59c3d3 100644 --- a/data/gpu/ati/1996/consumer/rage-ii.json +++ b/data/gpu/ati/1996/consumer/rage-ii.json @@ -19,6 +19,11 @@ "pcie_version": "PCI", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/ATI_Rage", diff --git a/data/gpu/ati/1997/consumer/rage-pro.json b/data/gpu/ati/1997/consumer/rage-pro.json index e74f55cb..c6244925 100644 --- a/data/gpu/ati/1997/consumer/rage-pro.json +++ b/data/gpu/ati/1997/consumer/rage-pro.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 2x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/ATI_Rage", diff --git a/data/gpu/ati/1998/consumer/rage-128.json b/data/gpu/ati/1998/consumer/rage-128.json index 5a6574ed..0b6feb37 100644 --- a/data/gpu/ati/1998/consumer/rage-128.json +++ b/data/gpu/ati/1998/consumer/rage-128.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 2x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Rage_128", diff --git a/data/gpu/ati/2000/consumer/radeon-ddr.json b/data/gpu/ati/2000/consumer/radeon-ddr.json index b6a3162d..3fbb663e 100644 --- a/data/gpu/ati/2000/consumer/radeon-ddr.json +++ b/data/gpu/ati/2000/consumer/radeon-ddr.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_R100_series", diff --git a/data/gpu/ati/2001/consumer/radeon-7500.json b/data/gpu/ati/2001/consumer/radeon-7500.json index b3b7f00e..79e902f9 100644 --- a/data/gpu/ati/2001/consumer/radeon-7500.json +++ b/data/gpu/ati/2001/consumer/radeon-7500.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 3, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_R100_series", - "https://www.techpowerup.com/gpu-specs/radeon-7500.c886" + "https://www.techpowerup.com/gpu-specs/radeon-7500.c886", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2001/consumer/radeon-8500.json b/data/gpu/ati/2001/consumer/radeon-8500.json index aaaeb52a..7e9c6586 100644 --- a/data/gpu/ati/2001/consumer/radeon-8500.json +++ b/data/gpu/ati/2001/consumer/radeon-8500.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_R200_series", diff --git a/data/gpu/ati/2002/consumer/radeon-9000.json b/data/gpu/ati/2002/consumer/radeon-9000.json index 1ddfc63b..37983187 100644 --- a/data/gpu/ati/2002/consumer/radeon-9000.json +++ b/data/gpu/ati/2002/consumer/radeon-9000.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 4, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_R200_series", - "https://www.techpowerup.com/gpu-specs/radeon-9000.c907" + "https://www.techpowerup.com/gpu-specs/radeon-9000.c907", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2002/consumer/radeon-9700-pro.json b/data/gpu/ati/2002/consumer/radeon-9700-pro.json index fcc48c1c..28a6555f 100644 --- a/data/gpu/ati/2002/consumer/radeon-9700-pro.json +++ b/data/gpu/ati/2002/consumer/radeon-9700-pro.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 8x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 53, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_R300_series", - "https://www.techpowerup.com/gpu-specs/radeon-9700-pro.c911" + "https://www.techpowerup.com/gpu-specs/radeon-9700-pro.c911", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2003/consumer/radeon-9200.json b/data/gpu/ati/2003/consumer/radeon-9200.json index f873563d..7369409a 100644 --- a/data/gpu/ati/2003/consumer/radeon-9200.json +++ b/data/gpu/ati/2003/consumer/radeon-9200.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 8x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 168, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_R200_series", - "https://www.techpowerup.com/gpu-specs/radeon-9200.c930" + "https://www.techpowerup.com/gpu-specs/radeon-9200.c930", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2003/consumer/radeon-9600-pro.json b/data/gpu/ati/2003/consumer/radeon-9600-pro.json index 38204325..ad1bde12 100644 --- a/data/gpu/ati/2003/consumer/radeon-9600-pro.json +++ b/data/gpu/ati/2003/consumer/radeon-9600-pro.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 8x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 42, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_R300_series", - "https://www.techpowerup.com/gpu-specs/radeon-9600-pro.c918" + "https://www.techpowerup.com/gpu-specs/radeon-9600-pro.c918", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2003/consumer/radeon-9800-pro.json b/data/gpu/ati/2003/consumer/radeon-9800-pro.json index 5bf6a9ef..d64b5fbb 100644 --- a/data/gpu/ati/2003/consumer/radeon-9800-pro.json +++ b/data/gpu/ati/2003/consumer/radeon-9800-pro.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 8x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 59, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_R300_series", - "https://www.techpowerup.com/gpu-specs/radeon-9800-pro.c914" + "https://www.techpowerup.com/gpu-specs/radeon-9800-pro.c914", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2004/consumer/radeon-9550.json b/data/gpu/ati/2004/consumer/radeon-9550.json index 36544d61..b60a3979 100644 --- a/data/gpu/ati/2004/consumer/radeon-9550.json +++ b/data/gpu/ati/2004/consumer/radeon-9550.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 8x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 34, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_R300_series", - "https://www.techpowerup.com/gpu-specs/radeon-9550.c917" + "https://www.techpowerup.com/gpu-specs/radeon-9550.c917", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2004/consumer/radeon-x300.json b/data/gpu/ati/2004/consumer/radeon-x300.json index 5460a1dd..487242fb 100644 --- a/data/gpu/ati/2004/consumer/radeon-x300.json +++ b/data/gpu/ati/2004/consumer/radeon-x300.json @@ -19,6 +19,11 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_X300", diff --git a/data/gpu/ati/2004/consumer/radeon-x600-xt.json b/data/gpu/ati/2004/consumer/radeon-x600-xt.json index b7419795..fb7fd3e1 100644 --- a/data/gpu/ati/2004/consumer/radeon-x600-xt.json +++ b/data/gpu/ati/2004/consumer/radeon-x600-xt.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 91, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_X300", - "https://www.techpowerup.com/gpu-specs/radeon-x600-xt.c134" + "https://www.techpowerup.com/gpu-specs/radeon-x600-xt.c134", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2004/consumer/radeon-x700-pro.json b/data/gpu/ati/2004/consumer/radeon-x700-pro.json index 1f0d1952..745e0b16 100644 --- a/data/gpu/ati/2004/consumer/radeon-x700-pro.json +++ b/data/gpu/ati/2004/consumer/radeon-x700-pro.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 75, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_X700", - "https://www.techpowerup.com/gpu-specs/radeon-x700-pro.c1996" + "https://www.techpowerup.com/gpu-specs/radeon-x700-pro.c1996", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2004/consumer/radeon-x800-xt.json b/data/gpu/ati/2004/consumer/radeon-x800-xt.json index 701c7730..855ab088 100644 --- a/data/gpu/ati/2004/consumer/radeon-x800-xt.json +++ b/data/gpu/ati/2004/consumer/radeon-x800-xt.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 8x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 97, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_X800_series", - "https://www.techpowerup.com/gpu-specs/radeon-x800-xt.c920" + "https://www.techpowerup.com/gpu-specs/radeon-x800-xt.c920", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2004/consumer/radeon-x850-xt-platinum-edition.json b/data/gpu/ati/2004/consumer/radeon-x850-xt-platinum-edition.json index b748afff..63d26583 100644 --- a/data/gpu/ati/2004/consumer/radeon-x850-xt-platinum-edition.json +++ b/data/gpu/ati/2004/consumer/radeon-x850-xt-platinum-edition.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 81, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_X800_series", - "https://www.techpowerup.com/gpu-specs/radeon-x850-xt-platinum-edition.c126" + "https://www.techpowerup.com/gpu-specs/radeon-x850-xt-platinum-edition.c126", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2005/consumer/radeon-x1300.json b/data/gpu/ati/2005/consumer/radeon-x1300.json index a6b22197..a8de7abd 100644 --- a/data/gpu/ati/2005/consumer/radeon-x1300.json +++ b/data/gpu/ati/2005/consumer/radeon-x1300.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 58, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_X1000_series", - "https://www.techpowerup.com/gpu-specs/radeon-x1300.c140" + "https://www.techpowerup.com/gpu-specs/radeon-x1300.c140", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2005/consumer/radeon-x1600-pro.json b/data/gpu/ati/2005/consumer/radeon-x1600-pro.json index 27d216a8..dd4e9eea 100644 --- a/data/gpu/ati/2005/consumer/radeon-x1600-pro.json +++ b/data/gpu/ati/2005/consumer/radeon-x1600-pro.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 98, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_X1000_series", - "https://www.techpowerup.com/gpu-specs/radeon-x1600-pro.c138" + "https://www.techpowerup.com/gpu-specs/radeon-x1600-pro.c138", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2005/consumer/radeon-x1800-xt.json b/data/gpu/ati/2005/consumer/radeon-x1800-xt.json index 185326d5..b19dca07 100644 --- a/data/gpu/ati/2005/consumer/radeon-x1800-xt.json +++ b/data/gpu/ati/2005/consumer/radeon-x1800-xt.json @@ -19,6 +19,11 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_X1000_series", diff --git a/data/gpu/ati/2006/consumer/radeon-x1900-xtx.json b/data/gpu/ati/2006/consumer/radeon-x1900-xtx.json index 7af803d1..81fdace7 100644 --- a/data/gpu/ati/2006/consumer/radeon-x1900-xtx.json +++ b/data/gpu/ati/2006/consumer/radeon-x1900-xtx.json @@ -19,6 +19,11 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_X1000_series", diff --git a/data/gpu/ati/2006/consumer/radeon-x1950-pro.json b/data/gpu/ati/2006/consumer/radeon-x1950-pro.json index a478840f..860e81e7 100644 --- a/data/gpu/ati/2006/consumer/radeon-x1950-pro.json +++ b/data/gpu/ati/2006/consumer/radeon-x1950-pro.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 112, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_X1000_series", - "https://www.techpowerup.com/gpu-specs/radeon-x1950-pro.c128" + "https://www.techpowerup.com/gpu-specs/radeon-x1950-pro.c128", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2006/consumer/radeon-x1950-xtx.json b/data/gpu/ati/2006/consumer/radeon-x1950-xtx.json index 352827ee..4533c318 100644 --- a/data/gpu/ati/2006/consumer/radeon-x1950-xtx.json +++ b/data/gpu/ati/2006/consumer/radeon-x1950-xtx.json @@ -19,6 +19,11 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_X1000_series", diff --git a/data/gpu/ati/2007/consumer/radeon-hd-2600-xt.json b/data/gpu/ati/2007/consumer/radeon-hd-2600-xt.json index cbe5288b..483ee376 100644 --- a/data/gpu/ati/2007/consumer/radeon-hd-2600-xt.json +++ b/data/gpu/ati/2007/consumer/radeon-hd-2600-xt.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 282, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_2000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-2600-xt.c225" + "https://www.techpowerup.com/gpu-specs/radeon-hd-2600-xt.c225", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2007/consumer/radeon-hd-2900-xt.json b/data/gpu/ati/2007/consumer/radeon-hd-2900-xt.json index 6ccc6830..0dfb5893 100644 --- a/data/gpu/ati/2007/consumer/radeon-hd-2900-xt.json +++ b/data/gpu/ati/2007/consumer/radeon-hd-2900-xt.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 659, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_2000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-2900-xt.c121" + "https://www.techpowerup.com/gpu-specs/radeon-hd-2900-xt.c121", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2007/consumer/radeon-hd-3850.json b/data/gpu/ati/2007/consumer/radeon-hd-3850.json index c014692d..98655465 100644 --- a/data/gpu/ati/2007/consumer/radeon-hd-3850.json +++ b/data/gpu/ati/2007/consumer/radeon-hd-3850.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 401, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_3000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-3850.c204" + "https://www.techpowerup.com/gpu-specs/radeon-hd-3850.c204", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2007/consumer/radeon-hd-3870.json b/data/gpu/ati/2007/consumer/radeon-hd-3870.json index 258782d1..deaa52dc 100644 --- a/data/gpu/ati/2007/consumer/radeon-hd-3870.json +++ b/data/gpu/ati/2007/consumer/radeon-hd-3870.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 551, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_3000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-3870.c200" + "https://www.techpowerup.com/gpu-specs/radeon-hd-3870.c200", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2008/consumer/radeon-hd-4670.json b/data/gpu/ati/2008/consumer/radeon-hd-4670.json index a4c057d7..278f3076 100644 --- a/data/gpu/ati/2008/consumer/radeon-hd-4670.json +++ b/data/gpu/ati/2008/consumer/radeon-hd-4670.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 381, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_4000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-4670.c220" + "https://www.techpowerup.com/gpu-specs/radeon-hd-4670.c220", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2008/consumer/radeon-hd-4830.json b/data/gpu/ati/2008/consumer/radeon-hd-4830.json index 56264821..cc078c51 100644 --- a/data/gpu/ati/2008/consumer/radeon-hd-4830.json +++ b/data/gpu/ati/2008/consumer/radeon-hd-4830.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 865, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_4000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-4830.c219" + "https://www.techpowerup.com/gpu-specs/radeon-hd-4830.c219", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2008/consumer/radeon-hd-4850.json b/data/gpu/ati/2008/consumer/radeon-hd-4850.json index 7d84e88a..f0f4227e 100644 --- a/data/gpu/ati/2008/consumer/radeon-hd-4850.json +++ b/data/gpu/ati/2008/consumer/radeon-hd-4850.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 947, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_4000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-4850.c216" + "https://www.techpowerup.com/gpu-specs/radeon-hd-4850.c216", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2008/consumer/radeon-hd-4870-x2.json b/data/gpu/ati/2008/consumer/radeon-hd-4870-x2.json index f0e2fe1e..8d1a59b2 100644 --- a/data/gpu/ati/2008/consumer/radeon-hd-4870-x2.json +++ b/data/gpu/ati/2008/consumer/radeon-hd-4870-x2.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 1309, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_4000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-4870-x2.c213" + "https://www.techpowerup.com/gpu-specs/radeon-hd-4870-x2.c213", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2008/consumer/radeon-hd-4870.json b/data/gpu/ati/2008/consumer/radeon-hd-4870.json index 2cb9c9a7..4b65bfa8 100644 --- a/data/gpu/ati/2008/consumer/radeon-hd-4870.json +++ b/data/gpu/ati/2008/consumer/radeon-hd-4870.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 1386, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_4000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-4870.c215" + "https://www.techpowerup.com/gpu-specs/radeon-hd-4870.c215", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2009/consumer/radeon-hd-4770.json b/data/gpu/ati/2009/consumer/radeon-hd-4770.json index 2e214a51..fc1e1162 100644 --- a/data/gpu/ati/2009/consumer/radeon-hd-4770.json +++ b/data/gpu/ati/2009/consumer/radeon-hd-4770.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 908, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_4000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-4770.c222" + "https://www.techpowerup.com/gpu-specs/radeon-hd-4770.c222", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/ati/2009/consumer/radeon-hd-4890.json b/data/gpu/ati/2009/consumer/radeon-hd-4890.json index 11b0e737..159a8402 100644 --- a/data/gpu/ati/2009/consumer/radeon-hd-4890.json +++ b/data/gpu/ati/2009/consumer/radeon-hd-4890.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 1545, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Radeon_HD_4000_series", - "https://www.techpowerup.com/gpu-specs/radeon-hd-4890.c218" + "https://www.techpowerup.com/gpu-specs/radeon-hd-4890.c218", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/intel/2022/consumer/arc-a310.json b/data/gpu/intel/2022/consumer/arc-a310.json index 32392853..593054fb 100644 --- a/data/gpu/intel/2022/consumer/arc-a310.json +++ b/data/gpu/intel/2022/consumer/arc-a310.json @@ -18,10 +18,18 @@ "tdp_w": 75, "pcie_version": "PCIe 4.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 3061, + "passmark_g3d_mark": 5464, + "timespy_extreme_score": 1496, + "speedway_score": 232, + "octanebench_score": null, + "fp32_tflops": 2.688, "verified": false, "source_urls": [ "https://www.intel.com/content/www/us/en/products/sku/228341/intel-arc-a310-graphics-4gb/specifications.html", - "https://www.techpowerup.com/gpu-specs/intel-arc-a310.c3850" + "https://www.techpowerup.com/gpu-specs/intel-arc-a310.c3850", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/intel/2022/consumer/arc-a380.json b/data/gpu/intel/2022/consumer/arc-a380.json index 9e69aab8..c23e4673 100644 --- a/data/gpu/intel/2022/consumer/arc-a380.json +++ b/data/gpu/intel/2022/consumer/arc-a380.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2450, "tdp_w": 75, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 520.25, + "timespy_score": 4235, + "passmark_g3d_mark": 6312, + "timespy_extreme_score": 2008, + "speedway_score": 554, + "octanebench_score": null, + "fp32_tflops": 4.198, "verified": false, "source_urls": [ "https://www.intel.com/content/www/us/en/products/sku/227959/intel-arc-a380-graphics/specifications.html", - "https://www.techpowerup.com/gpu-specs/intel-arc-a380.c3838" + "https://www.techpowerup.com/gpu-specs/intel-arc-a380.c3838", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/intel/2022/consumer/arc-a750.json b/data/gpu/intel/2022/consumer/arc-a750.json index be8190fb..aea3d4c1 100644 --- a/data/gpu/intel/2022/consumer/arc-a750.json +++ b/data/gpu/intel/2022/consumer/arc-a750.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2400, "tdp_w": 225, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2226.39, + "timespy_score": 12453, + "passmark_g3d_mark": 12620, + "timespy_extreme_score": 6033, + "speedway_score": 2355, + "octanebench_score": null, + "fp32_tflops": 17.2, "verified": false, "source_urls": [ "https://www.intel.com/content/www/us/en/products/sku/227959/intel-arc-a750-graphics/specifications.html", - "https://www.techpowerup.com/gpu-specs/intel-arc-a750.c3848" + "https://www.techpowerup.com/gpu-specs/intel-arc-a750.c3848", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/intel/2022/consumer/arc-a770-8gb.json b/data/gpu/intel/2022/consumer/arc-a770-8gb.json index 9cde056c..60108a6c 100644 --- a/data/gpu/intel/2022/consumer/arc-a770-8gb.json +++ b/data/gpu/intel/2022/consumer/arc-a770-8gb.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2400, "tdp_w": 225, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2448.23, + "timespy_score": 13560, + "passmark_g3d_mark": 13353, + "timespy_extreme_score": 6525, + "speedway_score": 2442, + "octanebench_score": null, + "fp32_tflops": 19.66, "verified": false, "source_urls": [ "https://www.intel.com/content/www/us/en/products/sku/227958/intel-arc-a770-graphics-8gb/specifications.html", - "https://www.techpowerup.com/gpu-specs/intel-arc-a770-8-gb.c3914" + "https://www.techpowerup.com/gpu-specs/intel-arc-a770-8-gb.c3914", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/intel/2022/consumer/arc-a770.json b/data/gpu/intel/2022/consumer/arc-a770.json index 345f23de..84b2394a 100644 --- a/data/gpu/intel/2022/consumer/arc-a770.json +++ b/data/gpu/intel/2022/consumer/arc-a770.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2400, "tdp_w": 225, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2448.23, + "timespy_score": 13560, + "passmark_g3d_mark": 13353, + "timespy_extreme_score": 6525, + "speedway_score": 2442, + "octanebench_score": null, + "fp32_tflops": 19.66, "verified": false, "source_urls": [ "https://www.intel.com/content/www/us/en/products/sku/229151/intel-arc-a770-graphics-16gb/specifications.html", - "https://www.techpowerup.com/gpu-specs/intel-arc-a770.c3849" + "https://www.techpowerup.com/gpu-specs/intel-arc-a770.c3849", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/intel/2023/consumer/arc-a580.json b/data/gpu/intel/2023/consumer/arc-a580.json index a323b728..5fd9abf1 100644 --- a/data/gpu/intel/2023/consumer/arc-a580.json +++ b/data/gpu/intel/2023/consumer/arc-a580.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2000, "tdp_w": 185, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1876.1, + "timespy_score": 10855, + "passmark_g3d_mark": 12041, + "timespy_extreme_score": 5186, + "speedway_score": 2058, + "octanebench_score": null, + "fp32_tflops": 12.29, "verified": false, "source_urls": [ "https://www.intel.com/content/www/us/en/products/sku/232196/intel-arc-a580-graphics-8gb/specifications.html", - "https://www.techpowerup.com/gpu-specs/intel-arc-a580.c3953" + "https://www.techpowerup.com/gpu-specs/intel-arc-a580.c3953", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/intel/2024/consumer/arc-b580.json b/data/gpu/intel/2024/consumer/arc-b580.json index d6105dfc..926a7834 100644 --- a/data/gpu/intel/2024/consumer/arc-b580.json +++ b/data/gpu/intel/2024/consumer/arc-b580.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2670, "tdp_w": 190, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2372.61, + "timespy_score": 14701, + "passmark_g3d_mark": 15985, + "timespy_extreme_score": 7068, + "speedway_score": 2478, + "octanebench_score": null, + "fp32_tflops": 13.67, "verified": false, "source_urls": [ "https://www.intel.com/content/www/us/en/products/sku/243045/intel-arc-b580-graphics/specifications.html", - "https://www.techpowerup.com/gpu-specs/intel-arc-b580.c4201" + "https://www.techpowerup.com/gpu-specs/intel-arc-b580.c4201", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/intel/2025/consumer/arc-b570.json b/data/gpu/intel/2025/consumer/arc-b570.json index 65fec80e..c41b84fd 100644 --- a/data/gpu/intel/2025/consumer/arc-b570.json +++ b/data/gpu/intel/2025/consumer/arc-b570.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2580, "tdp_w": 150, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1848.05, + "timespy_score": 12600, + "passmark_g3d_mark": 14100, + "timespy_extreme_score": 6004, + "speedway_score": 1948, + "octanebench_score": null, + "fp32_tflops": 11.52, "verified": false, "source_urls": [ "https://www.intel.com/content/www/us/en/products/sku/243047/intel-arc-b570-graphics/specifications.html", - "https://www.techpowerup.com/gpu-specs/intel-arc-b570.c4202" + "https://www.techpowerup.com/gpu-specs/intel-arc-b570.c4202", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/matrox/1995/consumer/millennium.json b/data/gpu/matrox/1995/consumer/millennium.json index 3bdd6792..b049f9f2 100644 --- a/data/gpu/matrox/1995/consumer/millennium.json +++ b/data/gpu/matrox/1995/consumer/millennium.json @@ -19,6 +19,11 @@ "pcie_version": "PCI", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Matrox_Mystique#Millennium", diff --git a/data/gpu/matrox/1996/consumer/millennium-ii.json b/data/gpu/matrox/1996/consumer/millennium-ii.json index ecc2a345..2fb6ed88 100644 --- a/data/gpu/matrox/1996/consumer/millennium-ii.json +++ b/data/gpu/matrox/1996/consumer/millennium-ii.json @@ -19,6 +19,11 @@ "pcie_version": "PCI", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Matrox_Mystique#Millennium_II", diff --git a/data/gpu/matrox/1996/consumer/mystique.json b/data/gpu/matrox/1996/consumer/mystique.json index a38dad2f..bfb8c558 100644 --- a/data/gpu/matrox/1996/consumer/mystique.json +++ b/data/gpu/matrox/1996/consumer/mystique.json @@ -19,6 +19,11 @@ "pcie_version": "PCI", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Matrox_Mystique", diff --git a/data/gpu/matrox/1998/consumer/millennium-g200.json b/data/gpu/matrox/1998/consumer/millennium-g200.json index 537dab6f..8aa26bf0 100644 --- a/data/gpu/matrox/1998/consumer/millennium-g200.json +++ b/data/gpu/matrox/1998/consumer/millennium-g200.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 2x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Matrox_Mystique", diff --git a/data/gpu/matrox/1999/consumer/millennium-g400.json b/data/gpu/matrox/1999/consumer/millennium-g400.json index db115574..710e855d 100644 --- a/data/gpu/matrox/1999/consumer/millennium-g400.json +++ b/data/gpu/matrox/1999/consumer/millennium-g400.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Matrox_Millennium_G400", diff --git a/data/gpu/matrox/2000/consumer/millennium-g450.json b/data/gpu/matrox/2000/consumer/millennium-g450.json index 0408d6c9..450efb33 100644 --- a/data/gpu/matrox/2000/consumer/millennium-g450.json +++ b/data/gpu/matrox/2000/consumer/millennium-g450.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Matrox_Millennium_G450", diff --git a/data/gpu/matrox/2001/consumer/millennium-g550.json b/data/gpu/matrox/2001/consumer/millennium-g550.json index 83fb0a1a..ca31eab9 100644 --- a/data/gpu/matrox/2001/consumer/millennium-g550.json +++ b/data/gpu/matrox/2001/consumer/millennium-g550.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Matrox#G450/G550", diff --git a/data/gpu/matrox/2002/consumer/parhelia-512.json b/data/gpu/matrox/2002/consumer/parhelia-512.json index 5df0197c..f9043109 100644 --- a/data/gpu/matrox/2002/consumer/parhelia-512.json +++ b/data/gpu/matrox/2002/consumer/parhelia-512.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Matrox_Parhelia", diff --git a/data/gpu/moore-threads/2021/consumer/mtt-s60.json b/data/gpu/moore-threads/2021/consumer/mtt-s60.json index b0aabdee..54c3096c 100644 --- a/data/gpu/moore-threads/2021/consumer/mtt-s60.json +++ b/data/gpu/moore-threads/2021/consumer/mtt-s60.json @@ -19,6 +19,11 @@ "pcie_version": "PCIe 4.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://www.mthreads.com/product/MTTS60", diff --git a/data/gpu/moore-threads/2022/consumer/mtt-s80.json b/data/gpu/moore-threads/2022/consumer/mtt-s80.json index 639059bd..0e396bf8 100644 --- a/data/gpu/moore-threads/2022/consumer/mtt-s80.json +++ b/data/gpu/moore-threads/2022/consumer/mtt-s80.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 5.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 14.75, "verified": false, "source_urls": [ "https://www.mthreads.com/product/MTTS80", - "https://www.techpowerup.com/gpu-specs/mtt-s80.c4031" + "https://www.techpowerup.com/gpu-specs/mtt-s80.c4031", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/moore-threads/2022/enterprise/mtt-s3000.json b/data/gpu/moore-threads/2022/enterprise/mtt-s3000.json index b1554b28..03c00bb6 100644 --- a/data/gpu/moore-threads/2022/enterprise/mtt-s3000.json +++ b/data/gpu/moore-threads/2022/enterprise/mtt-s3000.json @@ -19,6 +19,11 @@ "pcie_version": "PCIe 5.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://www.mthreads.com/product/MTTS3000", diff --git a/data/gpu/moore-threads/2023/consumer/mtt-s70.json b/data/gpu/moore-threads/2023/consumer/mtt-s70.json index 64b5acc1..99ac2f2f 100644 --- a/data/gpu/moore-threads/2023/consumer/mtt-s70.json +++ b/data/gpu/moore-threads/2023/consumer/mtt-s70.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 5.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 11.47, "verified": false, "source_urls": [ "https://www.mthreads.com/product/MTTS70", - "https://www.techpowerup.com/gpu-specs/mtt-s70.c4054" + "https://www.techpowerup.com/gpu-specs/mtt-s70.c4054", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/moore-threads/2023/enterprise/mtt-s4000.json b/data/gpu/moore-threads/2023/enterprise/mtt-s4000.json index b21fe19b..fb03aa2b 100644 --- a/data/gpu/moore-threads/2023/enterprise/mtt-s4000.json +++ b/data/gpu/moore-threads/2023/enterprise/mtt-s4000.json @@ -19,6 +19,11 @@ "pcie_version": "PCIe 5.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://www.mthreads.com/product/MTTS4000", diff --git a/data/gpu/nvidia/1995/consumer/nv1.json b/data/gpu/nvidia/1995/consumer/nv1.json index 5535c71d..27353f8b 100644 --- a/data/gpu/nvidia/1995/consumer/nv1.json +++ b/data/gpu/nvidia/1995/consumer/nv1.json @@ -19,6 +19,11 @@ "pcie_version": "PCI", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/NV1", diff --git a/data/gpu/nvidia/1997/consumer/riva-128.json b/data/gpu/nvidia/1997/consumer/riva-128.json index c61ee02d..03d54a5e 100644 --- a/data/gpu/nvidia/1997/consumer/riva-128.json +++ b/data/gpu/nvidia/1997/consumer/riva-128.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 2x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/RIVA_128", diff --git a/data/gpu/nvidia/1998/consumer/riva-tnt.json b/data/gpu/nvidia/1998/consumer/riva-tnt.json index a1eabc78..377f192b 100644 --- a/data/gpu/nvidia/1998/consumer/riva-tnt.json +++ b/data/gpu/nvidia/1998/consumer/riva-tnt.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 2x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/RIVA_TNT", diff --git a/data/gpu/nvidia/1999/consumer/geforce-256.json b/data/gpu/nvidia/1999/consumer/geforce-256.json index 9ac81e34..c0e9896a 100644 --- a/data/gpu/nvidia/1999/consumer/geforce-256.json +++ b/data/gpu/nvidia/1999/consumer/geforce-256.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 5, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_256", - "https://www.techpowerup.com/gpu-specs/geforce-256-sdr.c721" + "https://www.techpowerup.com/gpu-specs/geforce-256-sdr.c721", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/1999/consumer/riva-tnt2-ultra.json b/data/gpu/nvidia/1999/consumer/riva-tnt2-ultra.json index 35ac522d..f9ccad19 100644 --- a/data/gpu/nvidia/1999/consumer/riva-tnt2-ultra.json +++ b/data/gpu/nvidia/1999/consumer/riva-tnt2-ultra.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/RIVA_TNT2", diff --git a/data/gpu/nvidia/1999/consumer/riva-tnt2.json b/data/gpu/nvidia/1999/consumer/riva-tnt2.json index e2c56bcc..c903092f 100644 --- a/data/gpu/nvidia/1999/consumer/riva-tnt2.json +++ b/data/gpu/nvidia/1999/consumer/riva-tnt2.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 3, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/RIVA_TNT2", - "https://www.techpowerup.com/gpu-specs/riva-tnt2.c709" + "https://www.techpowerup.com/gpu-specs/riva-tnt2.c709", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2000/consumer/geforce2-gts.json b/data/gpu/nvidia/2000/consumer/geforce2-gts.json index fe128d48..f1cb23ec 100644 --- a/data/gpu/nvidia/2000/consumer/geforce2-gts.json +++ b/data/gpu/nvidia/2000/consumer/geforce2-gts.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 3, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_2_series", - "https://www.techpowerup.com/gpu-specs/geforce2-gts.c722" + "https://www.techpowerup.com/gpu-specs/geforce2-gts.c722", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2000/consumer/geforce2-mx.json b/data/gpu/nvidia/2000/consumer/geforce2-mx.json index 260d10a1..63a2a009 100644 --- a/data/gpu/nvidia/2000/consumer/geforce2-mx.json +++ b/data/gpu/nvidia/2000/consumer/geforce2-mx.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 2, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_2_series#GeForce2_MX", - "https://www.techpowerup.com/gpu-specs/geforce2-mx.c724" + "https://www.techpowerup.com/gpu-specs/geforce2-mx.c724", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2000/consumer/geforce2-ultra.json b/data/gpu/nvidia/2000/consumer/geforce2-ultra.json index dd48664c..a72e9502 100644 --- a/data/gpu/nvidia/2000/consumer/geforce2-ultra.json +++ b/data/gpu/nvidia/2000/consumer/geforce2-ultra.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 6, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_2_series", - "https://www.techpowerup.com/gpu-specs/geforce2-ultra.c727" + "https://www.techpowerup.com/gpu-specs/geforce2-ultra.c727", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2001/consumer/geforce2-ti.json b/data/gpu/nvidia/2001/consumer/geforce2-ti.json index 434ff758..a61c351c 100644 --- a/data/gpu/nvidia/2001/consumer/geforce2-ti.json +++ b/data/gpu/nvidia/2001/consumer/geforce2-ti.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 4, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_2_series", - "https://www.techpowerup.com/gpu-specs/geforce2-ti.c728" + "https://www.techpowerup.com/gpu-specs/geforce2-ti.c728", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2001/consumer/geforce3-ti-200.json b/data/gpu/nvidia/2001/consumer/geforce3-ti-200.json index 75b7198e..79a2c62f 100644 --- a/data/gpu/nvidia/2001/consumer/geforce3-ti-200.json +++ b/data/gpu/nvidia/2001/consumer/geforce3-ti-200.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 4, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_3_series", - "https://www.techpowerup.com/gpu-specs/geforce3-ti-200.c713" + "https://www.techpowerup.com/gpu-specs/geforce3-ti-200.c713", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2001/consumer/geforce3-ti-500.json b/data/gpu/nvidia/2001/consumer/geforce3-ti-500.json index 95067492..a54b5f63 100644 --- a/data/gpu/nvidia/2001/consumer/geforce3-ti-500.json +++ b/data/gpu/nvidia/2001/consumer/geforce3-ti-500.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 2, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_3_series", - "https://www.techpowerup.com/gpu-specs/geforce3-ti-500.c712" + "https://www.techpowerup.com/gpu-specs/geforce3-ti-500.c712", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2001/consumer/geforce3.json b/data/gpu/nvidia/2001/consumer/geforce3.json index bc5cc7d0..d8c38b83 100644 --- a/data/gpu/nvidia/2001/consumer/geforce3.json +++ b/data/gpu/nvidia/2001/consumer/geforce3.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 4, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_3_series", - "https://www.techpowerup.com/gpu-specs/geforce3.c711" + "https://www.techpowerup.com/gpu-specs/geforce3.c711", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2002/consumer/geforce4-mx-440.json b/data/gpu/nvidia/2002/consumer/geforce4-mx-440.json index 8c60b03c..428f892f 100644 --- a/data/gpu/nvidia/2002/consumer/geforce4-mx-440.json +++ b/data/gpu/nvidia/2002/consumer/geforce4-mx-440.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 4, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_4_series#GeForce4_MX", - "https://www.techpowerup.com/gpu-specs/geforce4-mx-440.c716" + "https://www.techpowerup.com/gpu-specs/geforce4-mx-440.c716", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2002/consumer/geforce4-ti-4200.json b/data/gpu/nvidia/2002/consumer/geforce4-ti-4200.json index 212efd2a..36f62e5b 100644 --- a/data/gpu/nvidia/2002/consumer/geforce4-ti-4200.json +++ b/data/gpu/nvidia/2002/consumer/geforce4-ti-4200.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 5, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_4_series", - "https://www.techpowerup.com/gpu-specs/geforce4-ti-4200.c719" + "https://www.techpowerup.com/gpu-specs/geforce4-ti-4200.c719", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2002/consumer/geforce4-ti-4400.json b/data/gpu/nvidia/2002/consumer/geforce4-ti-4400.json index d8df52a5..a821288f 100644 --- a/data/gpu/nvidia/2002/consumer/geforce4-ti-4400.json +++ b/data/gpu/nvidia/2002/consumer/geforce4-ti-4400.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 7, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_4_series", - "https://www.techpowerup.com/gpu-specs/geforce4-ti-4400.c717" + "https://www.techpowerup.com/gpu-specs/geforce4-ti-4400.c717", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2002/consumer/geforce4-ti-4600.json b/data/gpu/nvidia/2002/consumer/geforce4-ti-4600.json index b61c2fb6..ff52a29b 100644 --- a/data/gpu/nvidia/2002/consumer/geforce4-ti-4600.json +++ b/data/gpu/nvidia/2002/consumer/geforce4-ti-4600.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 5, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_4_series", - "https://www.techpowerup.com/gpu-specs/geforce4-ti-4600.c715" + "https://www.techpowerup.com/gpu-specs/geforce4-ti-4600.c715", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2003/consumer/geforce-fx-5200.json b/data/gpu/nvidia/2003/consumer/geforce-fx-5200.json index f43bcd4c..02716ff8 100644 --- a/data/gpu/nvidia/2003/consumer/geforce-fx-5200.json +++ b/data/gpu/nvidia/2003/consumer/geforce-fx-5200.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 8x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 7, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_FX_series", - "https://www.techpowerup.com/gpu-specs/geforce-fx-5200.c731" + "https://www.techpowerup.com/gpu-specs/geforce-fx-5200.c731", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2003/consumer/geforce-fx-5600.json b/data/gpu/nvidia/2003/consumer/geforce-fx-5600.json index b8fa39b2..4c0712f9 100644 --- a/data/gpu/nvidia/2003/consumer/geforce-fx-5600.json +++ b/data/gpu/nvidia/2003/consumer/geforce-fx-5600.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 8x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 12, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_FX_series", - "https://www.techpowerup.com/gpu-specs/geforce-fx-5600.c732" + "https://www.techpowerup.com/gpu-specs/geforce-fx-5600.c732", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2003/consumer/geforce-fx-5700.json b/data/gpu/nvidia/2003/consumer/geforce-fx-5700.json index c72f08af..432534d7 100644 --- a/data/gpu/nvidia/2003/consumer/geforce-fx-5700.json +++ b/data/gpu/nvidia/2003/consumer/geforce-fx-5700.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 8x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 40, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_FX_series", - "https://www.techpowerup.com/gpu-specs/geforce-fx-5700.c740" + "https://www.techpowerup.com/gpu-specs/geforce-fx-5700.c740", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2003/consumer/geforce-fx-5800-ultra.json b/data/gpu/nvidia/2003/consumer/geforce-fx-5800-ultra.json index 8d4da094..0264146a 100644 --- a/data/gpu/nvidia/2003/consumer/geforce-fx-5800-ultra.json +++ b/data/gpu/nvidia/2003/consumer/geforce-fx-5800-ultra.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 8x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_FX_series", diff --git a/data/gpu/nvidia/2003/consumer/geforce-fx-5900-ultra.json b/data/gpu/nvidia/2003/consumer/geforce-fx-5900-ultra.json index 1a0f1f50..feeabf88 100644 --- a/data/gpu/nvidia/2003/consumer/geforce-fx-5900-ultra.json +++ b/data/gpu/nvidia/2003/consumer/geforce-fx-5900-ultra.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 8x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 41, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_FX_series", - "https://www.techpowerup.com/gpu-specs/geforce-fx-5900-ultra.c734" + "https://www.techpowerup.com/gpu-specs/geforce-fx-5900-ultra.c734", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2003/consumer/geforce-fx-5950-ultra.json b/data/gpu/nvidia/2003/consumer/geforce-fx-5950-ultra.json index 8097261c..e9bf1893 100644 --- a/data/gpu/nvidia/2003/consumer/geforce-fx-5950-ultra.json +++ b/data/gpu/nvidia/2003/consumer/geforce-fx-5950-ultra.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 8x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 59, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_FX_series", - "https://www.techpowerup.com/gpu-specs/geforce-fx-5950-ultra.c735" + "https://www.techpowerup.com/gpu-specs/geforce-fx-5950-ultra.c735", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2004/consumer/geforce-6200.json b/data/gpu/nvidia/2004/consumer/geforce-6200.json index cbc2e0e5..178d5ae8 100644 --- a/data/gpu/nvidia/2004/consumer/geforce-6200.json +++ b/data/gpu/nvidia/2004/consumer/geforce-6200.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 37, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_6_series", - "https://www.techpowerup.com/gpu-specs/geforce-6200.c193" + "https://www.techpowerup.com/gpu-specs/geforce-6200.c193", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2004/consumer/geforce-6600-gt.json b/data/gpu/nvidia/2004/consumer/geforce-6600-gt.json index c137c8c4..8db03464 100644 --- a/data/gpu/nvidia/2004/consumer/geforce-6600-gt.json +++ b/data/gpu/nvidia/2004/consumer/geforce-6600-gt.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 142, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_6_series", - "https://www.techpowerup.com/gpu-specs/geforce-6600-gt.c757" + "https://www.techpowerup.com/gpu-specs/geforce-6600-gt.c757", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2004/consumer/geforce-6600.json b/data/gpu/nvidia/2004/consumer/geforce-6600.json index 90e021e7..52089685 100644 --- a/data/gpu/nvidia/2004/consumer/geforce-6600.json +++ b/data/gpu/nvidia/2004/consumer/geforce-6600.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 85, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_6_series", - "https://www.techpowerup.com/gpu-specs/geforce-6600.c171" + "https://www.techpowerup.com/gpu-specs/geforce-6600.c171", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2004/consumer/geforce-6800-gt.json b/data/gpu/nvidia/2004/consumer/geforce-6800-gt.json index fa3b8ca5..a8cb2289 100644 --- a/data/gpu/nvidia/2004/consumer/geforce-6800-gt.json +++ b/data/gpu/nvidia/2004/consumer/geforce-6800-gt.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 8x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 142, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_6_series", - "https://www.techpowerup.com/gpu-specs/geforce-6800-gt.c750" + "https://www.techpowerup.com/gpu-specs/geforce-6800-gt.c750", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2004/consumer/geforce-6800-ultra.json b/data/gpu/nvidia/2004/consumer/geforce-6800-ultra.json index 02d14120..cdecfe15 100644 --- a/data/gpu/nvidia/2004/consumer/geforce-6800-ultra.json +++ b/data/gpu/nvidia/2004/consumer/geforce-6800-ultra.json @@ -19,9 +19,15 @@ "pcie_version": "AGP 8x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 138, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_6_series", - "https://www.techpowerup.com/gpu-specs/geforce-6800-ultra.c747" + "https://www.techpowerup.com/gpu-specs/geforce-6800-ultra.c747", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2005/consumer/geforce-7800-gtx.json b/data/gpu/nvidia/2005/consumer/geforce-7800-gtx.json index 7543d2bf..941be3b7 100644 --- a/data/gpu/nvidia/2005/consumer/geforce-7800-gtx.json +++ b/data/gpu/nvidia/2005/consumer/geforce-7800-gtx.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 268, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_7_series", - "https://www.techpowerup.com/gpu-specs/geforce-7800-gtx.c188" + "https://www.techpowerup.com/gpu-specs/geforce-7800-gtx.c188", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2006/consumer/geforce-7600-gt.json b/data/gpu/nvidia/2006/consumer/geforce-7600-gt.json index 55c028f8..e10945bf 100644 --- a/data/gpu/nvidia/2006/consumer/geforce-7600-gt.json +++ b/data/gpu/nvidia/2006/consumer/geforce-7600-gt.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 234, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_7_series", - "https://www.techpowerup.com/gpu-specs/geforce-7600-gt.c181" + "https://www.techpowerup.com/gpu-specs/geforce-7600-gt.c181", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2006/consumer/geforce-7900-gs.json b/data/gpu/nvidia/2006/consumer/geforce-7900-gs.json index 63665ac0..5e7945b6 100644 --- a/data/gpu/nvidia/2006/consumer/geforce-7900-gs.json +++ b/data/gpu/nvidia/2006/consumer/geforce-7900-gs.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 262, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_7_series", - "https://www.techpowerup.com/gpu-specs/geforce-7900-gs.c186" + "https://www.techpowerup.com/gpu-specs/geforce-7900-gs.c186", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2006/consumer/geforce-7900-gtx.json b/data/gpu/nvidia/2006/consumer/geforce-7900-gtx.json index 1748334d..406d06af 100644 --- a/data/gpu/nvidia/2006/consumer/geforce-7900-gtx.json +++ b/data/gpu/nvidia/2006/consumer/geforce-7900-gtx.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 387, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_7_series", - "https://www.techpowerup.com/gpu-specs/geforce-7900-gtx.c184" + "https://www.techpowerup.com/gpu-specs/geforce-7900-gtx.c184", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2006/consumer/geforce-7950-gx2.json b/data/gpu/nvidia/2006/consumer/geforce-7950-gx2.json index f79caa6a..37cf3703 100644 --- a/data/gpu/nvidia/2006/consumer/geforce-7950-gx2.json +++ b/data/gpu/nvidia/2006/consumer/geforce-7950-gx2.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 267, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_7_series#GeForce_7950_GX2", - "https://www.techpowerup.com/gpu-specs/geforce-7950-gx2.c181" + "https://www.techpowerup.com/gpu-specs/geforce-7950-gx2.c181", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2006/consumer/geforce-8800-gtx.json b/data/gpu/nvidia/2006/consumer/geforce-8800-gtx.json index cdad813e..dff45ee9 100644 --- a/data/gpu/nvidia/2006/consumer/geforce-8800-gtx.json +++ b/data/gpu/nvidia/2006/consumer/geforce-8800-gtx.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 555, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_8_series", - "https://www.techpowerup.com/gpu-specs/geforce-8800-gtx.c187" + "https://www.techpowerup.com/gpu-specs/geforce-8800-gtx.c187", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2007/consumer/geforce-8600-gt.json b/data/gpu/nvidia/2007/consumer/geforce-8600-gt.json index aa60e7dc..076c42d2 100644 --- a/data/gpu/nvidia/2007/consumer/geforce-8600-gt.json +++ b/data/gpu/nvidia/2007/consumer/geforce-8600-gt.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 145, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_8_series", - "https://www.techpowerup.com/gpu-specs/geforce-8600-gt.c197" + "https://www.techpowerup.com/gpu-specs/geforce-8600-gt.c197", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2007/consumer/geforce-8800-gt.json b/data/gpu/nvidia/2007/consumer/geforce-8800-gt.json index 52f71a1a..c4fca345 100644 --- a/data/gpu/nvidia/2007/consumer/geforce-8800-gt.json +++ b/data/gpu/nvidia/2007/consumer/geforce-8800-gt.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 454, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_8_series", - "https://www.techpowerup.com/gpu-specs/geforce-8800-gt.c198" + "https://www.techpowerup.com/gpu-specs/geforce-8800-gt.c198", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2007/consumer/geforce-8800-ultra.json b/data/gpu/nvidia/2007/consumer/geforce-8800-ultra.json index 7c3363df..c372a81f 100644 --- a/data/gpu/nvidia/2007/consumer/geforce-8800-ultra.json +++ b/data/gpu/nvidia/2007/consumer/geforce-8800-ultra.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 642, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_8_series", - "https://www.techpowerup.com/gpu-specs/geforce-8800-ultra.c191" + "https://www.techpowerup.com/gpu-specs/geforce-8800-ultra.c191", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2008/consumer/geforce-9600-gt.json b/data/gpu/nvidia/2008/consumer/geforce-9600-gt.json index fca2e566..a80a46a1 100644 --- a/data/gpu/nvidia/2008/consumer/geforce-9600-gt.json +++ b/data/gpu/nvidia/2008/consumer/geforce-9600-gt.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 470, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_9_series", - "https://www.techpowerup.com/gpu-specs/geforce-9600-gt.c200" + "https://www.techpowerup.com/gpu-specs/geforce-9600-gt.c200", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2008/consumer/geforce-9800-gtx.json b/data/gpu/nvidia/2008/consumer/geforce-9800-gtx.json index 8b4d3b4f..a2cc274f 100644 --- a/data/gpu/nvidia/2008/consumer/geforce-9800-gtx.json +++ b/data/gpu/nvidia/2008/consumer/geforce-9800-gtx.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 769, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_9_series", - "https://www.techpowerup.com/gpu-specs/geforce-9800-gtx.c201" + "https://www.techpowerup.com/gpu-specs/geforce-9800-gtx.c201", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2008/consumer/geforce-9800-gx2.json b/data/gpu/nvidia/2008/consumer/geforce-9800-gx2.json index 5f45269a..3e8d3004 100644 --- a/data/gpu/nvidia/2008/consumer/geforce-9800-gx2.json +++ b/data/gpu/nvidia/2008/consumer/geforce-9800-gx2.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 612, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_9_series", - "https://www.techpowerup.com/gpu-specs/geforce-9800-gx2.c205" + "https://www.techpowerup.com/gpu-specs/geforce-9800-gx2.c205", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2008/consumer/geforce-gtx-260.json b/data/gpu/nvidia/2008/consumer/geforce-gtx-260.json index 17c4cb58..4e95c052 100644 --- a/data/gpu/nvidia/2008/consumer/geforce-gtx-260.json +++ b/data/gpu/nvidia/2008/consumer/geforce-gtx-260.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 1200, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_200_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-260.c213" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-260.c213", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2008/consumer/geforce-gtx-280.json b/data/gpu/nvidia/2008/consumer/geforce-gtx-280.json index 535b8e35..30023441 100644 --- a/data/gpu/nvidia/2008/consumer/geforce-gtx-280.json +++ b/data/gpu/nvidia/2008/consumer/geforce-gtx-280.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 1293, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_200_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-280.c211" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-280.c211", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2009/consumer/geforce-gts-250.json b/data/gpu/nvidia/2009/consumer/geforce-gts-250.json index 14e538bb..fee02237 100644 --- a/data/gpu/nvidia/2009/consumer/geforce-gts-250.json +++ b/data/gpu/nvidia/2009/consumer/geforce-gts-250.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 563, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_200_series", - "https://www.techpowerup.com/gpu-specs/geforce-gts-250.c238" + "https://www.techpowerup.com/gpu-specs/geforce-gts-250.c238", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2009/consumer/geforce-gtx-275.json b/data/gpu/nvidia/2009/consumer/geforce-gtx-275.json index 45698cdf..4b580996 100644 --- a/data/gpu/nvidia/2009/consumer/geforce-gtx-275.json +++ b/data/gpu/nvidia/2009/consumer/geforce-gtx-275.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 1349, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_200_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-275.c224" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-275.c224", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2009/consumer/geforce-gtx-285.json b/data/gpu/nvidia/2009/consumer/geforce-gtx-285.json index 1b49fc9b..682446ea 100644 --- a/data/gpu/nvidia/2009/consumer/geforce-gtx-285.json +++ b/data/gpu/nvidia/2009/consumer/geforce-gtx-285.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 1476, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_200_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-285.c220" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-285.c220", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2009/consumer/geforce-gtx-295.json b/data/gpu/nvidia/2009/consumer/geforce-gtx-295.json index d2dcd0ea..c96f3a59 100644 --- a/data/gpu/nvidia/2009/consumer/geforce-gtx-295.json +++ b/data/gpu/nvidia/2009/consumer/geforce-gtx-295.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 1220, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_200_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-295.c218" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-295.c218", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2010/consumer/geforce-gts-450.json b/data/gpu/nvidia/2010/consumer/geforce-gts-450.json index 2840c9ec..a5e3d6e2 100644 --- a/data/gpu/nvidia/2010/consumer/geforce-gts-450.json +++ b/data/gpu/nvidia/2010/consumer/geforce-gts-450.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 1347, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_400_series", - "https://www.techpowerup.com/gpu-specs/geforce-gts-450.c270" + "https://www.techpowerup.com/gpu-specs/geforce-gts-450.c270", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2010/consumer/geforce-gtx-460.json b/data/gpu/nvidia/2010/consumer/geforce-gtx-460.json index 6e0f45e8..e84dc09e 100644 --- a/data/gpu/nvidia/2010/consumer/geforce-gtx-460.json +++ b/data/gpu/nvidia/2010/consumer/geforce-gtx-460.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 2267, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_400_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-460.c268" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-460.c268", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2010/consumer/geforce-gtx-465.json b/data/gpu/nvidia/2010/consumer/geforce-gtx-465.json index 83f0e770..b4f4fcb2 100644 --- a/data/gpu/nvidia/2010/consumer/geforce-gtx-465.json +++ b/data/gpu/nvidia/2010/consumer/geforce-gtx-465.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 2645, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_400_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-465.c269" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-465.c269", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2010/consumer/geforce-gtx-470.json b/data/gpu/nvidia/2010/consumer/geforce-gtx-470.json index 108ee99e..bc8f8baf 100644 --- a/data/gpu/nvidia/2010/consumer/geforce-gtx-470.json +++ b/data/gpu/nvidia/2010/consumer/geforce-gtx-470.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 3165, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_400_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-470.c265" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-470.c265", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2010/consumer/geforce-gtx-480.json b/data/gpu/nvidia/2010/consumer/geforce-gtx-480.json index 92bc0b54..348eacda 100644 --- a/data/gpu/nvidia/2010/consumer/geforce-gtx-480.json +++ b/data/gpu/nvidia/2010/consumer/geforce-gtx-480.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 4078, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_400_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-480.c268" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-480.c268", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2010/consumer/geforce-gtx-570.json b/data/gpu/nvidia/2010/consumer/geforce-gtx-570.json index dcf2f8c5..1c1122a8 100644 --- a/data/gpu/nvidia/2010/consumer/geforce-gtx-570.json +++ b/data/gpu/nvidia/2010/consumer/geforce-gtx-570.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 3937, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_500_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-570.c266" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-570.c266", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2010/consumer/geforce-gtx-580.json b/data/gpu/nvidia/2010/consumer/geforce-gtx-580.json index cc506c7b..5a7f3af0 100644 --- a/data/gpu/nvidia/2010/consumer/geforce-gtx-580.json +++ b/data/gpu/nvidia/2010/consumer/geforce-gtx-580.json @@ -19,9 +19,16 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 4629, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 1.581, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_500_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-580.c270" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-580.c270", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2011/consumer/geforce-gtx-550-ti.json b/data/gpu/nvidia/2011/consumer/geforce-gtx-550-ti.json index fd6922ca..f6a43f60 100644 --- a/data/gpu/nvidia/2011/consumer/geforce-gtx-550-ti.json +++ b/data/gpu/nvidia/2011/consumer/geforce-gtx-550-ti.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 1558, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_500_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-550-ti.c294" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-550-ti.c294", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2011/consumer/geforce-gtx-560-ti.json b/data/gpu/nvidia/2011/consumer/geforce-gtx-560-ti.json index c2ccf455..c3af2869 100644 --- a/data/gpu/nvidia/2011/consumer/geforce-gtx-560-ti.json +++ b/data/gpu/nvidia/2011/consumer/geforce-gtx-560-ti.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 3079, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_500_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-560-ti.c268" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-560-ti.c268", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2011/consumer/geforce-gtx-560.json b/data/gpu/nvidia/2011/consumer/geforce-gtx-560.json index 2b895493..34135142 100644 --- a/data/gpu/nvidia/2011/consumer/geforce-gtx-560.json +++ b/data/gpu/nvidia/2011/consumer/geforce-gtx-560.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 2776, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_500_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-560.c352" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-560.c352", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2011/consumer/geforce-gtx-590.json b/data/gpu/nvidia/2011/consumer/geforce-gtx-590.json index 140eb1bd..f2831d8a 100644 --- a/data/gpu/nvidia/2011/consumer/geforce-gtx-590.json +++ b/data/gpu/nvidia/2011/consumer/geforce-gtx-590.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 3341, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_500_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-590.c272" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-590.c272", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2012/consumer/geforce-gtx-650-ti.json b/data/gpu/nvidia/2012/consumer/geforce-gtx-650-ti.json index c65c74db..1a75f5a2 100644 --- a/data/gpu/nvidia/2012/consumer/geforce-gtx-650-ti.json +++ b/data/gpu/nvidia/2012/consumer/geforce-gtx-650-ti.json @@ -19,9 +19,16 @@ "pcie_version": "PCIe 3.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 2535, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": 16, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_600_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-650-ti.c1869" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-650-ti.c1869", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2012/consumer/geforce-gtx-650.json b/data/gpu/nvidia/2012/consumer/geforce-gtx-650.json index 6e181cf3..8387af69 100644 --- a/data/gpu/nvidia/2012/consumer/geforce-gtx-650.json +++ b/data/gpu/nvidia/2012/consumer/geforce-gtx-650.json @@ -19,9 +19,16 @@ "pcie_version": "PCIe 3.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 1758, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": 13, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_600_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-650.c1832" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-650.c1832", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2012/consumer/geforce-gtx-660-ti.json b/data/gpu/nvidia/2012/consumer/geforce-gtx-660-ti.json index c6ef6dfd..534f2011 100644 --- a/data/gpu/nvidia/2012/consumer/geforce-gtx-660-ti.json +++ b/data/gpu/nvidia/2012/consumer/geforce-gtx-660-ti.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 980, "tdp_w": 150, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 147.83, + "timespy_score": 1616, + "passmark_g3d_mark": 4412, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": 21, + "fp32_tflops": 2.634, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_600_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-660-ti.c1864" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-660-ti.c1864", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2012/consumer/geforce-gtx-660.json b/data/gpu/nvidia/2012/consumer/geforce-gtx-660.json index d068d911..8d1433a2 100644 --- a/data/gpu/nvidia/2012/consumer/geforce-gtx-660.json +++ b/data/gpu/nvidia/2012/consumer/geforce-gtx-660.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1033, "tdp_w": 140, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 131.75, + "timespy_score": 1194, + "passmark_g3d_mark": 4049, + "timespy_extreme_score": 260, + "speedway_score": null, + "octanebench_score": 27, + "fp32_tflops": 1.981, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_600_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-660.c1825" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-660.c1825", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2012/consumer/geforce-gtx-670.json b/data/gpu/nvidia/2012/consumer/geforce-gtx-670.json index 2f9a60ed..68137028 100644 --- a/data/gpu/nvidia/2012/consumer/geforce-gtx-670.json +++ b/data/gpu/nvidia/2012/consumer/geforce-gtx-670.json @@ -18,10 +18,18 @@ "tdp_w": 170, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 1838, + "passmark_g3d_mark": 5366, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": 38, + "fp32_tflops": 2.634, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_600_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-670.c365" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-670.c365", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2012/consumer/geforce-gtx-680.json b/data/gpu/nvidia/2012/consumer/geforce-gtx-680.json index 9722b049..6196558a 100644 --- a/data/gpu/nvidia/2012/consumer/geforce-gtx-680.json +++ b/data/gpu/nvidia/2012/consumer/geforce-gtx-680.json @@ -18,10 +18,18 @@ "tdp_w": 195, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 2004, + "passmark_g3d_mark": 5604, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 3.25, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_600_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-680.c342" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-680.c342", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2012/consumer/geforce-gtx-690.json b/data/gpu/nvidia/2012/consumer/geforce-gtx-690.json index 00a63bb7..b7095afe 100644 --- a/data/gpu/nvidia/2012/consumer/geforce-gtx-690.json +++ b/data/gpu/nvidia/2012/consumer/geforce-gtx-690.json @@ -19,9 +19,16 @@ "pcie_version": "PCIe 3.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 5465, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 3.13, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_600_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-690.c1875" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-690.c1875", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2013/consumer/geforce-gtx-760.json b/data/gpu/nvidia/2013/consumer/geforce-gtx-760.json index b7af2fbe..f3c633c7 100644 --- a/data/gpu/nvidia/2013/consumer/geforce-gtx-760.json +++ b/data/gpu/nvidia/2013/consumer/geforce-gtx-760.json @@ -18,10 +18,18 @@ "tdp_w": 170, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 1660, + "passmark_g3d_mark": 4825, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 2.378, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_700_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-760.c1856" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-760.c1856", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2013/consumer/geforce-gtx-770.json b/data/gpu/nvidia/2013/consumer/geforce-gtx-770.json index fda34987..76519364 100644 --- a/data/gpu/nvidia/2013/consumer/geforce-gtx-770.json +++ b/data/gpu/nvidia/2013/consumer/geforce-gtx-770.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1085, "tdp_w": 230, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 216.21, + "timespy_score": 2153, + "passmark_g3d_mark": 5960, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": 38, + "fp32_tflops": 3.333, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_700_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-770.c1834" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-770.c1834", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2013/consumer/geforce-gtx-780-ti.json b/data/gpu/nvidia/2013/consumer/geforce-gtx-780-ti.json index d0cfe1df..f4923825 100644 --- a/data/gpu/nvidia/2013/consumer/geforce-gtx-780-ti.json +++ b/data/gpu/nvidia/2013/consumer/geforce-gtx-780-ti.json @@ -19,9 +19,16 @@ "pcie_version": "PCIe 3.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 9454, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": 103, + "fp32_tflops": 5.345, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_700_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-780-ti.c2512" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-780-ti.c2512", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2013/consumer/geforce-gtx-780.json b/data/gpu/nvidia/2013/consumer/geforce-gtx-780.json index cf128c4a..79f44394 100644 --- a/data/gpu/nvidia/2013/consumer/geforce-gtx-780.json +++ b/data/gpu/nvidia/2013/consumer/geforce-gtx-780.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 900, "tdp_w": 250, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 205.05, + "timespy_score": 2790, + "passmark_g3d_mark": 7960, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": 88, + "fp32_tflops": 4.156, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_700_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-780.c1701" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-780.c1701", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2013/consumer/geforce-gtx-titan.json b/data/gpu/nvidia/2013/consumer/geforce-gtx-titan.json index 3873660d..b44710c8 100644 --- a/data/gpu/nvidia/2013/consumer/geforce-gtx-titan.json +++ b/data/gpu/nvidia/2013/consumer/geforce-gtx-titan.json @@ -18,10 +18,18 @@ "tdp_w": 250, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 2881, + "passmark_g3d_mark": 8196, + "timespy_extreme_score": 1418, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 4.709, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_700_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-titan.c1996" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-titan.c1996", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2014/consumer/geforce-gtx-750-ti.json b/data/gpu/nvidia/2014/consumer/geforce-gtx-750-ti.json index 38442329..4b87e551 100644 --- a/data/gpu/nvidia/2014/consumer/geforce-gtx-750-ti.json +++ b/data/gpu/nvidia/2014/consumer/geforce-gtx-750-ti.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1085, "tdp_w": 60, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 97.45, + "timespy_score": 1276, + "passmark_g3d_mark": 3899, + "timespy_extreme_score": 308, + "speedway_score": null, + "octanebench_score": 36, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_700_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-750-ti.c2543" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-750-ti.c2543", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2014/consumer/geforce-gtx-970.json b/data/gpu/nvidia/2014/consumer/geforce-gtx-970.json index e230b938..50cd7a5f 100644 --- a/data/gpu/nvidia/2014/consumer/geforce-gtx-970.json +++ b/data/gpu/nvidia/2014/consumer/geforce-gtx-970.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1178, "tdp_w": 145, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 258.92, + "timespy_score": 3646, + "passmark_g3d_mark": 9639, + "timespy_extreme_score": 1683, + "speedway_score": null, + "octanebench_score": 77, + "fp32_tflops": 3.92, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_900_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-970.c2620" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-970.c2620", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2014/consumer/geforce-gtx-980.json b/data/gpu/nvidia/2014/consumer/geforce-gtx-980.json index c8a94731..5ef8defb 100644 --- a/data/gpu/nvidia/2014/consumer/geforce-gtx-980.json +++ b/data/gpu/nvidia/2014/consumer/geforce-gtx-980.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1216, "tdp_w": 165, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 305.83, + "timespy_score": 4362, + "passmark_g3d_mark": 11081, + "timespy_extreme_score": 2049, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 4.981, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_900_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-980.c2621" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-980.c2621", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2014/consumer/geforce-gtx-titan-black.json b/data/gpu/nvidia/2014/consumer/geforce-gtx-titan-black.json index cdc079de..ac889aa9 100644 --- a/data/gpu/nvidia/2014/consumer/geforce-gtx-titan-black.json +++ b/data/gpu/nvidia/2014/consumer/geforce-gtx-titan-black.json @@ -19,9 +19,16 @@ "pcie_version": "PCIe 3.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": 9183, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": 103, + "fp32_tflops": 5.645, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/geforce-gtx-titan-black/specifications/", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-titan-black.c2549" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-titan-black.c2549", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2014/consumer/geforce-gtx-titan-z.json b/data/gpu/nvidia/2014/consumer/geforce-gtx-titan-z.json index c71f266a..31980839 100644 --- a/data/gpu/nvidia/2014/consumer/geforce-gtx-titan-z.json +++ b/data/gpu/nvidia/2014/consumer/geforce-gtx-titan-z.json @@ -18,10 +18,18 @@ "tdp_w": 375, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 2510, + "passmark_g3d_mark": 8896, + "timespy_extreme_score": 1371, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 5.046, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_700_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-titan-z.c2575" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-titan-z.c2575", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2014/enterprise/k80.json b/data/gpu/nvidia/2014/enterprise/k80.json index 5632f9dc..c4020364 100644 --- a/data/gpu/nvidia/2014/enterprise/k80.json +++ b/data/gpu/nvidia/2014/enterprise/k80.json @@ -17,11 +17,19 @@ "boost_clock_mhz": 875, "tdp_w": 300, "pcie_version": "PCIe 3.0", - "blender_score": null, + "blender_score": 215.66, "timespy_score": null, + "passmark_g3d_mark": 5753, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": 62, + "fp32_tflops": 4.113, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/data-center/tesla-k80/", - "https://www.techpowerup.com/gpu-specs/tesla-k80.c2616" + "https://www.techpowerup.com/gpu-specs/tesla-k80.c2616", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2015/consumer/geforce-gtx-960.json b/data/gpu/nvidia/2015/consumer/geforce-gtx-960.json index 2e5d29f3..6899c3c7 100644 --- a/data/gpu/nvidia/2015/consumer/geforce-gtx-960.json +++ b/data/gpu/nvidia/2015/consumer/geforce-gtx-960.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1178, "tdp_w": 120, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 163.51, + "timespy_score": 2300, + "passmark_g3d_mark": 6142, + "timespy_extreme_score": 1025, + "speedway_score": null, + "octanebench_score": 46, + "fp32_tflops": 2.413, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_900_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-960.c2625" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-960.c2625", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2015/consumer/geforce-gtx-980-ti.json b/data/gpu/nvidia/2015/consumer/geforce-gtx-980-ti.json index 4a7fd235..610bd32c 100644 --- a/data/gpu/nvidia/2015/consumer/geforce-gtx-980-ti.json +++ b/data/gpu/nvidia/2015/consumer/geforce-gtx-980-ti.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1075, "tdp_w": 250, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 504.62, + "timespy_score": 5789, + "passmark_g3d_mark": 13639, + "timespy_extreme_score": 2807, + "speedway_score": null, + "octanebench_score": 133, + "fp32_tflops": 6.06, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_900_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-980-ti.c2724" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-980-ti.c2724", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2016/consumer/geforce-gtx-1050-ti.json b/data/gpu/nvidia/2016/consumer/geforce-gtx-1050-ti.json index 53d5feae..b569267c 100644 --- a/data/gpu/nvidia/2016/consumer/geforce-gtx-1050-ti.json +++ b/data/gpu/nvidia/2016/consumer/geforce-gtx-1050-ti.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1392, "tdp_w": 75, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 209.22, + "timespy_score": 2353, + "passmark_g3d_mark": 6363, + "timespy_extreme_score": 1093, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 2.138, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_10_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-1050-ti.c2885" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-1050-ti.c2885", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2016/consumer/geforce-gtx-1050.json b/data/gpu/nvidia/2016/consumer/geforce-gtx-1050.json index 70cfa653..9598cb42 100644 --- a/data/gpu/nvidia/2016/consumer/geforce-gtx-1050.json +++ b/data/gpu/nvidia/2016/consumer/geforce-gtx-1050.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1455, "tdp_w": 75, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 173.81, + "timespy_score": 1734, + "passmark_g3d_mark": 5048, + "timespy_extreme_score": 509, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 2.332, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_10_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-1050.c2875" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-1050.c2875", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2016/consumer/geforce-gtx-1060-3gb.json b/data/gpu/nvidia/2016/consumer/geforce-gtx-1060-3gb.json index 4c18d637..f422f58e 100644 --- a/data/gpu/nvidia/2016/consumer/geforce-gtx-1060-3gb.json +++ b/data/gpu/nvidia/2016/consumer/geforce-gtx-1060-3gb.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1708, "tdp_w": 120, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 349.33, + "timespy_score": 4203, + "passmark_g3d_mark": 10041, + "timespy_extreme_score": 1917, + "speedway_score": null, + "octanebench_score": 76, + "fp32_tflops": 4.375, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_10_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-1060-3-gb.c2880" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-1060-3-gb.c2880", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2016/consumer/geforce-gtx-1060-6gb.json b/data/gpu/nvidia/2016/consumer/geforce-gtx-1060-6gb.json index cfafb701..5d33b78f 100644 --- a/data/gpu/nvidia/2016/consumer/geforce-gtx-1060-6gb.json +++ b/data/gpu/nvidia/2016/consumer/geforce-gtx-1060-6gb.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1708, "tdp_w": 120, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 349.33, + "timespy_score": 4203, + "passmark_g3d_mark": 10041, + "timespy_extreme_score": 1917, + "speedway_score": null, + "octanebench_score": 76, + "fp32_tflops": 4.375, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_10_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-1060.c2862" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-1060.c2862", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2016/consumer/geforce-gtx-1070.json b/data/gpu/nvidia/2016/consumer/geforce-gtx-1070.json index f3d8b3de..fda0bb79 100644 --- a/data/gpu/nvidia/2016/consumer/geforce-gtx-1070.json +++ b/data/gpu/nvidia/2016/consumer/geforce-gtx-1070.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1683, "tdp_w": 150, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 520.63, + "timespy_score": 6078, + "passmark_g3d_mark": 13513, + "timespy_extreme_score": 2825, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 6.463, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_10_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-1070.c2863" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-1070.c2863", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2016/consumer/geforce-gtx-1080.json b/data/gpu/nvidia/2016/consumer/geforce-gtx-1080.json index 00dd9346..75bcb49c 100644 --- a/data/gpu/nvidia/2016/consumer/geforce-gtx-1080.json +++ b/data/gpu/nvidia/2016/consumer/geforce-gtx-1080.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1733, "tdp_w": 180, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 588.83, + "timespy_score": 7565, + "passmark_g3d_mark": 15604, + "timespy_extreme_score": 3446, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 8.873, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/products/10series/geforce-gtx-1080/", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-1080.c2862" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-1080.c2862", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2016/enterprise/p100-pcie-16gb.json b/data/gpu/nvidia/2016/enterprise/p100-pcie-16gb.json index 2078f5e4..bbab40f0 100644 --- a/data/gpu/nvidia/2016/enterprise/p100-pcie-16gb.json +++ b/data/gpu/nvidia/2016/enterprise/p100-pcie-16gb.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1329, "tdp_w": 250, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1113.08, + "timespy_score": 7085, + "passmark_g3d_mark": 9621, + "timespy_extreme_score": 3292, + "speedway_score": null, + "octanebench_score": 221, + "fp32_tflops": 9.526, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/data-center/tesla-p100/", - "https://www.techpowerup.com/gpu-specs/tesla-p100-pcie-16-gb.c2888" + "https://www.techpowerup.com/gpu-specs/tesla-p100-pcie-16-gb.c2888", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2016/enterprise/p4.json b/data/gpu/nvidia/2016/enterprise/p4.json index 391d9c43..733f5c38 100644 --- a/data/gpu/nvidia/2016/enterprise/p4.json +++ b/data/gpu/nvidia/2016/enterprise/p4.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1063, "tdp_w": 75, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 386.73, + "timespy_score": 4527, + "passmark_g3d_mark": 9187, + "timespy_extreme_score": 2049, + "speedway_score": null, + "octanebench_score": 85, + "fp32_tflops": 5.704, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Nvidia_Tesla", - "https://www.techpowerup.com/gpu-specs/tesla-p4.c2879" + "https://www.techpowerup.com/gpu-specs/tesla-p4.c2879", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2016/enterprise/p40.json b/data/gpu/nvidia/2016/enterprise/p40.json index 0f79a450..62aefd9e 100644 --- a/data/gpu/nvidia/2016/enterprise/p40.json +++ b/data/gpu/nvidia/2016/enterprise/p40.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1531, "tdp_w": 250, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 724.73, + "timespy_score": 8079, + "passmark_g3d_mark": 11595, + "timespy_extreme_score": 3894, + "speedway_score": null, + "octanebench_score": 166, + "fp32_tflops": 11.76, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Nvidia_Tesla", - "https://www.techpowerup.com/gpu-specs/tesla-p40.c2878" + "https://www.techpowerup.com/gpu-specs/tesla-p40.c2878", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2017/consumer/geforce-gt-1030.json b/data/gpu/nvidia/2017/consumer/geforce-gt-1030.json index 2e94e59b..98a0f45b 100644 --- a/data/gpu/nvidia/2017/consumer/geforce-gt-1030.json +++ b/data/gpu/nvidia/2017/consumer/geforce-gt-1030.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1468, "tdp_w": 30, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 55.23, + "timespy_score": 1087, + "passmark_g3d_mark": 2399, + "timespy_extreme_score": 173, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_10_series", - "https://www.techpowerup.com/gpu-specs/geforce-gt-1030.c2954" + "https://www.techpowerup.com/gpu-specs/geforce-gt-1030.c2954", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2017/consumer/geforce-gtx-1070-ti.json b/data/gpu/nvidia/2017/consumer/geforce-gtx-1070-ti.json index 5addc6eb..da5837de 100644 --- a/data/gpu/nvidia/2017/consumer/geforce-gtx-1070-ti.json +++ b/data/gpu/nvidia/2017/consumer/geforce-gtx-1070-ti.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1683, "tdp_w": 180, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 589.15, + "timespy_score": 6839, + "passmark_g3d_mark": 14673, + "timespy_extreme_score": 3134, + "speedway_score": null, + "octanebench_score": 128, + "fp32_tflops": 8.186, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/products/10series/geforce-gtx-1070-ti/", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-1070-ti.c3211" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-1070-ti.c3211", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2017/consumer/geforce-gtx-1080-ti.json b/data/gpu/nvidia/2017/consumer/geforce-gtx-1080-ti.json index 876fae60..fefdfedd 100644 --- a/data/gpu/nvidia/2017/consumer/geforce-gtx-1080-ti.json +++ b/data/gpu/nvidia/2017/consumer/geforce-gtx-1080-ti.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1582, "tdp_w": 250, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 821.35, + "timespy_score": 9955, + "passmark_g3d_mark": 18592, + "timespy_extreme_score": 4658, + "speedway_score": null, + "octanebench_score": 130, + "fp32_tflops": 11.34, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_10_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-1080-ti.c2877" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-1080-ti.c2877", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2017/consumer/titan-xp.json b/data/gpu/nvidia/2017/consumer/titan-xp.json index f0100611..e472bee1 100644 --- a/data/gpu/nvidia/2017/consumer/titan-xp.json +++ b/data/gpu/nvidia/2017/consumer/titan-xp.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1582, "tdp_w": 250, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 869.96, + "timespy_score": 10208, + "passmark_g3d_mark": 18753, + "timespy_extreme_score": 4845, + "speedway_score": null, + "octanebench_score": 201, + "fp32_tflops": 12.15, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_10_series", - "https://www.techpowerup.com/gpu-specs/titan-xp.c2948" + "https://www.techpowerup.com/gpu-specs/titan-xp.c2948", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2017/enterprise/titan-v.json b/data/gpu/nvidia/2017/enterprise/titan-v.json index 455a1602..2a8e4404 100644 --- a/data/gpu/nvidia/2017/enterprise/titan-v.json +++ b/data/gpu/nvidia/2017/enterprise/titan-v.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1455, "tdp_w": 250, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1744.73, + "timespy_score": 13217, + "passmark_g3d_mark": 19720, + "timespy_extreme_score": 7021, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 14.9, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Volta_(microarchitecture)", - "https://www.techpowerup.com/gpu-specs/titan-v.c3051" + "https://www.techpowerup.com/gpu-specs/titan-v.c3051", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2017/enterprise/v100-pcie-16gb.json b/data/gpu/nvidia/2017/enterprise/v100-pcie-16gb.json index d010a091..801fcf5d 100644 --- a/data/gpu/nvidia/2017/enterprise/v100-pcie-16gb.json +++ b/data/gpu/nvidia/2017/enterprise/v100-pcie-16gb.json @@ -17,11 +17,19 @@ "boost_clock_mhz": 1380, "tdp_w": 250, "pcie_version": "PCIe 3.0", - "blender_score": null, + "blender_score": 1912.03, "timespy_score": null, + "passmark_g3d_mark": 12328, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": 344, + "fp32_tflops": 14.13, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/data-center/v100/", - "https://www.techpowerup.com/gpu-specs/tesla-v100-pcie-16-gb.c2957" + "https://www.techpowerup.com/gpu-specs/tesla-v100-pcie-16-gb.c2957", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2018/consumer/geforce-rtx-2070.json b/data/gpu/nvidia/2018/consumer/geforce-rtx-2070.json index 0cf9c092..55001555 100644 --- a/data/gpu/nvidia/2018/consumer/geforce-rtx-2070.json +++ b/data/gpu/nvidia/2018/consumer/geforce-rtx-2070.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1620, "tdp_w": 175, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2106.65, + "timespy_score": 9088, + "passmark_g3d_mark": 16064, + "timespy_extreme_score": 4309, + "speedway_score": 1896, + "octanebench_score": null, + "fp32_tflops": 7.465, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/rtx-2070/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-2070.c3244" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-2070.c3244", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2018/consumer/geforce-rtx-2080-ti.json b/data/gpu/nvidia/2018/consumer/geforce-rtx-2080-ti.json index 9a70726b..77b33142 100644 --- a/data/gpu/nvidia/2018/consumer/geforce-rtx-2080-ti.json +++ b/data/gpu/nvidia/2018/consumer/geforce-rtx-2080-ti.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1545, "tdp_w": 250, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2822.25, + "timespy_score": 14622, + "passmark_g3d_mark": 21450, + "timespy_extreme_score": 7001, + "speedway_score": 3042, + "octanebench_score": 253, + "fp32_tflops": 15.07, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/rtx-2080-ti/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-2080-ti.c3305" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-2080-ti.c3305", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2018/consumer/geforce-rtx-2080.json b/data/gpu/nvidia/2018/consumer/geforce-rtx-2080.json index 23a90b2b..cfec1514 100644 --- a/data/gpu/nvidia/2018/consumer/geforce-rtx-2080.json +++ b/data/gpu/nvidia/2018/consumer/geforce-rtx-2080.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1710, "tdp_w": 215, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2279.51, + "timespy_score": 11078, + "passmark_g3d_mark": 18582, + "timespy_extreme_score": 5146, + "speedway_score": 2171, + "octanebench_score": null, + "fp32_tflops": 10.07, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/rtx-2080/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-2080.c3243" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-2080.c3243", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2018/enterprise/quadro-rtx-4000.json b/data/gpu/nvidia/2018/enterprise/quadro-rtx-4000.json index 2b43c073..0c6c2c43 100644 --- a/data/gpu/nvidia/2018/enterprise/quadro-rtx-4000.json +++ b/data/gpu/nvidia/2018/enterprise/quadro-rtx-4000.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1545, "tdp_w": 160, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2114.84, + "timespy_score": 7853, + "passmark_g3d_mark": 14845, + "timespy_extreme_score": 3696, + "speedway_score": 1743, + "octanebench_score": null, + "fp32_tflops": 7.119, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Nvidia_Quadro#Quadro_RTX_series", - "https://www.techpowerup.com/gpu-specs/quadro-rtx-4000.c3357" + "https://www.techpowerup.com/gpu-specs/quadro-rtx-4000.c3357", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2018/enterprise/quadro-rtx-5000.json b/data/gpu/nvidia/2018/enterprise/quadro-rtx-5000.json index 91b96830..72f681f9 100644 --- a/data/gpu/nvidia/2018/enterprise/quadro-rtx-5000.json +++ b/data/gpu/nvidia/2018/enterprise/quadro-rtx-5000.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1815, "tdp_w": 230, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1704.85, + "timespy_score": 10638, + "passmark_g3d_mark": 15336, + "timespy_extreme_score": 5056, + "speedway_score": 2159, + "octanebench_score": null, + "fp32_tflops": 11.15, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Nvidia_Quadro#Quadro_RTX_series", - "https://www.techpowerup.com/gpu-specs/quadro-rtx-5000.c3308" + "https://www.techpowerup.com/gpu-specs/quadro-rtx-5000.c3308", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2018/enterprise/quadro-rtx-6000.json b/data/gpu/nvidia/2018/enterprise/quadro-rtx-6000.json index 1dca20b5..e0a4267f 100644 --- a/data/gpu/nvidia/2018/enterprise/quadro-rtx-6000.json +++ b/data/gpu/nvidia/2018/enterprise/quadro-rtx-6000.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1770, "tdp_w": 260, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2705.76, + "timespy_score": 13758, + "passmark_g3d_mark": 17829, + "timespy_extreme_score": 6699, + "speedway_score": 3006, + "octanebench_score": null, + "fp32_tflops": 16.31, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Nvidia_Quadro#Quadro_RTX_series", - "https://www.techpowerup.com/gpu-specs/quadro-rtx-6000.c3307" + "https://www.techpowerup.com/gpu-specs/quadro-rtx-6000.c3307", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2018/enterprise/quadro-rtx-8000.json b/data/gpu/nvidia/2018/enterprise/quadro-rtx-8000.json index 65b5ceca..ecf3933d 100644 --- a/data/gpu/nvidia/2018/enterprise/quadro-rtx-8000.json +++ b/data/gpu/nvidia/2018/enterprise/quadro-rtx-8000.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1770, "tdp_w": 295, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2926.41, + "timespy_score": 13586, + "passmark_g3d_mark": 19911, + "timespy_extreme_score": 6871, + "speedway_score": 3121, + "octanebench_score": 337, + "fp32_tflops": 16.31, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/design-visualization/quadro/rtx-8000/", - "https://www.techpowerup.com/gpu-specs/quadro-rtx-8000.c3306" + "https://www.techpowerup.com/gpu-specs/quadro-rtx-8000.c3306", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2018/enterprise/t4.json b/data/gpu/nvidia/2018/enterprise/t4.json index 9c0aae0e..348b73d0 100644 --- a/data/gpu/nvidia/2018/enterprise/t4.json +++ b/data/gpu/nvidia/2018/enterprise/t4.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1590, "tdp_w": 70, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1501.58, + "timespy_score": 5569, + "passmark_g3d_mark": 9911, + "timespy_extreme_score": 2600, + "speedway_score": 1304, + "octanebench_score": 155, + "fp32_tflops": 8.141, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/data-center/tesla-t4/", - "https://www.techpowerup.com/gpu-specs/tesla-t4.c3316" + "https://www.techpowerup.com/gpu-specs/tesla-t4.c3316", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2018/enterprise/titan-rtx.json b/data/gpu/nvidia/2018/enterprise/titan-rtx.json index 380f37c3..3a7166a9 100644 --- a/data/gpu/nvidia/2018/enterprise/titan-rtx.json +++ b/data/gpu/nvidia/2018/enterprise/titan-rtx.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1770, "tdp_w": 280, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 3325.22, + "timespy_score": 15001, + "passmark_g3d_mark": 19922, + "timespy_extreme_score": 7332, + "speedway_score": 3224, + "octanebench_score": 363, + "fp32_tflops": 16.31, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_20_series#TITAN_RTX", - "https://www.techpowerup.com/gpu-specs/titan-rtx.c3311" + "https://www.techpowerup.com/gpu-specs/titan-rtx.c3311", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2018/enterprise/v100-sxm2-32gb.json b/data/gpu/nvidia/2018/enterprise/v100-sxm2-32gb.json index ef376236..a6be8545 100644 --- a/data/gpu/nvidia/2018/enterprise/v100-sxm2-32gb.json +++ b/data/gpu/nvidia/2018/enterprise/v100-sxm2-32gb.json @@ -17,11 +17,19 @@ "boost_clock_mhz": 1530, "tdp_w": 300, "pcie_version": "PCIe 3.0", - "blender_score": null, + "blender_score": 2123.86, "timespy_score": null, + "passmark_g3d_mark": 11265, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": 354, + "fp32_tflops": 16.35, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/data-center/v100/", - "https://www.techpowerup.com/gpu-specs/tesla-v100-sxm2-32-gb.c3185" + "https://www.techpowerup.com/gpu-specs/tesla-v100-sxm2-32-gb.c3185", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2019/consumer/geforce-gtx-1650-super.json b/data/gpu/nvidia/2019/consumer/geforce-gtx-1650-super.json index f8676703..4c50bfa0 100644 --- a/data/gpu/nvidia/2019/consumer/geforce-gtx-1650-super.json +++ b/data/gpu/nvidia/2019/consumer/geforce-gtx-1650-super.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1725, "tdp_w": 100, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 554.85, + "timespy_score": 4694, + "passmark_g3d_mark": 10191, + "timespy_extreme_score": 2072, + "speedway_score": null, + "octanebench_score": 93, + "fp32_tflops": 4.416, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/gtx-1650-super/", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-1650-super.c3551" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-1650-super.c3551", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2019/consumer/geforce-gtx-1650.json b/data/gpu/nvidia/2019/consumer/geforce-gtx-1650.json index 863fa972..a6f1dacb 100644 --- a/data/gpu/nvidia/2019/consumer/geforce-gtx-1650.json +++ b/data/gpu/nvidia/2019/consumer/geforce-gtx-1650.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1665, "tdp_w": 75, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 424.55, + "timespy_score": 3566, + "passmark_g3d_mark": 7872, + "timespy_extreme_score": 1606, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 2.984, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/gtx-1650/", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-1650.c3346" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-1650.c3346", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2019/consumer/geforce-gtx-1660-super.json b/data/gpu/nvidia/2019/consumer/geforce-gtx-1660-super.json index 7a60cc90..eb916a3b 100644 --- a/data/gpu/nvidia/2019/consumer/geforce-gtx-1660-super.json +++ b/data/gpu/nvidia/2019/consumer/geforce-gtx-1660-super.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1785, "tdp_w": 125, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 748.03, + "timespy_score": 6048, + "passmark_g3d_mark": 12679, + "timespy_extreme_score": 2792, + "speedway_score": null, + "octanebench_score": 127, + "fp32_tflops": 5.027, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/gtx-1660-super/", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-1660-super.c3526" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-1660-super.c3526", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2019/consumer/geforce-gtx-1660-ti.json b/data/gpu/nvidia/2019/consumer/geforce-gtx-1660-ti.json index ef3cfa86..a7ed5e8e 100644 --- a/data/gpu/nvidia/2019/consumer/geforce-gtx-1660-ti.json +++ b/data/gpu/nvidia/2019/consumer/geforce-gtx-1660-ti.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1770, "tdp_w": 120, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 742.15, + "timespy_score": 6346, + "passmark_g3d_mark": 12619, + "timespy_extreme_score": 2883, + "speedway_score": null, + "octanebench_score": 126, + "fp32_tflops": 5.437, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/gtx-1660-ti/", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-1660-ti.c3364" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-1660-ti.c3364", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2019/consumer/geforce-gtx-1660.json b/data/gpu/nvidia/2019/consumer/geforce-gtx-1660.json index 8cc03920..e1153260 100644 --- a/data/gpu/nvidia/2019/consumer/geforce-gtx-1660.json +++ b/data/gpu/nvidia/2019/consumer/geforce-gtx-1660.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1785, "tdp_w": 120, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 679.73, + "timespy_score": 5444, + "passmark_g3d_mark": 11614, + "timespy_extreme_score": 2465, + "speedway_score": null, + "octanebench_score": 112, + "fp32_tflops": 5.027, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_16_series", - "https://www.techpowerup.com/gpu-specs/geforce-gtx-1660.c3365" + "https://www.techpowerup.com/gpu-specs/geforce-gtx-1660.c3365", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2019/consumer/geforce-rtx-2060-super.json b/data/gpu/nvidia/2019/consumer/geforce-rtx-2060-super.json index 70b2dd5f..045b3b5c 100644 --- a/data/gpu/nvidia/2019/consumer/geforce-rtx-2060-super.json +++ b/data/gpu/nvidia/2019/consumer/geforce-rtx-2060-super.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1650, "tdp_w": 175, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2059.72, + "timespy_score": 8741, + "passmark_g3d_mark": 16466, + "timespy_extreme_score": 4125, + "speedway_score": 1838, + "octanebench_score": 234, + "fp32_tflops": 7.181, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/rtx-2060-super/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-2060-super.c3441" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-2060-super.c3441", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2019/consumer/geforce-rtx-2060.json b/data/gpu/nvidia/2019/consumer/geforce-rtx-2060.json index b78bd6d4..865ed52a 100644 --- a/data/gpu/nvidia/2019/consumer/geforce-rtx-2060.json +++ b/data/gpu/nvidia/2019/consumer/geforce-rtx-2060.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1680, "tdp_w": 160, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1558.44, + "timespy_score": 8024, + "passmark_g3d_mark": 14094, + "timespy_extreme_score": 3697, + "speedway_score": 1572, + "octanebench_score": 177, + "fp32_tflops": 7.181, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/rtx-2060/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-2060.c3304" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-2060.c3304", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2019/consumer/geforce-rtx-2070-super.json b/data/gpu/nvidia/2019/consumer/geforce-rtx-2070-super.json index 1756c737..076db5d9 100644 --- a/data/gpu/nvidia/2019/consumer/geforce-rtx-2070-super.json +++ b/data/gpu/nvidia/2019/consumer/geforce-rtx-2070-super.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1770, "tdp_w": 215, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2220.99, + "timespy_score": 10169, + "passmark_g3d_mark": 18136, + "timespy_extreme_score": 4764, + "speedway_score": 2070, + "octanebench_score": null, + "fp32_tflops": 9.062, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/rtx-2070-super/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-2070-super.c3430" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-2070-super.c3430", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2019/consumer/geforce-rtx-2080-super.json b/data/gpu/nvidia/2019/consumer/geforce-rtx-2080-super.json index 8deac9ff..b7c577bb 100644 --- a/data/gpu/nvidia/2019/consumer/geforce-rtx-2080-super.json +++ b/data/gpu/nvidia/2019/consumer/geforce-rtx-2080-super.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1815, "tdp_w": 250, "pcie_version": "PCIe 3.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2288.18, + "timespy_score": 11621, + "passmark_g3d_mark": 19442, + "timespy_extreme_score": 5382, + "speedway_score": 2221, + "octanebench_score": null, + "fp32_tflops": 11.15, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/rtx-2080-super/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-2080-super.c3479" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-2080-super.c3479", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2020/consumer/geforce-rtx-3060-ti.json b/data/gpu/nvidia/2020/consumer/geforce-rtx-3060-ti.json index 9255b06b..84231368 100644 --- a/data/gpu/nvidia/2020/consumer/geforce-rtx-3060-ti.json +++ b/data/gpu/nvidia/2020/consumer/geforce-rtx-3060-ti.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1665, "tdp_w": 200, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2759.84, + "timespy_score": 11709, + "passmark_g3d_mark": 20256, + "timespy_extreme_score": 5710, + "speedway_score": 2965, + "octanebench_score": null, + "fp32_tflops": 16.2, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/30-series/rtx-3060-ti/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-3060-ti.c3681" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-3060-ti.c3681", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2020/consumer/geforce-rtx-3070.json b/data/gpu/nvidia/2020/consumer/geforce-rtx-3070.json index 57781c75..3aa84e84 100644 --- a/data/gpu/nvidia/2020/consumer/geforce-rtx-3070.json +++ b/data/gpu/nvidia/2020/consumer/geforce-rtx-3070.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1725, "tdp_w": 220, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 3185.61, + "timespy_score": 13641, + "passmark_g3d_mark": 22112, + "timespy_extreme_score": 6762, + "speedway_score": 3453, + "octanebench_score": null, + "fp32_tflops": 20.31, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/30-series/rtx-3070/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-3070.c3674" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-3070.c3674", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2020/consumer/geforce-rtx-3080.json b/data/gpu/nvidia/2020/consumer/geforce-rtx-3080.json index 327efec8..d0940ac7 100644 --- a/data/gpu/nvidia/2020/consumer/geforce-rtx-3080.json +++ b/data/gpu/nvidia/2020/consumer/geforce-rtx-3080.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1710, "tdp_w": 320, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 4529.17, + "timespy_score": 18647, + "passmark_g3d_mark": 25007, + "timespy_extreme_score": 9411, + "speedway_score": 5089, + "octanebench_score": 556, + "fp32_tflops": 30.64, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/30-series/rtx-3080/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-3080.c3621" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-3080.c3621", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2020/consumer/geforce-rtx-3090.json b/data/gpu/nvidia/2020/consumer/geforce-rtx-3090.json index f7fd2906..592b2c22 100644 --- a/data/gpu/nvidia/2020/consumer/geforce-rtx-3090.json +++ b/data/gpu/nvidia/2020/consumer/geforce-rtx-3090.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1695, "tdp_w": 350, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 5411.68, + "timespy_score": 19893, + "passmark_g3d_mark": 26532, + "timespy_extreme_score": 10258, + "speedway_score": 5383, + "octanebench_score": null, + "fp32_tflops": 35.58, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/30-series/rtx-3090/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-3090.c3671" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-3090.c3671", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2020/enterprise/a100-40gb-pcie.json b/data/gpu/nvidia/2020/enterprise/a100-40gb-pcie.json index 19c54b54..017bcc2d 100644 --- a/data/gpu/nvidia/2020/enterprise/a100-40gb-pcie.json +++ b/data/gpu/nvidia/2020/enterprise/a100-40gb-pcie.json @@ -17,11 +17,18 @@ "boost_clock_mhz": 1410, "tdp_w": 250, "pcie_version": "PCIe 4.0", - "blender_score": null, + "blender_score": 4204.94, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": 310, + "fp32_tflops": 19.49, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/data-center/a100/", - "https://www.techpowerup.com/gpu-specs/a100-pcie-40-gb.c3623" + "https://www.techpowerup.com/gpu-specs/a100-pcie-40-gb.c3623", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2020/enterprise/a40.json b/data/gpu/nvidia/2020/enterprise/a40.json index 525b74bb..ae956ee8 100644 --- a/data/gpu/nvidia/2020/enterprise/a40.json +++ b/data/gpu/nvidia/2020/enterprise/a40.json @@ -17,11 +17,18 @@ "boost_clock_mhz": 1740, "tdp_w": 300, "pcie_version": "PCIe 4.0", - "blender_score": null, + "blender_score": 4077.2, "timespy_score": null, + "passmark_g3d_mark": 13900, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/data-center/a40/", - "https://www.techpowerup.com/gpu-specs/a40-pcie.c3700" + "https://www.techpowerup.com/gpu-specs/a40-pcie.c3700", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2020/enterprise/rtx-a6000.json b/data/gpu/nvidia/2020/enterprise/rtx-a6000.json index 882d4836..d539546c 100644 --- a/data/gpu/nvidia/2020/enterprise/rtx-a6000.json +++ b/data/gpu/nvidia/2020/enterprise/rtx-a6000.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1800, "tdp_w": 300, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 5144.84, + "timespy_score": 17742, + "passmark_g3d_mark": 22796, + "timespy_extreme_score": 9324, + "speedway_score": 4965, + "octanebench_score": 600, + "fp32_tflops": 38.71, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/design-visualization/rtx-a6000/", - "https://www.techpowerup.com/gpu-specs/rtx-a6000.c3686" + "https://www.techpowerup.com/gpu-specs/rtx-a6000.c3686", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2021/consumer/geforce-rtx-3060.json b/data/gpu/nvidia/2021/consumer/geforce-rtx-3060.json index 1aefe216..05c09f95 100644 --- a/data/gpu/nvidia/2021/consumer/geforce-rtx-3060.json +++ b/data/gpu/nvidia/2021/consumer/geforce-rtx-3060.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1777, "tdp_w": 170, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2153.81, + "timespy_score": 8754, + "passmark_g3d_mark": 16954, + "timespy_extreme_score": 4099, + "speedway_score": 2192, + "octanebench_score": 282, + "fp32_tflops": 12.74, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_30_series", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-3060.c3682" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-3060.c3682", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2021/consumer/geforce-rtx-3070-ti.json b/data/gpu/nvidia/2021/consumer/geforce-rtx-3070-ti.json index 9fd52a61..9c615751 100644 --- a/data/gpu/nvidia/2021/consumer/geforce-rtx-3070-ti.json +++ b/data/gpu/nvidia/2021/consumer/geforce-rtx-3070-ti.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1770, "tdp_w": 290, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 3494.15, + "timespy_score": 14872, + "passmark_g3d_mark": 23223, + "timespy_extreme_score": 7416, + "speedway_score": 3761, + "octanebench_score": 397, + "fp32_tflops": 21.75, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_30_series", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-3070-ti.c3748" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-3070-ti.c3748", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2021/consumer/geforce-rtx-3080-ti.json b/data/gpu/nvidia/2021/consumer/geforce-rtx-3080-ti.json index 35d9a0fd..0211d0af 100644 --- a/data/gpu/nvidia/2021/consumer/geforce-rtx-3080-ti.json +++ b/data/gpu/nvidia/2021/consumer/geforce-rtx-3080-ti.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1665, "tdp_w": 350, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 5315.52, + "timespy_score": 19629, + "passmark_g3d_mark": 26759, + "timespy_extreme_score": 10032, + "speedway_score": 5330, + "octanebench_score": 641, + "fp32_tflops": 34.95, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_30_series", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-3080-ti.c3735" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-3080-ti.c3735", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2021/enterprise/a100-80gb-pcie.json b/data/gpu/nvidia/2021/enterprise/a100-80gb-pcie.json index 04e33b22..5d49c6fb 100644 --- a/data/gpu/nvidia/2021/enterprise/a100-80gb-pcie.json +++ b/data/gpu/nvidia/2021/enterprise/a100-80gb-pcie.json @@ -17,11 +17,18 @@ "boost_clock_mhz": 1410, "tdp_w": 300, "pcie_version": "PCIe 4.0", - "blender_score": null, + "blender_score": 4204.94, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": 310, + "fp32_tflops": 19.49, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/data-center/a100/", - "https://www.techpowerup.com/gpu-specs/a100-pcie-80-gb.c3821" + "https://www.techpowerup.com/gpu-specs/a100-pcie-80-gb.c3821", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2021/enterprise/rtx-a4000.json b/data/gpu/nvidia/2021/enterprise/rtx-a4000.json index 84a1e6ea..69d7148d 100644 --- a/data/gpu/nvidia/2021/enterprise/rtx-a4000.json +++ b/data/gpu/nvidia/2021/enterprise/rtx-a4000.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1560, "tdp_w": 140, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2955.8, + "timespy_score": 11079, + "passmark_g3d_mark": 19374, + "timespy_extreme_score": 5367, + "speedway_score": 2838, + "octanebench_score": 352, + "fp32_tflops": 19.17, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/design-visualization/rtx-a4000/", - "https://www.techpowerup.com/gpu-specs/rtx-a4000.c3756" + "https://www.techpowerup.com/gpu-specs/rtx-a4000.c3756", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2021/enterprise/rtx-a5000.json b/data/gpu/nvidia/2021/enterprise/rtx-a5000.json index 282604b8..d944bdb3 100644 --- a/data/gpu/nvidia/2021/enterprise/rtx-a5000.json +++ b/data/gpu/nvidia/2021/enterprise/rtx-a5000.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1695, "tdp_w": 230, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 4390.48, + "timespy_score": 14600, + "passmark_g3d_mark": 22883, + "timespy_extreme_score": 7285, + "speedway_score": 4022, + "octanebench_score": 573, + "fp32_tflops": 27.77, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/design-visualization/rtx-a5000/", - "https://www.techpowerup.com/gpu-specs/rtx-a5000.c3748" + "https://www.techpowerup.com/gpu-specs/rtx-a5000.c3748", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2022/consumer/geforce-gtx-1630.json b/data/gpu/nvidia/2022/consumer/geforce-gtx-1630.json index 86b41b1f..50115e78 100644 --- a/data/gpu/nvidia/2022/consumer/geforce-gtx-1630.json +++ b/data/gpu/nvidia/2022/consumer/geforce-gtx-1630.json @@ -18,10 +18,18 @@ "tdp_w": 75, "pcie_version": "PCIe 3.0", "blender_score": null, - "timespy_score": null, + "timespy_score": 2100, + "passmark_g3d_mark": 4985, + "timespy_extreme_score": 953, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 1.828, "verified": false, "source_urls": [ "https://www.techpowerup.com/gpu-specs/geforce-gtx-1630.c3905", - "https://www.nvidia.com/en-us/geforce/graphics-cards/16-series/" + "https://www.nvidia.com/en-us/geforce/graphics-cards/16-series/", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2022/consumer/geforce-rtx-3050.json b/data/gpu/nvidia/2022/consumer/geforce-rtx-3050.json index 6f6f511f..15c2f0d9 100644 --- a/data/gpu/nvidia/2022/consumer/geforce-rtx-3050.json +++ b/data/gpu/nvidia/2022/consumer/geforce-rtx-3050.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1777, "tdp_w": 130, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 1352.75, + "timespy_score": 4853, + "passmark_g3d_mark": 10752, + "timespy_extreme_score": 2182, + "speedway_score": 1123, + "octanebench_score": 175, + "fp32_tflops": 9.098, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/30-series/rtx-3050/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-3050.c3849" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-3050.c3849", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2022/consumer/geforce-rtx-3090-ti.json b/data/gpu/nvidia/2022/consumer/geforce-rtx-3090-ti.json index 38607639..71439421 100644 --- a/data/gpu/nvidia/2022/consumer/geforce-rtx-3090-ti.json +++ b/data/gpu/nvidia/2022/consumer/geforce-rtx-3090-ti.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1860, "tdp_w": 450, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 5552.78, + "timespy_score": 21832, + "passmark_g3d_mark": 29279, + "timespy_extreme_score": 11318, + "speedway_score": 5903, + "octanebench_score": 649, + "fp32_tflops": 40.0, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_30_series", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-3090-ti.c3829" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-3090-ti.c3829", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2022/consumer/geforce-rtx-4080.json b/data/gpu/nvidia/2022/consumer/geforce-rtx-4080.json index 821cf397..d0d7d4dd 100644 --- a/data/gpu/nvidia/2022/consumer/geforce-rtx-4080.json +++ b/data/gpu/nvidia/2022/consumer/geforce-rtx-4080.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2505, "tdp_w": 320, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 8388.31, + "timespy_score": 28173, + "passmark_g3d_mark": 34458, + "timespy_extreme_score": 14002, + "speedway_score": 7254, + "octanebench_score": 938, + "fp32_tflops": 48.74, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/40-series/rtx-4080/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-4080.c3888" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-4080.c3888", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2022/consumer/geforce-rtx-4090.json b/data/gpu/nvidia/2022/consumer/geforce-rtx-4090.json index 1a384a50..6e63400d 100644 --- a/data/gpu/nvidia/2022/consumer/geforce-rtx-4090.json +++ b/data/gpu/nvidia/2022/consumer/geforce-rtx-4090.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2520, "tdp_w": 450, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 11060.28, + "timespy_score": 36328, + "passmark_g3d_mark": 38073, + "timespy_extreme_score": 19460, + "speedway_score": 10074, + "octanebench_score": 1274, + "fp32_tflops": 82.58, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/40-series/rtx-4090/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-4090.c3889" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-4090.c3889", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2022/enterprise/h100-pcie.json b/data/gpu/nvidia/2022/enterprise/h100-pcie.json index 7e5eb8e9..34ab305b 100644 --- a/data/gpu/nvidia/2022/enterprise/h100-pcie.json +++ b/data/gpu/nvidia/2022/enterprise/h100-pcie.json @@ -17,11 +17,18 @@ "boost_clock_mhz": 1755, "tdp_w": 350, "pcie_version": "PCIe 5.0", - "blender_score": null, + "blender_score": 5447.87, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 62.08, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/data-center/h100/", - "https://www.techpowerup.com/gpu-specs/h100-pcie-80-gb.c3899" + "https://www.techpowerup.com/gpu-specs/h100-pcie-80-gb.c3899", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2022/enterprise/l40.json b/data/gpu/nvidia/2022/enterprise/l40.json index 1fe3210e..03808c54 100644 --- a/data/gpu/nvidia/2022/enterprise/l40.json +++ b/data/gpu/nvidia/2022/enterprise/l40.json @@ -17,11 +17,19 @@ "boost_clock_mhz": 2490, "tdp_w": 300, "pcie_version": "PCIe 4.0", - "blender_score": null, + "blender_score": 9278.3, "timespy_score": null, + "passmark_g3d_mark": 27355, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 90.52, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/data-center/l40/", - "https://www.techpowerup.com/gpu-specs/l40.c3959" + "https://www.techpowerup.com/gpu-specs/l40.c3959", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2022/enterprise/rtx-6000-ada.json b/data/gpu/nvidia/2022/enterprise/rtx-6000-ada.json index 86ebfb3d..8010d980 100644 --- a/data/gpu/nvidia/2022/enterprise/rtx-6000-ada.json +++ b/data/gpu/nvidia/2022/enterprise/rtx-6000-ada.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2505, "tdp_w": 300, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 10655.29, + "timespy_score": 26240, + "passmark_g3d_mark": 28642, + "timespy_extreme_score": 12629, + "speedway_score": 8028, + "octanebench_score": 1068, + "fp32_tflops": 91.06, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/design-visualization/rtx-6000/", - "https://www.techpowerup.com/gpu-specs/rtx-6000-ada-generation.c3933" + "https://www.techpowerup.com/gpu-specs/rtx-6000-ada-generation.c3933", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2023/consumer/geforce-rtx-3060-8gb.json b/data/gpu/nvidia/2023/consumer/geforce-rtx-3060-8gb.json index eddd19e1..20c16b9d 100644 --- a/data/gpu/nvidia/2023/consumer/geforce-rtx-3060-8gb.json +++ b/data/gpu/nvidia/2023/consumer/geforce-rtx-3060-8gb.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 1777, "tdp_w": 170, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2153.81, + "timespy_score": 8754, + "passmark_g3d_mark": 16954, + "timespy_extreme_score": 4099, + "speedway_score": 2192, + "octanebench_score": 282, + "fp32_tflops": 12.74, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_30_series", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-3060-8-gb.c4018" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-3060-8-gb.c4018", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2023/consumer/geforce-rtx-4060-ti.json b/data/gpu/nvidia/2023/consumer/geforce-rtx-4060-ti.json index d477f41e..476f1424 100644 --- a/data/gpu/nvidia/2023/consumer/geforce-rtx-4060-ti.json +++ b/data/gpu/nvidia/2023/consumer/geforce-rtx-4060-ti.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2535, "tdp_w": 160, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 3940.6, + "timespy_score": 13484, + "passmark_g3d_mark": 22607, + "timespy_extreme_score": 6172, + "speedway_score": 3222, + "octanebench_score": 413, + "fp32_tflops": 22.06, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_40_series", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-4060-ti.c3953" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-4060-ti.c3953", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2023/consumer/geforce-rtx-4060.json b/data/gpu/nvidia/2023/consumer/geforce-rtx-4060.json index d1f0225d..593ca510 100644 --- a/data/gpu/nvidia/2023/consumer/geforce-rtx-4060.json +++ b/data/gpu/nvidia/2023/consumer/geforce-rtx-4060.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2460, "tdp_w": 115, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 3176.85, + "timespy_score": 10619, + "passmark_g3d_mark": 19506, + "timespy_extreme_score": 4955, + "speedway_score": 2659, + "octanebench_score": 351, + "fp32_tflops": 15.11, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/40-series/rtx-4060/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-4060.c3984" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-4060.c3984", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2023/consumer/geforce-rtx-4070-ti.json b/data/gpu/nvidia/2023/consumer/geforce-rtx-4070-ti.json index 0e1e1f93..c0979fed 100644 --- a/data/gpu/nvidia/2023/consumer/geforce-rtx-4070-ti.json +++ b/data/gpu/nvidia/2023/consumer/geforce-rtx-4070-ti.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2610, "tdp_w": 285, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 6370.24, + "timespy_score": 22771, + "passmark_g3d_mark": 31565, + "timespy_extreme_score": 10894, + "speedway_score": 5508, + "octanebench_score": 710, + "fp32_tflops": 40.09, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_40_series", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-4070-ti.c3950" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-4070-ti.c3950", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2023/consumer/geforce-rtx-4070.json b/data/gpu/nvidia/2023/consumer/geforce-rtx-4070.json index ce761686..c24a3a12 100644 --- a/data/gpu/nvidia/2023/consumer/geforce-rtx-4070.json +++ b/data/gpu/nvidia/2023/consumer/geforce-rtx-4070.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2475, "tdp_w": 200, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 5213.0, + "timespy_score": 17887, + "passmark_g3d_mark": 26892, + "timespy_extreme_score": 7907, + "speedway_score": 5508, + "octanebench_score": 640, + "fp32_tflops": 36.13, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/40-series/rtx-4070/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-4070.c3953" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-4070.c3953", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2023/consumer/geforce-rtx-4090-d.json b/data/gpu/nvidia/2023/consumer/geforce-rtx-4090-d.json index 4fe2c18e..5840c336 100644 --- a/data/gpu/nvidia/2023/consumer/geforce-rtx-4090-d.json +++ b/data/gpu/nvidia/2023/consumer/geforce-rtx-4090-d.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2520, "tdp_w": 425, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 10724.02, + "timespy_score": 34163, + "passmark_g3d_mark": 30864, + "timespy_extreme_score": 17890, + "speedway_score": 9726, + "octanebench_score": 1258, + "fp32_tflops": 73.54, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/40-series/rtx-4090/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-4090-d.c4087" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-4090-d.c4087", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2023/enterprise/l4.json b/data/gpu/nvidia/2023/enterprise/l4.json index 10617c3f..d5801176 100644 --- a/data/gpu/nvidia/2023/enterprise/l4.json +++ b/data/gpu/nvidia/2023/enterprise/l4.json @@ -17,11 +17,19 @@ "boost_clock_mhz": 2040, "tdp_w": 72, "pcie_version": "PCIe 4.0", - "blender_score": null, + "blender_score": 3446.99, "timespy_score": null, + "passmark_g3d_mark": 10153, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 30.29, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/data-center/l4/", - "https://www.techpowerup.com/gpu-specs/l4.c4091" + "https://www.techpowerup.com/gpu-specs/l4.c4091", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2024/consumer/geforce-rtx-4070-super.json b/data/gpu/nvidia/2024/consumer/geforce-rtx-4070-super.json index fbed2bf3..52d7f87e 100644 --- a/data/gpu/nvidia/2024/consumer/geforce-rtx-4070-super.json +++ b/data/gpu/nvidia/2024/consumer/geforce-rtx-4070-super.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2475, "tdp_w": 220, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 6232.93, + "timespy_score": 21035, + "passmark_g3d_mark": 29953, + "timespy_extreme_score": 9967, + "speedway_score": 5241, + "octanebench_score": 707, + "fp32_tflops": 35.48, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_40_series", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-4070-super.c4029" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-4070-super.c4029", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2024/consumer/geforce-rtx-4070-ti-super.json b/data/gpu/nvidia/2024/consumer/geforce-rtx-4070-ti-super.json index 7b565da3..3287aae3 100644 --- a/data/gpu/nvidia/2024/consumer/geforce-rtx-4070-ti-super.json +++ b/data/gpu/nvidia/2024/consumer/geforce-rtx-4070-ti-super.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2610, "tdp_w": 285, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 7116.08, + "timespy_score": 24314, + "passmark_g3d_mark": 31829, + "timespy_extreme_score": 11874, + "speedway_score": 6396, + "octanebench_score": 856, + "fp32_tflops": 44.1, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_40_series", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-4070-ti-super.c4031" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-4070-ti-super.c4031", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2024/consumer/geforce-rtx-4080-super.json b/data/gpu/nvidia/2024/consumer/geforce-rtx-4080-super.json index e9bd8726..3905010e 100644 --- a/data/gpu/nvidia/2024/consumer/geforce-rtx-4080-super.json +++ b/data/gpu/nvidia/2024/consumer/geforce-rtx-4080-super.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2550, "tdp_w": 320, "pcie_version": "PCIe 4.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 8409.36, + "timespy_score": 28304, + "passmark_g3d_mark": 34262, + "timespy_extreme_score": 14052, + "speedway_score": 7450, + "octanebench_score": 964, + "fp32_tflops": 52.22, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_40_series", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-4080-super.c4028" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-4080-super.c4028", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2024/enterprise/b100.json b/data/gpu/nvidia/2024/enterprise/b100.json index 59f5535f..859ed538 100644 --- a/data/gpu/nvidia/2024/enterprise/b100.json +++ b/data/gpu/nvidia/2024/enterprise/b100.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 5.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 32.95, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/data-center/dgx-b200/", - "https://www.techpowerup.com/gpu-specs/b100.c4255" + "https://www.techpowerup.com/gpu-specs/b100.c4255", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2024/enterprise/b200.json b/data/gpu/nvidia/2024/enterprise/b200.json index a9bfaecf..46b87bb1 100644 --- a/data/gpu/nvidia/2024/enterprise/b200.json +++ b/data/gpu/nvidia/2024/enterprise/b200.json @@ -17,11 +17,18 @@ "boost_clock_mhz": 1965, "tdp_w": 1000, "pcie_version": "PCIe 5.0", - "blender_score": null, + "blender_score": 4124.48, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 74.45, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/data-center/dgx-b200/", - "https://www.techpowerup.com/gpu-specs/b200-sxm-192-gb.c4210" + "https://www.techpowerup.com/gpu-specs/b200-sxm-192-gb.c4210", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2024/enterprise/h200-sxm.json b/data/gpu/nvidia/2024/enterprise/h200-sxm.json index c5d7d99f..e4c87f22 100644 --- a/data/gpu/nvidia/2024/enterprise/h200-sxm.json +++ b/data/gpu/nvidia/2024/enterprise/h200-sxm.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 5.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 66.91, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/data-center/h200/", - "https://www.techpowerup.com/gpu-specs/h200-sxm-141-gb.c4254" + "https://www.techpowerup.com/gpu-specs/h200-sxm-141-gb.c4254", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2025/consumer/geforce-rtx-5050.json b/data/gpu/nvidia/2025/consumer/geforce-rtx-5050.json index 9a34abdc..c39287b6 100644 --- a/data/gpu/nvidia/2025/consumer/geforce-rtx-5050.json +++ b/data/gpu/nvidia/2025/consumer/geforce-rtx-5050.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2572, "tdp_w": 130, "pcie_version": "PCIe 5.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 2860.77, + "timespy_score": 10205, + "passmark_g3d_mark": 17093, + "timespy_extreme_score": 4667, + "speedway_score": 2556, + "octanebench_score": null, + "fp32_tflops": 13.17, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/50-series/rtx-5050/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-5050.c4313" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-5050.c4313", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2025/consumer/geforce-rtx-5060-laptop.json b/data/gpu/nvidia/2025/consumer/geforce-rtx-5060-laptop.json index ffa211e2..a09eb0cf 100644 --- a/data/gpu/nvidia/2025/consumer/geforce-rtx-5060-laptop.json +++ b/data/gpu/nvidia/2025/consumer/geforce-rtx-5060-laptop.json @@ -17,11 +17,18 @@ "boost_clock_mhz": 2107, "tdp_w": 115, "pcie_version": "PCIe 5.0", - "blender_score": null, + "blender_score": 3494.25, "timespy_score": null, + "passmark_g3d_mark": 16807, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/laptops/50-series/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-5060-mobile.c4229" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-5060-mobile.c4229", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2025/consumer/geforce-rtx-5060-ti-8gb.json b/data/gpu/nvidia/2025/consumer/geforce-rtx-5060-ti-8gb.json index 1e791f82..37c6dc9c 100644 --- a/data/gpu/nvidia/2025/consumer/geforce-rtx-5060-ti-8gb.json +++ b/data/gpu/nvidia/2025/consumer/geforce-rtx-5060-ti-8gb.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2572, "tdp_w": 180, "pcie_version": "PCIe 5.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 4307.31, + "timespy_score": 16065, + "passmark_g3d_mark": 22640, + "timespy_extreme_score": 7486, + "speedway_score": 4152, + "octanebench_score": null, + "fp32_tflops": 23.7, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/50-series/rtx-5060-family/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-5060-ti-8-gb.c4222" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-5060-ti-8-gb.c4222", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2025/consumer/geforce-rtx-5060-ti.json b/data/gpu/nvidia/2025/consumer/geforce-rtx-5060-ti.json index cdb9fd8c..712111b2 100644 --- a/data/gpu/nvidia/2025/consumer/geforce-rtx-5060-ti.json +++ b/data/gpu/nvidia/2025/consumer/geforce-rtx-5060-ti.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2572, "tdp_w": 180, "pcie_version": "PCIe 5.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 4307.31, + "timespy_score": 16065, + "passmark_g3d_mark": 22640, + "timespy_extreme_score": 7486, + "speedway_score": 4152, + "octanebench_score": null, + "fp32_tflops": 23.7, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_RTX_50_series", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-5060-ti.c4220" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-5060-ti.c4220", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2025/consumer/geforce-rtx-5060.json b/data/gpu/nvidia/2025/consumer/geforce-rtx-5060.json index 2582436e..28df6bfa 100644 --- a/data/gpu/nvidia/2025/consumer/geforce-rtx-5060.json +++ b/data/gpu/nvidia/2025/consumer/geforce-rtx-5060.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2497, "tdp_w": 150, "pcie_version": "PCIe 5.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 3678.96, + "timespy_score": 13731, + "passmark_g3d_mark": 20765, + "timespy_extreme_score": 6429, + "speedway_score": 3553, + "octanebench_score": null, + "fp32_tflops": 19.18, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_RTX_50_series", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-5060.c4221" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-5060.c4221", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2025/consumer/geforce-rtx-5070-laptop.json b/data/gpu/nvidia/2025/consumer/geforce-rtx-5070-laptop.json index 85bb111f..0773acbe 100644 --- a/data/gpu/nvidia/2025/consumer/geforce-rtx-5070-laptop.json +++ b/data/gpu/nvidia/2025/consumer/geforce-rtx-5070-laptop.json @@ -17,11 +17,18 @@ "boost_clock_mhz": 2310, "tdp_w": 115, "pcie_version": "PCIe 5.0", - "blender_score": null, + "blender_score": 4014.39, "timespy_score": null, + "passmark_g3d_mark": 19167, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/laptops/50-series/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-5070-mobile.c4230" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-5070-mobile.c4230", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2025/consumer/geforce-rtx-5070-ti-laptop.json b/data/gpu/nvidia/2025/consumer/geforce-rtx-5070-ti-laptop.json index fcdf37a3..75ea3b10 100644 --- a/data/gpu/nvidia/2025/consumer/geforce-rtx-5070-ti-laptop.json +++ b/data/gpu/nvidia/2025/consumer/geforce-rtx-5070-ti-laptop.json @@ -17,11 +17,18 @@ "boost_clock_mhz": 2295, "tdp_w": 140, "pcie_version": "PCIe 5.0", - "blender_score": null, + "blender_score": 4975.85, "timespy_score": null, + "passmark_g3d_mark": 22600, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/laptops/50-series/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-5070-ti-mobile.c4231" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-5070-ti-mobile.c4231", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2025/consumer/geforce-rtx-5070-ti.json b/data/gpu/nvidia/2025/consumer/geforce-rtx-5070-ti.json index f242e620..67efc940 100644 --- a/data/gpu/nvidia/2025/consumer/geforce-rtx-5070-ti.json +++ b/data/gpu/nvidia/2025/consumer/geforce-rtx-5070-ti.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2452, "tdp_w": 300, "pcie_version": "PCIe 5.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 7587.95, + "timespy_score": 27821, + "passmark_g3d_mark": 32405, + "timespy_extreme_score": 13623, + "speedway_score": 7859, + "octanebench_score": null, + "fp32_tflops": 43.94, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_RTX_50_series", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-5070-ti.c4218" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-5070-ti.c4218", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2025/consumer/geforce-rtx-5070.json b/data/gpu/nvidia/2025/consumer/geforce-rtx-5070.json index 2325e770..2d03e9a4 100644 --- a/data/gpu/nvidia/2025/consumer/geforce-rtx-5070.json +++ b/data/gpu/nvidia/2025/consumer/geforce-rtx-5070.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2512, "tdp_w": 250, "pcie_version": "PCIe 5.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 6172.41, + "timespy_score": 22683, + "passmark_g3d_mark": 28727, + "timespy_extreme_score": 10785, + "speedway_score": 5944, + "octanebench_score": null, + "fp32_tflops": 30.87, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/GeForce_RTX_50_series", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-5070.c4219" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-5070.c4219", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2025/consumer/geforce-rtx-5080-laptop.json b/data/gpu/nvidia/2025/consumer/geforce-rtx-5080-laptop.json index 390a321c..ddb2d5dc 100644 --- a/data/gpu/nvidia/2025/consumer/geforce-rtx-5080-laptop.json +++ b/data/gpu/nvidia/2025/consumer/geforce-rtx-5080-laptop.json @@ -17,11 +17,18 @@ "boost_clock_mhz": 2280, "tdp_w": 150, "pcie_version": "PCIe 5.0", - "blender_score": null, + "blender_score": 6604.89, "timespy_score": null, + "passmark_g3d_mark": 26352, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/laptops/50-series/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-5080-mobile.c4232" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-5080-mobile.c4232", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2025/consumer/geforce-rtx-5080.json b/data/gpu/nvidia/2025/consumer/geforce-rtx-5080.json index b8cc0467..9aaca7f0 100644 --- a/data/gpu/nvidia/2025/consumer/geforce-rtx-5080.json +++ b/data/gpu/nvidia/2025/consumer/geforce-rtx-5080.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2617, "tdp_w": 360, "pcie_version": "PCIe 5.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 9138.43, + "timespy_score": 32995, + "passmark_g3d_mark": 35686, + "timespy_extreme_score": 16578, + "speedway_score": 9320, + "octanebench_score": null, + "fp32_tflops": 56.28, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/50-series/rtx-5080/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-5080.c4217" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-5080.c4217", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2025/consumer/geforce-rtx-5090-laptop.json b/data/gpu/nvidia/2025/consumer/geforce-rtx-5090-laptop.json index 72787112..dad70d64 100644 --- a/data/gpu/nvidia/2025/consumer/geforce-rtx-5090-laptop.json +++ b/data/gpu/nvidia/2025/consumer/geforce-rtx-5090-laptop.json @@ -17,11 +17,18 @@ "boost_clock_mhz": 2160, "tdp_w": 150, "pcie_version": "PCIe 5.0", - "blender_score": null, + "blender_score": 7891.09, "timespy_score": null, + "passmark_g3d_mark": 28259, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/laptops/50-series/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-5090-mobile.c4233" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-5090-mobile.c4233", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/nvidia/2025/consumer/geforce-rtx-5090.json b/data/gpu/nvidia/2025/consumer/geforce-rtx-5090.json index 6c608142..9c0a29b2 100644 --- a/data/gpu/nvidia/2025/consumer/geforce-rtx-5090.json +++ b/data/gpu/nvidia/2025/consumer/geforce-rtx-5090.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2407, "tdp_w": 575, "pcie_version": "PCIe 5.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 14972.12, + "timespy_score": 46923, + "passmark_g3d_mark": 38949, + "timespy_extreme_score": 25766, + "speedway_score": 14614, + "octanebench_score": null, + "fp32_tflops": 104.8, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/geforce/graphics-cards/50-series/rtx-5090/", - "https://www.techpowerup.com/gpu-specs/geforce-rtx-5090.c4216" + "https://www.techpowerup.com/gpu-specs/geforce-rtx-5090.c4216", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2025/enterprise/b300.json b/data/gpu/nvidia/2025/enterprise/b300.json index 59bcee30..026700fc 100644 --- a/data/gpu/nvidia/2025/enterprise/b300.json +++ b/data/gpu/nvidia/2025/enterprise/b300.json @@ -19,9 +19,15 @@ "pcie_version": "PCIe 5.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": 76.99, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/data-center/hgx/", - "https://www.techpowerup.com/gpu-specs/b300-sxm-288-gb.c4317" + "https://www.techpowerup.com/gpu-specs/b300-sxm-288-gb.c4317", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2025/enterprise/gb200-superchip.json b/data/gpu/nvidia/2025/enterprise/gb200-superchip.json index 81f24927..24737add 100644 --- a/data/gpu/nvidia/2025/enterprise/gb200-superchip.json +++ b/data/gpu/nvidia/2025/enterprise/gb200-superchip.json @@ -19,6 +19,11 @@ "pcie_version": "PCIe 5.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/data-center/gb200-nvl72/", diff --git a/data/gpu/nvidia/2025/enterprise/rtx-pro-4000-blackwell.json b/data/gpu/nvidia/2025/enterprise/rtx-pro-4000-blackwell.json index b783e9b7..04547caf 100644 --- a/data/gpu/nvidia/2025/enterprise/rtx-pro-4000-blackwell.json +++ b/data/gpu/nvidia/2025/enterprise/rtx-pro-4000-blackwell.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2520, "tdp_w": 140, "pcie_version": "PCIe 5.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 6246.91, + "timespy_score": 19810, + "passmark_g3d_mark": 28190, + "timespy_extreme_score": 9979, + "speedway_score": 5217, + "octanebench_score": null, + "fp32_tflops": 36.83, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/products/workstations/professional-desktop-gpus/rtx-pro-6000-family/", - "https://www.techpowerup.com/gpu-specs/rtx-pro-4000-blackwell.c4297" + "https://www.techpowerup.com/gpu-specs/rtx-pro-4000-blackwell.c4297", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2025/enterprise/rtx-pro-4500-blackwell.json b/data/gpu/nvidia/2025/enterprise/rtx-pro-4500-blackwell.json index f7d7efad..1c007a48 100644 --- a/data/gpu/nvidia/2025/enterprise/rtx-pro-4500-blackwell.json +++ b/data/gpu/nvidia/2025/enterprise/rtx-pro-4500-blackwell.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2570, "tdp_w": 200, "pcie_version": "PCIe 5.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 8486.57, + "timespy_score": 19760, + "passmark_g3d_mark": 33407, + "timespy_extreme_score": 13443, + "speedway_score": 7458, + "octanebench_score": null, + "fp32_tflops": 50.53, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/products/workstations/professional-desktop-gpus/rtx-pro-6000-family/", - "https://www.techpowerup.com/gpu-specs/rtx-pro-4500-blackwell.c4296" + "https://www.techpowerup.com/gpu-specs/rtx-pro-4500-blackwell.c4296", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2025/enterprise/rtx-pro-5000-blackwell.json b/data/gpu/nvidia/2025/enterprise/rtx-pro-5000-blackwell.json index 77164e1f..a6908602 100644 --- a/data/gpu/nvidia/2025/enterprise/rtx-pro-5000-blackwell.json +++ b/data/gpu/nvidia/2025/enterprise/rtx-pro-5000-blackwell.json @@ -17,11 +17,20 @@ "boost_clock_mhz": 2617, "tdp_w": 300, "pcie_version": "PCIe 5.0", - "blender_score": null, - "timespy_score": null, + "blender_score": 10852.1, + "timespy_score": 33196, + "passmark_g3d_mark": 40493, + "timespy_extreme_score": 17934, + "speedway_score": 9504, + "octanebench_score": null, + "fp32_tflops": 66.94, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/products/workstations/professional-desktop-gpus/rtx-pro-6000-family/", - "https://www.techpowerup.com/gpu-specs/rtx-pro-5000-blackwell.c4292" + "https://www.techpowerup.com/gpu-specs/rtx-pro-5000-blackwell.c4292", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.topcpu.net/en/gpu-r/3dmark-time-spy", + "https://www.videocardbenchmark.net/gpu_list.php", + "https://www.topcpu.net/en/gpu-r/" ] } diff --git a/data/gpu/nvidia/2025/enterprise/rtx-pro-6000-blackwell-workstation.json b/data/gpu/nvidia/2025/enterprise/rtx-pro-6000-blackwell-workstation.json index 6cd85348..87ad7ead 100644 --- a/data/gpu/nvidia/2025/enterprise/rtx-pro-6000-blackwell-workstation.json +++ b/data/gpu/nvidia/2025/enterprise/rtx-pro-6000-blackwell-workstation.json @@ -17,11 +17,18 @@ "boost_clock_mhz": 2620, "tdp_w": 600, "pcie_version": "PCIe 5.0", - "blender_score": null, + "blender_score": 16738.64, "timespy_score": null, + "passmark_g3d_mark": 38294, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://www.nvidia.com/en-us/products/workstations/professional-desktop-gpus/rtx-pro-6000/", - "https://www.techpowerup.com/gpu-specs/rtx-pro-6000-blackwell.c4272" + "https://www.techpowerup.com/gpu-specs/rtx-pro-6000-blackwell.c4272", + "https://opendata.blender.org/snapshots/opendata-latest.zip", + "https://www.videocardbenchmark.net/gpu_list.php" ] } diff --git a/data/gpu/s3/1995/consumer/trio64v.json b/data/gpu/s3/1995/consumer/trio64v.json index d45e266d..a8d897c9 100644 --- a/data/gpu/s3/1995/consumer/trio64v.json +++ b/data/gpu/s3/1995/consumer/trio64v.json @@ -19,6 +19,11 @@ "pcie_version": "PCI", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/S3_Trio", diff --git a/data/gpu/s3/1996/consumer/virge-dx.json b/data/gpu/s3/1996/consumer/virge-dx.json index 768d8dc1..d732be94 100644 --- a/data/gpu/s3/1996/consumer/virge-dx.json +++ b/data/gpu/s3/1996/consumer/virge-dx.json @@ -19,6 +19,11 @@ "pcie_version": "PCI", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/S3_ViRGE", diff --git a/data/gpu/s3/1996/consumer/virge.json b/data/gpu/s3/1996/consumer/virge.json index bd26b252..17f178f2 100644 --- a/data/gpu/s3/1996/consumer/virge.json +++ b/data/gpu/s3/1996/consumer/virge.json @@ -19,6 +19,11 @@ "pcie_version": "PCI", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/S3_ViRGE", diff --git a/data/gpu/s3/1998/consumer/savage-3d.json b/data/gpu/s3/1998/consumer/savage-3d.json index d4d211e7..868afa7f 100644 --- a/data/gpu/s3/1998/consumer/savage-3d.json +++ b/data/gpu/s3/1998/consumer/savage-3d.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 2x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/S3_Savage", diff --git a/data/gpu/s3/1999/consumer/savage-2000.json b/data/gpu/s3/1999/consumer/savage-2000.json index e8787080..ba3cf280 100644 --- a/data/gpu/s3/1999/consumer/savage-2000.json +++ b/data/gpu/s3/1999/consumer/savage-2000.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 4x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/S3_Savage", diff --git a/data/gpu/s3/1999/consumer/savage4.json b/data/gpu/s3/1999/consumer/savage4.json index 88ca04ea..7debcb49 100644 --- a/data/gpu/s3/1999/consumer/savage4.json +++ b/data/gpu/s3/1999/consumer/savage4.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 2x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/S3_Savage", diff --git a/data/gpu/s3/2007/consumer/chrome-s27.json b/data/gpu/s3/2007/consumer/chrome-s27.json index a814673a..c379c8ce 100644 --- a/data/gpu/s3/2007/consumer/chrome-s27.json +++ b/data/gpu/s3/2007/consumer/chrome-s27.json @@ -19,6 +19,11 @@ "pcie_version": "PCIe 1.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/S3_Chrome", diff --git a/data/gpu/s3/2008/consumer/chrome-540-gtx.json b/data/gpu/s3/2008/consumer/chrome-540-gtx.json index 308ef1ff..b587b3de 100644 --- a/data/gpu/s3/2008/consumer/chrome-540-gtx.json +++ b/data/gpu/s3/2008/consumer/chrome-540-gtx.json @@ -19,6 +19,11 @@ "pcie_version": "PCIe 2.0", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/S3_Chrome", diff --git a/data/gpu/sis/2002/consumer/xabre-600.json b/data/gpu/sis/2002/consumer/xabre-600.json index 8f540dca..cc68fe5e 100644 --- a/data/gpu/sis/2002/consumer/xabre-600.json +++ b/data/gpu/sis/2002/consumer/xabre-600.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 8x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/Silicon_Integrated_Systems", diff --git a/data/gpu/xgi/2003/consumer/volari-v8-duo.json b/data/gpu/xgi/2003/consumer/volari-v8-duo.json index 6079bb16..8c97c314 100644 --- a/data/gpu/xgi/2003/consumer/volari-v8-duo.json +++ b/data/gpu/xgi/2003/consumer/volari-v8-duo.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 8x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/XGI_Technology", diff --git a/data/gpu/xgi/2003/consumer/volari-v8.json b/data/gpu/xgi/2003/consumer/volari-v8.json index 634f1c03..c287173b 100644 --- a/data/gpu/xgi/2003/consumer/volari-v8.json +++ b/data/gpu/xgi/2003/consumer/volari-v8.json @@ -19,6 +19,11 @@ "pcie_version": "AGP 8x", "blender_score": null, "timespy_score": null, + "passmark_g3d_mark": null, + "timespy_extreme_score": null, + "speedway_score": null, + "octanebench_score": null, + "fp32_tflops": null, "verified": false, "source_urls": [ "https://en.wikipedia.org/wiki/XGI_Technology", From 4a8c150f733b704eec2268f3c4b30a3fa222cfab Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Mon, 1 Jun 2026 13:27:34 +0900 Subject: [PATCH 3/6] feat(site): redesign homepage as a developer terminal with live JSON playground Single-page developer-tool design (Space Grotesk + JetBrains Mono, mint accent, 1px borders). Fetches the static v1/ dump live: hero terminal cycling real requests, interactive playground, featured device cards with conic score rings, endpoint list and coverage stats shown as scored/total. Theme follows the OS prefers-color-scheme until the user toggles (persisted in localStorage, applied pre-paint to avoid a flash). Replaces the previous homepage. --- site/src/pages/index.astro | 612 +++++++++++------------------------- site/src/scripts/techapi.js | 315 +++++++++++++++++++ site/src/styles/techapi.css | 365 +++++++++++++++++++++ 3 files changed, 861 insertions(+), 431 deletions(-) create mode 100644 site/src/scripts/techapi.js create mode 100644 site/src/styles/techapi.css diff --git a/site/src/pages/index.astro b/site/src/pages/index.astro index fbb0be7c..8f350b9c 100644 --- a/site/src/pages/index.astro +++ b/site/src/pages/index.astro @@ -1,76 +1,125 @@ --- +import "../styles/techapi.css"; + const raw = import.meta.env.BASE_URL; -const base = raw.endsWith("/") ? raw : raw + "/"; // ensure trailing slash +const base = raw.endsWith("/") ? raw : raw + "/"; +const ghUrl = "https://github.com/Seungpyo1007/TechAPI"; const endpoints = [ { label: "/v1/smartphones", desc: "List all phones", href: `${base}v1/smartphones/index.json` }, - { label: "/v1/smartphones/{slug}", desc: "Phone detail + scores", href: `${base}v1/smartphones/galaxy-s25/index.json` }, - { label: "/v1/smartphones/{slug}/score", desc: "Computed scores", href: `${base}v1/smartphones/galaxy-s25/score/index.json` }, + { label: "/v1/smartphones/{slug}", desc: "Phone detail + scores", href: `${base}v1/smartphones/galaxy-s25-ultra/index.json` }, + { label: "/v1/smartphones/{slug}/score", desc: "Computed scores", href: `${base}v1/smartphones/galaxy-s25-ultra/score/index.json` }, { label: "/v1/socs/{slug}", desc: "System-on-chip detail", href: `${base}v1/socs/snapdragon-8-elite/index.json` }, - { label: "/v1/gpus/{slug}", desc: "Discrete GPU detail", href: `${base}v1/gpus/geforce-rtx-4090/index.json` }, - { label: "/v1/cpus/{slug}", desc: "Desktop/laptop CPU", href: `${base}v1/cpus/core-i9-14900k/index.json` }, + { label: "/v1/gpus/{slug}", desc: "Discrete GPU detail", href: `${base}v1/gpus/geforce-rtx-5090/index.json` }, + { label: "/v1/cpus/{slug}", desc: "Desktop / laptop CPU", href: `${base}v1/cpus/core-i9-14900k/index.json` }, { label: "/v1/brands", desc: "All brands", href: `${base}v1/brands/index.json` }, ]; - -const ghUrl = "https://github.com/Seungpyo1007/TechAPI"; --- + - + + + TechAPI — open data for consumer electronics specs - + + + + + +
-
- ⚡ Static JSON API · no key · no server -

Open data for consumer electronics

-

- Structured specs & computed scores for smartphones, SoCs, GPUs and CPUs — - served as plain static JSON files. Free, open, and inspired by PokeAPI. -

-
- Try the API ↓ - Interactive docs → +
+
+ STATIC JSON · NO KEY · NO SERVER +

+ Open data + for consumer + electronics +

+

Structured specs & computed scores for smartphones, SoCs, GPUs and CPUs — served as plain static JSON. Free, open, inspired by PokeAPI.

+
-
-
loading
+ +
+
+
+ + ~/techapi + LIVE +
+
+
+
+
+
+
-
-
- -
-
-

Try it live

-

Pick a resource and a slug — the response is fetched straight from the static dataset, right in your browser.

+
+
+
loading
+
+ -
-
-
- -
+
+ +
+
+
+
+ 01 — Playground +

Run a request, get JSON

+

Pick a resource and a slug. The response is fetched straight from the static dataset, right in your browser.

+
+ GET /v1/{"{resource}"}/{"{slug}"} +
+ +
+
+
+
+
+ + + +
+
+ + +
-
- - - -
-
- - +
+ GET + /v1/smartphones/galaxy-s25-ultra + + +
+
Loading…
+
+
-
- GET - /v1/smartphones/galaxy-s25 - - - + + - -
-