Skip to content

Commit 0df5be0

Browse files
kayvontadjKayvon Tadj
andauthored
migrate to GB6 (#224)
* migrate to GB6 * fix typo * remove unnecessary libraries * removed unnexxessary text * updated string concatenation to be more readable * updated geekbenchmetricparser testing to test new GB output * updated geekbench metricparsertesting to include GB6 * removing GeekbenchResult, tests, and example file as it is no longer used. It has been replaced by GeekbenchMetricsParser. * updating Geekbench executor to fix build errors. Replaced GeekbenchResult with GeekbenchMetricsParser * updated metric convention, so ScenarioName and MetricName are fixed in Kusto * fixing typo * added email parser * GB6 unlock username is grabbed from Geekbench_6.preferences file now - not hardcoded * fixed spacing issue * updated geekbench 6 documentation. Added error catching to geekbench executor * updated GB6 to directly call the executable instead of using geekbench6(.exe) to address linux-x64 issues * removed debug print statement --------- Co-authored-by: Kayvon Tadj <[email protected]>
1 parent 6b27bd6 commit 0df5be0

File tree

12 files changed

+645
-2577
lines changed

12 files changed

+645
-2577
lines changed
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
Geekbench 6.2.2 Corporate : https://www.geekbench.com/
2+
3+
System Information
4+
Operating System Microsoft Windows Server 2016 Datacenter (64-bit)
5+
Operating System 1607
6+
Model Microsoft Corporation Virtual Machine
7+
Motherboard Microsoft Corporation Virtual Machine
8+
BIOS American Megatrends Inc. 090008
9+
10+
Processor Information
11+
Name Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz
12+
Topology 2 Processors, 32 Cores, 64 Threads
13+
Identifier GenuineIntel Family 6 Model 85 Stepping 4
14+
Base Frequency 2.50 GHz
15+
Maximum Frequency 3.58 GHz
16+
L1 Instruction Cache 32.0 KB x 16
17+
L1 Data Cache 32.0 KB x 16
18+
L2 Cache 1.00 MB x 16
19+
L3 Cache 35.8 MB
20+
21+
Memory Information
22+
Size 256 GB
23+
24+
25+
Single-Core
26+
File Compression 1734 249.1 MB/sec
27+
Navigation 1807 10.9 routes/sec
28+
HTML5 Browser 1859 38.1 pages/sec
29+
PDF Renderer 719 16.6 Mpixels/sec
30+
Photo Library 680 9.23 images/sec
31+
Clang 675 3.32 Klines/sec
32+
Text Processing 669 53.6 pages/sec
33+
Asset Compression 1208 37.4 MB/sec
34+
Object Detection 1946 58.2 images/sec
35+
Background Blur 2278 9.43 images/sec
36+
Horizon Detection 2515 78.3 Mpixels/sec
37+
Object Remover 1468 112.9 Mpixels/sec
38+
HDR 1847 54.2 Mpixels/sec
39+
Photo Filter 2384 23.7 images/sec
40+
Ray Tracer 1570 1.52 Mpixels/sec
41+
Structure from Motion 2122 67.2 Kpixels/sec
42+
43+
Multi-Core
44+
File Compression 5375 771.9 MB/sec
45+
Navigation 7496 45.2 routes/sec
46+
HTML5 Browser 7139 146.1 pages/sec
47+
PDF Renderer 7515 173.3 Mpixels/sec
48+
Photo Library 7629 103.5 images/sec
49+
Clang 7305 36.0 Klines/sec
50+
Text Processing 2295 183.8 pages/sec
51+
Asset Compression 8125 251.8 MB/sec
52+
Object Detection 5007 149.8 images/sec
53+
Background Blur 6874 28.4 images/sec
54+
Horizon Detection 9322 290.1 Mpixels/sec
55+
Object Remover 5420 416.7 Mpixels/sec
56+
HDR 6835 200.6 Mpixels/sec
57+
Photo Filter 7673 76.1 images/sec
58+
Ray Tracer 7243 7.01 Mpixels/sec
59+
Structure from Motion 7565 239.5 Kpixels/sec
60+
61+
Benchmark Summary
62+
Single-Core Score 888
63+
Integer Score 777
64+
Floating Point Score 901
65+
Multi-Core Score 12345
66+
Integer Score 10518
67+
Floating Point Score 14544

0 commit comments

Comments
 (0)