Geekbench 6.2.2 Result
PassMark PerformanceTest Linux (11.0.1002) Results
...
https://www.aliexpress.com/item/1005006752411268.html
Power consumption: with default TDP
Power Off: 1.7 W
Idle: 15W
...
Code Block |
---|
root@server4:~# Geekbench-6.2.2-Linux/geekbench6 Geekbench 6.2.2 : https://www.geekbench.com/ Geekbench 6 requires an active internet connection and automatically uploads benchmark results to the Geekbench Browser. Upgrade to Geekbench 6 Pro to enable offline use and unlock other features: https://store.primatelabs.com/v6 Enter your Geekbench 6 Pro license using the following command line: Geekbench-6.2.2-Linux/geekbench6 --unlock <email> <key> System Information Operating System Ubuntu 24.04 LTS Kernel Linux 6.8.0-35-generic x86_64 Model Default string Default string Motherboard Default string Default string BIOS American Megatrends International, LLC. 5.27 CPU Information Name Intel Core i7-1355U Topology 1 Processor, 10 Cores, 12 Threads Identifier GenuineIntel Family 6 Model 186 Stepping 3 Base Frequency 5.00 GHz L1 Instruction Cache 32.0 KB x 6 L1 Data Cache 48.0 KB x 6 L2 Cache 1.25 MB L3 Cache 12.0 MB Memory Information Size 31.1 GB Single-Core Running File Compression Running Navigation Running HTML5 Browser Running PDF Renderer Running Photo Library Running Clang Running Text Processing Running Asset Compression Running Object Detection Running Background Blur Running Horizon Detection Running Object Remover Running HDR Running Photo Filter Running Ray Tracer Running Structure from Motion Multi-Core Running File Compression Running Navigation Running HTML5 Browser Running PDF Renderer Running Photo Library Running Clang Running Text Processing Running Asset Compression Running Object Detection Running Background Blur Running Horizon Detection Running Object Remover Running HDR Running Photo Filter Running Ray Tracer Running Structure from Motion Uploading results to the Geekbench Browser. This could take a minute or two depending on the speed of your internet connection. Upload succeeded. Visit the following link and view your results online: https://browser.geekbench.com/v6/cpu/6566118 |
Compute test
install OpenCL
Code Block |
---|
apt install intel-opencl-icd |
Install Vulkan
Code Block |
---|
wget -qO- https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo tee /etc/apt/trusted.gpg.d/lunarg.asc sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-jammy.list http://packages.lunarg.com/vulkan/lunarg-vulkan-jammy.list sudo apt update sudo apt install -y vulkan-sdk |
...
Code Block |
---|
root@server4:~# ./Geekbench-6.2.2-Linux/geekbench6 --gpu-list Geekbench 6.2.2 : https://www.geekbench.com/ Geekbench 6 requires an active internet connection and automatically uploads benchmark results to the Geekbench Browser. Upgrade to Geekbench 6 Pro to enable offline use and unlock other features: https://store.primatelabs.com/v6 Enter your Geekbench 6 Pro license using the following command line: ./Geekbench-6.2.2-Linux/geekbench6 --unlock <email> <key> OpenCL 0 0 Intel(R) UHD Graphics Vulkan 0 0 Intel(R) Graphics (RPL-U) 0 1 llvmpipe (LLVM 17.0.6, 256 bits) |
Code Block |
---|
root@server4:~# ./Geekbench-6.2.2-Linux/geekbench6 --gpu Vulkan Geekbench 6.2.2 : https://www.geekbench.com/ Geekbench 6 requires an active internet connection and automatically uploads benchmark results to the Geekbench Browser. Upgrade to Geekbench 6 Pro to enable offline use and unlock other features: https://store.primatelabs.com/v6 Enter your Geekbench 6 Pro license using the following command line: ./Geekbench-6.2.2-Linux/geekbench6 --unlock <email> <key> System Information Operating System Ubuntu 24.04 LTS Kernel Linux 6.8.0-35-generic x86_64 Model Default string Default string Motherboard Default string Default string BIOS American Megatrends International, LLC. 5.27 CPU Information Name Intel Core i7-1355U Topology 1 Processor, 10 Cores, 12 Threads Identifier GenuineIntel Family 6 Model 186 Stepping 3 Base Frequency 5.00 GHz L1 Instruction Cache 32.0 KB x 6 L1 Data Cache 48.0 KB x 6 L2 Cache 1.25 MB L3 Cache 12.0 MB Memory Information Size 31.1 GB Vulkan Information Device Name Intel(R) Graphics (RPL-U) Vulkan Running Background Blur Running Face Detection Running Horizon Detection Running Edge Detection Running Gaussian Blur Running Feature Matching Running Stereo Matching Running Particle Physics Uploading results to the Geekbench Browser. This could take a minute or two depending on the speed of your internet connection. Upload succeeded. Visit the following link and view your results online: https://browser.geekbench.com/v6/compute/2347035 |
...