Question Geekbench 6 released and calibrated against Core i7-12700

Page 34 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
Jul 27, 2020
25,095
17,452
146
Last edited:

Gideon

Platinum Member
Nov 27, 2007
2,012
4,986
136
You are DA MAN!

I think a better way would be to create a browser extension or maybe a quick and dirty Electron app that takes a GB URL and presents the information in your proposed way.

Primate Labs don't want to do anything. Their forums are proof of that. Tons of requests from their users and they just sit on their asses, enjoying their pot of gold.

Thanks for the idea @igor_kavinski!
Remember the per-test ISA annotation mockups I posted?

Well, I finally got around to implementing it as an actual browser extension. It works on both individual result pages and comparison pages (which was an absolute PITA to support as they contain no ISA info themselves).

Current Features:
  • Shows the instructions a CPU supports in a grouped color coded way
  • Shows the instructions the test uses (info from here) and the given CPU supports under each test.
  • Optional tooltips with detailed info:
Kuvatõmmis 2025-05-24 132645.png


Comparison page
1748082739455.png
Single Result page:
screenshot1.png

Info about chosen colors and the rather arbitrary groups for ISA extensions in the Browser extension popup:
Kuvatõmmis 2025-05-24 133500.png

Download links
Currently, the per-test extensions shown are based on the official geekbench documentation, but It seems incomplete and old (no RISC-V info for instance, despite already supporting it)

If anyone has more up-to date info on what test use what extensions, please let me know!

The ISA grouping/coloring is also somewhat arbitrary.

Suggestions for alternative ISA grouping/coloring schemes as well as bug reports are very welcome!
 
Last edited:
Jul 27, 2020
25,095
17,452
146
  • Like
Reactions: Gideon

Gideon

Platinum Member
Nov 27, 2007
2,012
4,986
136
Question: How do I turn on the optional tooltips?
There is a browser extension popup (as with orher plugins, normally in the top right corner)

There, under the settings tab you enable it, press "save" and they should appear on hover.

Currently I only enabled them in the results section not in the "System Information" table (as they are sort of experimental) but that can be changed in the future
 
  • Like
Reactions: igor_kavinski

Gideon

Platinum Member
Nov 27, 2007
2,012
4,986
136
Photo Library and Object Detection use AMX on CPUs that support it.
Fixed in version 0.2.2

1748108297916.png

Also added tooltips to all top badges and enabled them by default (now you have to explicitly disable them in settings to not see them):

Kuvatõmmis 2025-05-24 203731.png

Firefox already has the latest version, but Chrome is still 2 versions behind at 0.2.0 due to really slow review process. Should get there in a day or two.


Oh, and the Tooltip also has a lengthy scrollable "Extensions" tab, to explain the categorization/coloring choices. (It's partially broken in 0.2.0 but fixed in later versions)

1748108583122.png
 

Gideon

Platinum Member
Nov 27, 2007
2,012
4,986
136
OOPS!

Spoke too soon. Photo library test isn't showing AMX for the Sapphire Rapids chip.

View attachment 124294
Version 0.2.2 does fix it. It's just that the update i pushed to Chrome Web Store is still pending due to google's excessively slow (automatic) review process. Even 0.2.1 isn't up yet!

Firefox already has version 0.2.2 (5 minutes after uploading) and there i can see the badge correctly:
Kuvatõmmis 2025-05-24 230609.png
 

Gideon

Platinum Member
Nov 27, 2007
2,012
4,986
136
Geeklens v0.3.0 released.

Download links (only for initial install, updates are automatic)

1. Finally squashed the AMX bug for good
2. Added inital support for RISC-V instructions. Only in Sytem Info as I have no solid info which benches use what
3. Fixed broken table layout for geekbench results with very long names, like this RISC-V CPU (go visit that result without the plugin, I dear you :D)

[v0.3.0] - 2025-05-26

Added:
  • Added Initial support for RISK-V
Fixed:
  • Properly fixed reporting AMX support for Photo Library
  • Fixed issues with disabling color or removing tooltips not working properly
  • Fix cell name overflow with really long names

Changed:
  • Removed save button from settings, now changes are applied immediately


I Actually fixed the stuff on the 26th, but it took until today for Chrome webstore to finally publish the new version