-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.4.0-DEV-efa66facf6.log
124 lines (123 loc) · 4.26 KB
/
1.4.0-DEV-efa66facf6.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
122
123
124
Julia Version 1.4.0-DEV.648
Commit efa66facf6 (2019-12-19 21:21 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-8.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
Resolving package versions...
Installed EventSimulation ─ v0.7.2
Updating `~/.julia/environments/v1.4/Project.toml`
[bf752c2e] + EventSimulation v0.7.2
Updating `~/.julia/environments/v1.4/Manifest.toml`
[bf752c2e] + EventSimulation v0.7.2
[9a3f8284] + Random
[9e88b42a] + Serialization
Testing EventSimulation
Path `/home/pkgeval/.julia/packages/EventSimulation/aq1Td` exists and looks like the correct package. Using existing path.
Updating `/tmp/jl_swgnqY/Project.toml`
[bf752c2e] + EventSimulation v0.7.2 [`~/.julia/packages/EventSimulation/aq1Td`]
[9fa8497b] + Future
[10745b16] + Statistics
[8dfed614] + Test
Updating `/tmp/jl_swgnqY/Manifest.toml`
[bf752c2e] ~ EventSimulation v0.7.2 ⇒ v0.7.2 [`~/.julia/packages/EventSimulation/aq1Td`]
[2a0f44e3] + Base64
[8ba89e20] + Distributed
[9fa8497b] + Future
[b77e0a4c] + InteractiveUtils
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[6462fe0b] + Sockets
[2f01184e] + SparseArrays
[10745b16] + Statistics
[8dfed614] + Test
Running sandbox
Status `/tmp/jl_swgnqY/Project.toml`
[bf752c2e] EventSimulation v0.7.2 [`~/.julia/packages/EventSimulation/aq1Td`]
[9fa8497b] Future
[9a3f8284] Random
[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.662322004
MM1 queue time: 0.53511661
MM1 resource time: 0.46868911
Test Summary: | Pass Total
Test of M/M/1 queue | 2 2
MM2 queue time: 0.665221157
MM2 resource time: 0.325476275
Test Summary: | Pass Total
Test of M/M/2 queue | 2 2
MM5 queue time: 0.686521005
MM5 resource time: 0.300724202
Test Summary: | Pass Total
Test of M/M/5 queue | 2 2
* ../examples/mm1_example.jl ...
0 => 0.5715 0.5714
1 => 0.2452 0.2449
2 => 0.1051 0.105
3 => 0.0446 0.045
4 => 0.0192 0.0193
5 => 0.0083 0.0083
6 => 0.0035 0.0035
7 => 0.0015 0.0015
8 => 0.0007 0.0007
9 => 0.0003 0.0003
10 => 0.0001 0.0001
11 => 0.0 0.0001
12 => 0.0 0.0
13 => 0.0 0.0
14 => 0.0 0.0
15 => 0.0 0.0
Test Summary: | Pass Total
Test of M/M/1 queue with monitor | 1 1
Testing EventSimulation tests passed