mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-27 02:53:11 +01:00
perl: tweaks for benchmarks
This commit is contained in:
6
perl/benchmark/data.pl
Executable file
6
perl/benchmark/data.pl
Executable file
@@ -0,0 +1,6 @@
|
||||
+{
|
||||
"method" => "handleMessage",
|
||||
"params" => [ "user1", "we were just talking", "foo\nbar\nbaz\nqux" ],
|
||||
"id" => undef,
|
||||
"array" => [ 1, 1024, 70000, -5, 1e5, 1e7, 1, 0, 3.14, sqrt(2), 1 .. 100 ],
|
||||
};
|
||||
Reference in New Issue
Block a user