Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

setValue test and benchmark updates #1820

Merged
merged 2 commits into from
Jan 15, 2019

Commits on Jan 10, 2019

  1. setValue test and benchmark updates

    This provides a simple benchmark that can be used for
    setValue, to give a way to compare results from adding BSI
    support to roaring. Use the BSIGroup prefix for the
    fragments, and specify a cache type of "none", to prevent
    the use of a LRU cache (which makes things more expensive).
    
    Add a parallel benchmark for ImportValue, so we can compare
    them. (Unsurprisingly, the bulk-import endpoint is quite a
    lot faster.)
    
    Also, add a test for clearing values to the TestFragment_Sum
    test; it turns out that this was never tested in this code,
    but the http client test would test it and verify it, it should
    probably also be tested here.
    seebs committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    07674d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Configuration menu
    Copy the full SHA
    4e592b4 View commit details
    Browse the repository at this point in the history