Fixed typo

This commit is contained in:
Sears Russell 2004-10-20 23:10:37 +00:00
parent 939badfda0
commit 3d2a36c417

View file

@ -9,7 +9,7 @@ use strict;
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 $thread_count = $i;