We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dfcda0 commit b55d32dCopy full SHA for b55d32d
time.rkt
@@ -94,9 +94,10 @@
94
(define exs (vector-ref (baseline-apply baseline-machine (list->vector (map bf pt))) 1))
95
(list 'valid exs))))
96
(define baseline-apply-time (- (current-inexact-milliseconds) baseline-start-apply))
97
- (define baseline-precision (bf-precision))
98
(define baseline-executions (rival-profile baseline-machine 'executions))
99
(define baseline-iteration (rival-profile baseline-machine 'iterations))
+ (define baseline-precision
100
+ (apply max (vector->list (vector-map execution-precision baseline-executions))))
101
102
; Store histograms data
103
(when (> baseline-iteration 0)
0 commit comments