Problem
The current benchmarking engine reports average, minimum, maximum, and standard deviation, but lacks additional metrics that provide deeper insight into benchmark performance.
Proposed Solution
Add support for:
Median execution time
95th percentile (P95)
99th percentile (P99)
Variance
Throughput summary
Update the benchmark result model accordingly.
Benefits
More comprehensive performance analysis.
Better comparison between cipher implementations.
Improved benchmark reporting.
File:
BenchmarkEngine.ts
Please assign this issue to me under eSOC.
Problem
The current benchmarking engine reports average, minimum, maximum, and standard deviation, but lacks additional metrics that provide deeper insight into benchmark performance.
Proposed Solution
Add support for:
Median execution time
95th percentile (P95)
99th percentile (P99)
Variance
Throughput summary
Update the benchmark result model accordingly.
Benefits
More comprehensive performance analysis.
Better comparison between cipher implementations.
Improved benchmark reporting.
File:
BenchmarkEngine.ts
Please assign this issue to me under eSOC.