You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: images/graphs.R
+3-3
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ size <- c(
16
16
,17768# capnproto
17
17
,17632# flatbuffers
18
18
,17416# yas
19
-
,13553# yas-compact
19
+
,13321# yas-compact
20
20
)
21
21
# for t in thrift-binary thrift-compact protobuf boost msgpack cereal avro yas yas-compact; do rm -f /tmp/$t.time; echo -n "$t: "; for i in `seq 1 50`; do ./benchmark 1000000 $t | grep time | awk '{print $4}' >>/tmp/$t.time; done; awk '{ sum += $1 } END { print sum/50}' /tmp/$t.time; done
0 commit comments