Skip to content

Commit

Permalink
benchmark fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
und3f committed May 5, 2011
1 parent d7c59d6 commit 76de587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark.pl
Expand Up @@ -9,7 +9,7 @@
use lib "$FindBin::Bin/lib";
use Protocol::Redis;

my $redis = Protocol::Redis->new;
my $redis = Protocol::Redis->new(api => 1);

$redis->on_message(sub { });

Expand Down

0 comments on commit 76de587

Please sign in to comment.