mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
bench: binary packet generation & results
This commit is contained in:
parent
7a8f1470df
commit
3e08a81abf
11 changed files with 100 additions and 35 deletions
1
bench/packets/binary/json-footer
Normal file
1
bench/packets/binary/json-footer
Normal file
|
@ -0,0 +1 @@
|
|||
"}
|
1
bench/packets/binary/json-header
Normal file
1
bench/packets/binary/json-header
Normal file
|
@ -0,0 +1 @@
|
|||
{"data":"
|
2
bench/packets/binary/psyc-content
Normal file
2
bench/packets/binary/psyc-content
Normal file
|
@ -0,0 +1,2 @@
|
|||
:_foo bar
|
||||
_data
|
0
bench/packets/binary/psyc-header
Normal file
0
bench/packets/binary/psyc-header
Normal file
1
bench/packets/binary/xml-footer
Normal file
1
bench/packets/binary/xml-footer
Normal file
|
@ -0,0 +1 @@
|
|||
</data>
|
1
bench/packets/binary/xml-header
Normal file
1
bench/packets/binary/xml-header
Normal file
|
@ -0,0 +1 @@
|
|||
<data>
|
Loading…
Add table
Add a link
Reference in a new issue