-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.5.0-DEV-7206b56e94.log
121 lines (120 loc) · 3.87 KB
/
1.5.0-DEV-7206b56e94.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Julia Version 1.5.0-DEV.485
Commit 7206b56e94 (2020-03-18 17:25 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-9.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
Installed EventSimulation ─ v0.7.2
Updating `~/.julia/environments/v1.5/Project.toml`
bf752c2e + EventSimulation v0.7.2
Updating `~/.julia/environments/v1.5/Manifest.toml`
bf752c2e + EventSimulation v0.7.2
9a3f8284 + Random
9e88b42a + Serialization
Testing EventSimulation
Status `/tmp/jl_dAQSSB/Project.toml`
bf752c2e EventSimulation v0.7.2
9fa8497b Future
9a3f8284 Random
10745b16 Statistics
8dfed614 Test
Status `/tmp/jl_dAQSSB/Manifest.toml`
bf752c2e EventSimulation v0.7.2
2a0f44e3 Base64
8ba89e20 Distributed
9fa8497b Future
b77e0a4c InteractiveUtils
8f399da3 Libdl
37e2e46d LinearAlgebra
56ddb016 Logging
d6f4376e Markdown
9a3f8284 Random
9e88b42a Serialization
6462fe0b Sockets
2f01184e SparseArrays
10745b16 Statistics
8dfed614 Test
Running tests:
* core.jl ...
Test Summary: | Pass Total
Testing core Scheduler creation | 5 5
Test Summary: | Pass Total
Testing if register! and go! produce correct order | 2 2
Test Summary: | Pass Total
Testing register! and terminate! for correct number of elements | 2 2
Test Summary: | Pass Total
Testing repeat_register! | 2 2
Test Summary: | Pass Total
Testing ordered bulk_register! | 1 1
Test Summary: | Pass Total
Testing random bulk_register! | 11 11
Test Summary: | Pass Total
Testing ordered repeat_bulk_register! | 2 2
Test Summary: | Pass Total
Testing random repeat_bulk_register!. Visual inspection required. | 11 11
Test Summary: | Pass Total
Testing interrupt. | 3 3
Test Summary: | Pass Total
Testing monitor. | 1 1
* prioritytime.jl ...
Test Summary: | Pass Total
Testing Scheduler with PriorityTime | 198 198
Test Summary: | Pass Total
Testing +, -, promotion and conversion | 9 9
Test Summary: | Pass Total
Testing zero | 3 3
Test Summary: | Pass Total
Testing comparison | 32 32
* queue.jl ...
Test Summary: | Pass Total
SimQueue FIFO/LIFO, Resource FIFO/LIFO | 92 92
Test Summary: | Pass Total
SimQueue waive! test | 8 8
Test Summary: | Pass Total
SimQueue withdraw! test | 8 8
* resource.jl ...
Test Summary: | Pass Total
SimResource FIFO/LIFO | 28 28
Test Summary: | Pass Total
SimResource waive! test | 8 8
* ../examples/mms_example.jl ...
MM1 fast time: 0.239346437
MM1 queue time: 0.756393575
MM1 resource time: 0.377415126
Test Summary: | Pass Total
Test of M/M/1 queue | 2 2
MM2 queue time: 0.42319672
MM2 resource time: 0.486011545
Test Summary: | Pass Total
Test of M/M/2 queue | 2 2
MM5 queue time: 0.47073102
MM5 resource time: 0.329212251
Test Summary: | Pass Total
Test of M/M/5 queue | 2 2
* ../examples/mm1_example.jl ...
0 => 0.571 0.5714
1 => 0.2446 0.2449
2 => 0.1052 0.105
3 => 0.0451 0.045
4 => 0.0194 0.0193
5 => 0.0084 0.0083
6 => 0.0037 0.0035
7 => 0.0016 0.0015
8 => 0.0007 0.0007
9 => 0.0003 0.0003
10 => 0.0001 0.0001
11 => 0.0001 0.0001
12 => 0.0 0.0
13 => 0.0 0.0
14 => 0.0 0.0
15 => 0.0 0.0
16 => 0.0 0.0
Test Summary: | Pass Total
Test of M/M/1 queue with monitor | 1 1
Testing EventSimulation tests passed