Skip to content

Commit

Permalink
smaller test case
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhfy committed Nov 23, 2016
1 parent b009ff8 commit 1bfb6fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ class CountMinSketchAggQuerySuite extends QueryTest with SharedSQLContext {

/** Uses fixed seed to ensure reproducible test execution */
private val r = new Random(42)
private val numAllItems = 500000
private val numAllItems = 1000
private val numSamples = numAllItems / 10

private val eps = 0.0001D
private val eps = 0.1D
private val confidence = 0.95D
private val seed = 11

Expand Down

0 comments on commit 1bfb6fd

Please sign in to comment.