Skip to content

Commit

Permalink
Bump num traces in in mem test
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Nov 2, 2022
1 parent 76ebbfd commit 4869820
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions x/ccv/provider/keeper/key_assignment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ func key(seed int) tmprotocrypto.PublicKey {
return v.TMProtoCryptoPublicKey()
}

// TODO: all the map lookups are probably gonna fail because the objects are different

// Num traces to run for heuristic testing
// About 1.5 secs per trace when using real store
const NUM_TRACES = 500
const NUM_TRACES = 4000

// Len of trace for a single heuristic testing run
const TRACE_LEN = 400
Expand Down

0 comments on commit 4869820

Please sign in to comment.