Skip to content

bklaas/blitz-perl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

blitz.io

Make load and performance testing a fun sport.

  • Run a sprint from around the world
  • Rush your API and website to scale it out
  • Condition your site around the clock

Getting started

Login to blitz.io and in the blitz bar type: --api-key

Now cpan Blitz

In your Perl

    use Blitz;

    my $blitz = Blitz->new();

Sprint

$blitz->sprint({
    url => 'www.mycoolapp.com',
    region => 'california',
    callback => \&sprint_sink($ok, $err)
});

Rush

$blitz->rush({
    url => 'www.mycoolapp.com',
    region => 'california',
    pattern => [
        {
            start => 1,
            end => 100,
            duration => 60,
        }],
        callback => \&rush_sink($ok, $err)
});

About

Perl API client for Blitz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages