benchmarks#

Classes:

PerformanceBenchmark

Performance benchmark results a benchmarking job.

ReferencePerformanceBenchmark

Reference performance benchmark for comparison purposes.

class PerformanceBenchmark#

Performance benchmark results a benchmarking job.

Attributes:

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:

created_at

When this object was first created.

cryosparc_version

gpu_bus_id

gpu_name

id

instance_information

job_params

reference_platform_node

timings

title

type

updated_at

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.