tu Xuode / geekbench
munkireport 的 Geekbench 模块。
v3.0
2023-04-17 15:39 UTC
This package is auto-updated.
Last update: 2024-09-19 07:10:27 UTC
README
报告计算机的 Geekbench 统计数据。
客户端将触发服务器,每周一次从 Geekbench 的 API 中查找 Geekbench 信息。
表结构
- id - 唯一 ID
- serial_number - 机器的序列号
- score - int - 单个 CPU 分数
- multiscore - int - 多 CPU 分数
- model_name - string - Geekbench 的型号名称
- description - string - Geekbench 的 CPU 名称
- samples - int - Geekbench 中的样本数量
- cuda_score - bigint - CUDA 分数(仅适用于 Nvidia GPU)
- cuda_samples - bigint - Geekbench 中的样本数量
- opencl_score - bigint - OpenCL 分数
- opencl_samples - bigint - Geekbench 中的样本数量
- gpu_name - string - 匹配的 GPU 名称
- last_run - bigint - 对机器处理分数的最后时间戳