pyrocko.squirrel.tool.commands.benchmark

Implementation of squirrel benchmark.

Classes

BatchInfo(**kwargs)

Undocumented.

ThroughputStats(**kwargs)

Undocumented.

class BatchInfo(**kwargs)[source]

Bases: Object

Undocumented.

tmin

float

tmax

float

i

int

n

int

class ThroughputStats(**kwargs)[source]

Bases: Object

Undocumented.

time

pyrocko.util.get_time_float (pyrocko.guts.Timestamp)

batch

BatchInfo, optional

nbytes_mseed

int

nbytes_traces

int

nsamples

int

time_averages

list of float objects, default: []

nbytes_mseed_rates

list of float objects, default: []

nbytes_traces_rates

list of float objects, default: []

nsamples_rates

list of float objects, default: []