mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: reduce maxn in builder_test.js.v to just 1000 for now (runs in under 200ms, vs ~240s before that)
This commit is contained in:
@ -2,7 +2,7 @@ import strings
|
||||
|
||||
type MyInt = int
|
||||
|
||||
const maxn = 100000
|
||||
const maxn = 1000
|
||||
|
||||
fn test_sb() {
|
||||
mut sb := strings.new_builder(100)
|
||||
|
Reference in New Issue
Block a user