File: chat-websocket/node_modules/socket.io/node_modules/redis/benches/stress/speed/plot

Recommend this page to a friend!
  Classes of Igor Escobar   Terminal Crossword   chat-websocket/node_modules/socket.io/node_modules/redis/benches/stress/speed/plot   Download  
File: chat-websocket/node_modules/socket.io/node_modules/redis/benches/stress/speed/plot
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Terminal Crossword
Generate a crosswords board on a text console
Author: By
Last change:
Date: 2 years ago
Size: 378 bytes
 

Contents

Class file image Download
#!/bin/sh gnuplot >size-rate.jpg << _EOF_ set terminal png nocrop enhanced font verdana 12 size 640,480 set logscale x set logscale y set grid set xlabel 'Serialized object size, octets' set ylabel 'decode(encode(obj)) rate, 1/sec' plot '00' using 1:2 title 'json' smooth bezier, '00' using 1:3 title 'msgpack' smooth bezier, '00' using 1:4 title 'bison' smooth bezier _EOF_