MCPcopy Create free account
hub / github.com/andylamp/BPlusTree / runInsertTrial

Method runInsertTrial

src/main/java/ds/bplus/util/TrialsClass.java:64–87  ·  view source on GitHub ↗

Run a insertion trial @param trials the number of trials to run @param rmin the min key value @param rmax the max key value @param value value to tie with the inserted key @param unique allow duplicate insertions? @param bPerf performance class tied to a B+ Tree instance @param verbose verbose resu

(int trials, int rmin, int rmax,
                               String value, boolean unique,
                               BPlusTreePerformanceCounter bPerf, boolean verbose)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

runDefaultTrialsMethod · 0.95

Calls 2

randIntMethod · 0.95
insertIOMethod · 0.80

Tested by 1

runDefaultTrialsMethod · 0.76