Skip to content

Instantly share code, notes, and snippets.

@persiyanov
Last active May 28, 2018 14:37
Show Gist options
  • Save persiyanov/1009e2a4548ac71efa59a547d336fe4b to your computer and use it in GitHub Desktop.
Save persiyanov/1009e2a4548ac71efa59a547d336fe4b to your computer and use it in GitHub Desktop.
Word2Vec multistream benchmarks

1 input streams, window = 5

# workers total time (sec) avg queue size processing speed (words per sec) sum cpu load (%)
1 1030.84 1.409 175923 105.96
4 278.43 6.974 651315 400.33
8 255.39 0.019 710073 453.48
10 256.34 0.023 707447 450.06
12 255.86 0.023 708778 453.84
14 258.83 0.023 700652 450.32

2 input streams, window = 5

# workers total time (sec) avg queue size processing speed (words per sec) sum cpu load (%)
1 1047.49 1.393 172963 106.34
4 298.42 6.477 606627 390.23
8 294.28 0.158 615720 400.45
10 301.32 0.107 599463 396.61
12 299.65 0.108 602971 396.26
14 304.75 0.099 591718 391.84

3 input streams, window = 5

# workers total time (sec) avg queue size processing speed (words per sec) sum cpu load (%)
1 1041.92 1.427 173818 105.36
4 292.78 7.588 617645 395.48
8 301.07 0.233 599769 396.09
10 300.03 0.193 599355 395.56
12 306.81 0.205 587892 388.20
14 304.45 0.216 594773 391.69

5 input streams, window = 5

# workers total time (sec) avg queue size processing speed (words per sec) sum cpu load (%)
1 1028.13 1.413 175992 106.01
4 293.35 7.620 616095 391.48
8 296.19 0.673 607138 397.99
10 300.26 0.525 596295 394.91
12 308.07 0.503 585046 390.30
14 312.16 0.768 576671 388.30

1 input streams, window = 10

# workers total time (sec) avg queue size processing speed (words per sec) sum cpu load (%)
1 1130.23 1.396 160453 105.18
4 304.03 7.069 596471 399.99
8 256.68 0.023 706499 488.37
10 261.55 0.011 693362 480.71
12 260.28 0.023 696729 482.91
14 256.24 0.019 707721 484.92

2 input streams, window = 10

# workers total time (sec) avg queue size processing speed (words per sec) sum cpu load (%)
1 1191.09 1.451 152094 106.55
4 320.31 7.028 564071 399.97
8 315.27 0.157 573961 409.92
10 303.41 0.143 593982 413.75
12 300.20 0.121 603640 421.88
14 307.75 0.112 587181 416.29

3 input streams, window = 10

# workers total time (sec) avg queue size processing speed (words per sec) sum cpu load (%)
1 1160.77 1.481 156029 105.10
4 327.05 7.619 552217 395.83
8 317.30 0.208 570337 408.22
10 313.00 0.224 576736 410.82
12 309.53 0.245 582232 416.30
14 311.29 0.196 578434 425.94

5 input streams, window = 10

# workers total time (sec) avg queue size processing speed (words per sec) sum cpu load (%)
1 1154.71 1.400 156650 106.11
4 318.35 7.640 565435 400.94
8 311.81 1.019 579474 413.34
10 313.86 0.659 573992 419.48
12 322.55 1.506 556810 409.45
14 317.53 1.653 566182 418.98
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment