Commit 8305e9e
committed
Fix counter in benchmarking program
I changed the semantics of buffer::len() to count the total number of
samples, not the number of samples per channel. That of course results
in incorrect numbers when multiplied with the channel count, and the
quantiles were about half of what was reported for the mean. This commit
fixes the benchmark output again.1 parent 160a3b0 commit 8305e9e
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
| 65 | + | |
67 | 66 | | |
68 | 67 | | |
69 | 68 | | |
| |||
0 commit comments