Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl5 -w
    use strict;
    
    ...
       $avg_time = $total_time / $time_count;
       print "$i. Average time: ${avg_time}ms\n";
    }
    
  2. or download this
    1. Average time: 61.25ms
    2. Average time: 61.75ms
    3. Average time: 60.75ms
    4. Average time: 62ms
    5. Average time: 62.25ms