edit scripts
[c11concurrency-benchmarks.git] / gdax-orderbook-hpp / demo / README.md
1 Sample output:
2
3 ```
4 [2018-06-14 13:19:21] [connect] Successful connection
5 [2018-06-14 13:19:23] [connect] WebSocket Connection 104.16.107.31:443 v-2 "WebSocket++/0.7.0" / 101
6 current best bid: Ξ0.01086 @ $513.98/Ξ ; current best offer: Ξ148.995 @ $513.99/Ξ
7 waiting 5 seconds for the market to shift
8 current best bid: Ξ0.01086 @ $513.98/Ξ ; current best offer: Ξ0.337 @ $513.71/Ξ
9 running for 90 seconds, with 5 threads constantly iterating over the whole order book.
10 histogram of times to iterate over the whole book:
11   0-  4 ms: *
12   5-  9 ms: *********************************************************************
13  10- 14 ms: ***********************************
14  15- 19 ms: *
15  20- 24 ms: 
16  25- 29 ms: 
17  30- 34 ms: 
18  35- 39 ms: 
19  40- 44 ms: 
20  45- 49 ms: 
21  50- 54 ms: 
22  55- 59 ms: 
23  60- 64 ms: 
24  65- 69 ms: 
25  70- 74 ms: 
26  75- 79 ms: 
27  80- 84 ms: 
28  85- 89 ms: 
29  90- 94 ms: 
30  95- 99 ms: 
31 100-104 ms: 
32 105-109 ms: 
33 110-114 ms: 
34 115-119 ms: 
35 120-124 ms: 
36 125-129 ms: 
37 130-134 ms: 
38 135-139 ms: 
39 140-144 ms: 
40 145-149 ms: 
41 ```