mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-11-03 11:26:21 +01:00
perl: renamed benchmark script
This commit is contained in:
@@ -7,6 +7,8 @@ use Benchmark ':all';
|
||||
my $a = [0..2**24];
|
||||
|
||||
print "-- serialize\n";
|
||||
print "JSON::XS: $JSON::XS::VERSION\n";
|
||||
print "Data::MessagePack: $Data::MessagePack::VERSION\n";
|
||||
cmpthese(
|
||||
-1 => {
|
||||
json => sub { JSON::XS::encode_json($a) },
|
||||
Reference in New Issue
Block a user