benchmarks#
Classes:
Performance benchmark results a benchmarking job. |
|
Reference performance benchmark for comparison purposes. |
- class PerformanceBenchmark#
Performance benchmark results a benchmarking job.
Attributes:
When this object was first created.
When this object was last modified.
- created_at: datetime#
When this object was first created. Imported objects such as projects and jobs will retain the created time from their original CryoSPARC instance.
- cryosparc_version: str#
- gpu_bus_id: str | None#
- gpu_name: str | None#
- id: str#
- instance_information: InstanceInformation#
- job_params: Dict[str, Any]#
- job_uid: str#
- particle_read_benchmark_dir: str | None#
- project_uid: str#
- random_disk_models: List[Dict[str, Any]]#
- sequential_disk_models: List[Dict[str, Any]]#
- sequential_read_benchmark_dir: str | None#
- timings: Dict[str, Any]#
- type: Literal['fs', 'cpu', 'gpu', 'extensive_validation']#
- updated_at: datetime#
When this object was last modified.
- class ReferencePerformanceBenchmark#
Reference performance benchmark for comparison purposes.
Attributes:
When this object was first created.
When this object was last modified.
- created_at: datetime#
When this object was first created. Imported objects such as projects and jobs will retain the created time from their original CryoSPARC instance.
- cryosparc_version: str#
- gpu_bus_id: str | None#
- gpu_name: str | None#
- id: str#
- instance_information: InstanceInformation#
- job_params: Dict[str, Any]#
- reference_platform_node: str | None#
- timings: Dict[str, Any]#
- title: str#
- type: Literal['fs', 'cpu', 'gpu', 'extensive_validation']#
- updated_at: datetime#
When this object was last modified.