Skip to content
Snippets Groups Projects
Commit cd95b2be authored by Danny Auble's avatar Danny Auble
Browse files

fix bad values in test

parent 2156ae7e
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ proc run_bgl_test { } {
if {$num_nodes >= 16384} {
incr started [run_batch_jobs 16k $16knode_block_cnt]
if {$num_nodes >= 32768} {
incr started [run_batch_jobs 32k $1knode_block_cnt]
incr started [run_batch_jobs 32k $32knode_block_cnt]
}
}
}
......@@ -221,7 +221,7 @@ proc run_bgp_test { } {
if {$num_nodes >= 16384} {
incr started [run_batch_jobs 16k $16knode_block_cnt]
if {$num_nodes >= 32768} {
incr started [run_batch_jobs 32k $1knode_block_cnt]
incr started [run_batch_jobs 32k $32knode_block_cnt]
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment