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

Method runDefaultTrials

src/main/java/ds/bplus/util/TestRunner.java:246–254  ·  view source on GitHub ↗

Run default trial set @param trials number of trials to run @param vmin min key value @param vmax max key value @param qrange range of range queries @param val value of tied to the key (the same is used) @param unique allow duplicates? @param verbose verbose results? @param bPerf performance class

(int trials, int vmin, int vmax, int qrange,
                                         String val, boolean unique, boolean verbose,
                                         BPlusTreePerformanceCounter bPerf)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

runDefaultTrialsFastMethod · 0.95
handleChoicesMethod · 0.95

Calls 4

runInsertTrialMethod · 0.95
runSearchTrialMethod · 0.95
runDeletionTrialsMethod · 0.95
runRangeQueryTrialMethod · 0.95

Tested by

no test coverage detected