EventSimulation

← Back to package list

If you think that there is an error in how your package is being tested or represented, please file an issue at NewPkgEval.jl, making sure to read the FAQ first.

Results with Julia v1.2.0

Testing was successful. Last evaluation was ago and took 41 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed EventSimulation ─ v0.7.2
  Updating `~/.julia/environments/v1.2/Project.toml`
  [bf752c2e] + EventSimulation v0.7.2
  Updating `~/.julia/environments/v1.2/Manifest.toml`
  [bf752c2e] + EventSimulation v0.7.2
  [9a3f8284] + Random 
  [9e88b42a] + Serialization 
   Testing EventSimulation
 Resolving package versions...
    Status `/tmp/jl_UJ3kOB/Manifest.toml`
  [bf752c2e] EventSimulation v0.7.2
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [9fa8497b] Future  [`@stdlib/Future`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/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.735618333
MM1 queue time: 0.988675429
MM1 resource time: 0.728177676
Test Summary:       | Pass  Total
Test of M/M/1 queue |    2      2
MM2 queue time: 0.591547575
MM2 resource time: 0.500808082
Test Summary:       | Pass  Total
Test of M/M/2 queue |    2      2
MM5 queue time: 0.801028802
MM5 resource time: 0.64213922
Test Summary:       | Pass  Total
Test of M/M/5 queue |    2      2
 * ../examples/mm1_example.jl ...
0	=> 0.5721	0.5714
1	=> 0.2452	0.2449
2	=> 0.1048	0.105
3	=> 0.0446	0.045
4	=> 0.019 	0.0193
5	=> 0.0082	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
16	=> 0.0   	0.0
17	=> 0.0   	0.0
Test Summary:                    | Pass  Total
Test of M/M/1 queue with monitor |    1      1
   Testing EventSimulation tests passed 

Results with Julia v1.3.0

Testing was successful. Last evaluation was ago and took 31 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed EventSimulation ─ v0.7.2
  Updating `~/.julia/environments/v1.3/Project.toml`
  [bf752c2e] + EventSimulation v0.7.2
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [bf752c2e] + EventSimulation v0.7.2
  [9a3f8284] + Random 
  [9e88b42a] + Serialization 
   Testing EventSimulation
 Resolving package versions...
    Status `/tmp/jl_OYiEsB/Manifest.toml`
  [bf752c2e] EventSimulation v0.7.2
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [9fa8497b] Future  [`@stdlib/Future`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/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.301658087
MM1 queue time: 0.762850317
MM1 resource time: 0.422860797
Test Summary:       | Pass  Total
Test of M/M/1 queue |    2      2
MM2 queue time: 0.456699167
MM2 resource time: 0.385962344
Test Summary:       | Pass  Total
Test of M/M/2 queue |    2      2
MM5 queue time: 0.469139481
MM5 resource time: 0.363843385
Test Summary:       | Pass  Total
Test of M/M/5 queue |    2      2
 * ../examples/mm1_example.jl ...
0	=> 0.5699	0.5714
1	=> 0.2455	0.2449
2	=> 0.1054	0.105
3	=> 0.0451	0.045
4	=> 0.0194	0.0193
5	=> 0.0084	0.0083
6	=> 0.0036	0.0035
7	=> 0.0015	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
17	=> 0.0   	0.0
Test Summary:                    | Pass  Total
Test of M/M/1 queue with monitor |    1      1
   Testing EventSimulation tests passed 

Results with Julia v1.3.1-pre-7704df0a5a

Testing was successful. Last evaluation was ago and took 33 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed EventSimulation ─ v0.7.2
  Updating `~/.julia/environments/v1.3/Project.toml`
  [bf752c2e] + EventSimulation v0.7.2
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [bf752c2e] + EventSimulation v0.7.2
  [9a3f8284] + Random 
  [9e88b42a] + Serialization 
   Testing EventSimulation
 Resolving package versions...
    Status `/tmp/jl_p5kVHE/Manifest.toml`
  [bf752c2e] EventSimulation v0.7.2
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [9fa8497b] Future  [`@stdlib/Future`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/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.312085125
MM1 queue time: 0.897406134
MM1 resource time: 0.471232568
Test Summary:       | Pass  Total
Test of M/M/1 queue |    2      2
MM2 queue time: 0.477858671
MM2 resource time: 0.352621817
Test Summary:       | Pass  Total
Test of M/M/2 queue |    2      2
MM5 queue time: 0.494828629
MM5 resource time: 0.359562327
Test Summary:       | Pass  Total
Test of M/M/5 queue |    2      2
 * ../examples/mm1_example.jl ...
0	=> 0.5715	0.5714
1	=> 0.2449	0.2449
2	=> 0.105 	0.105
3	=> 0.045 	0.045
4	=> 0.0192	0.0193
5	=> 0.0083	0.0083
6	=> 0.0035	0.0035
7	=> 0.0015	0.0015
8	=> 0.0006	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