treebird/test/stress/local_timeline.pl

11 lines
237 B
Perl

#!/bin/perl
BEGIN { push @INC, '.' }
use strict;
use warnings;
use helpers;
my ($url) = helpers::prompt_instance_info();
my $num = helpers::prompt('# of requests');
helpers::stress_test('Local instance timeline', $url, $num, 'local');