Fixed typo
This commit is contained in:
parent
939badfda0
commit
3d2a36c417
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ use strict;
|
||||||
|
|
||||||
open(LOGICAL_THREADS, ">LOGICAL_THREADS.script" );
|
open(LOGICAL_THREADS, ">LOGICAL_THREADS.script" );
|
||||||
|
|
||||||
for(my $i = 1; $i <= 20; $i += .5) {
|
for(my $i = 1; $i <= 20; $i += 1) {
|
||||||
my $total = 100000;
|
my $total = 100000;
|
||||||
|
|
||||||
my $thread_count = $i;
|
my $thread_count = $i;
|
||||||
|
|
Loading…
Reference in a new issue