mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
perl: renamed benchmark script
This commit is contained in:
parent
e53799d779
commit
0b083030b1
1 changed files with 2 additions and 0 deletions
|
|
@ -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) },
|
||||
Loading…
Add table
Add a link
Reference in a new issue