simplebench.reporters.rich_table.reporter.options.fields module🔗
Report fields for Rich Table reporter.
- class simplebench.reporters.rich_table.reporter.options.fields.RichTableField(value)[source]🔗
-
Fields available for Rich Table reporter output.
- ELAPSED_SECONDS = 'Elapsed Seconds'🔗
The total elapsed time in seconds.
- ITERATIONS = 'Iterations'🔗
The number of iterations performed.
- MAX = 'max'🔗
The statistical maximum value.
- MEAN = 'mean'🔗
The statistical mean value.
- MEDIAN = 'median'🔗
The statistical median value.
- MIN = 'min'🔗
The statistical minimum value.
- N = 'N'🔗
The O() complexity value.
- P5 = '5th'🔗
The statistical 5th percentile.
- P95 = '95th'🔗
The statistical 95th percentile.
- ROUNDS = 'Rounds'🔗
The number of rounds performed.
- RSD_PERCENT = 'rsd%'🔗
The relative standard deviation percentage.
- STD_DEV = 'std dev'🔗
The adjusted standard deviation of operation times.