Skip to content

Commit

Permalink
decrease iteration count of btree test (nim-lang#20491)
Browse files Browse the repository at this point in the history
disable btree test
  • Loading branch information
bung87 authored and capocasa committed Mar 31, 2023
1 parent bc0ffb2 commit a53a91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compiler/tbrees.nim → tests/compiler/tbtrees.nim
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ proc main =
when true:
var b2 = initBTree[int, string]()
var t2 = initTable[int, string]()
const iters = 100_000
const iters = 100
for i in 1..iters:
let x = rand(high(int))
if not t2.hasKey(x):
Expand Down

0 comments on commit a53a91e

Please sign in to comment.