diff options
author | Calvin Kim <calvin@kcalvinalvin.info> | 2022-05-22 14:17:15 +0900 |
---|---|---|
committer | Calvin Kim <calvin@kcalvinalvin.info> | 2022-05-22 14:17:15 +0900 |
commit | e734228d8585c0870c71ce8ba8c037f8cf8b249a (patch) | |
tree | b0dd6a4d8cf9c031ab30134b234927ef313d23ae /src/qt/notificator.cpp | |
parent | aee9a8140b3a58b744766f9e89572f1d953a808b (diff) |
Update GCSFilter benchmarks
Element count used in the GCSFilter benchmarks are increased to 100,000
from 10,000. Testing the benchmarks with different element counts showed
that a filter with 100,000 elements resulted in the same ns/op. This
this a desirable thing to have as it allows us to reason about how long
a single filter element takes to process, letting us easily calculate
how long a filter with N elements (where N > 100,000) would take to
process.
GCSFilterConstruct benchmark is now called without batch. This makes
intra-bench results more intuitive as all benchmarks are in ns/op
instead of a custom unit. There are no downsides to this change as
testing showed that there is no observable difference in error rates
in the benchmarks when calling without batch.
Diffstat (limited to 'src/qt/notificator.cpp')
0 files changed, 0 insertions, 0 deletions