mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
perl: renamed benchmark script
This commit is contained in:
parent
5a201be844
commit
ea41db4cc7
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