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 2 minutes, 14 seconds.
Click here to download the log file.
▸ Click here to show the log contents.
Resolving package versions...
Installed DataValueInterfaces ───────── v1.0.0
Installed RecipesBase ───────────────── v0.7.0
Installed Trajectories ──────────────── v0.1.0
Installed Tables ────────────────────── v0.2.11
Installed DataAPI ───────────────────── v1.1.0
Installed DynamicIterators ──────────── v0.3.0
Installed IteratorInterfaceExtensions ─ v1.0.0
Installed TableTraits ───────────────── v1.0.0
Updating `~/.julia/environments/v1.2/Project.toml`
[6c76993d] + DynamicIterators v0.3.0
Updating `~/.julia/environments/v1.2/Manifest.toml`
[9a962f9c] + DataAPI v1.1.0
[e2d170a0] + DataValueInterfaces v1.0.0
[6c76993d] + DynamicIterators v0.3.0
[82899510] + IteratorInterfaceExtensions v1.0.0
[3cdcf5f2] + RecipesBase v0.7.0
[3783bdb8] + TableTraits v1.0.0
[bd369af6] + Tables v0.2.11
[2c80a279] + Trajectories v0.1.0
[2a0f44e3] + Base64
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[9a3f8284] + Random
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[8dfed614] + Test
Testing DynamicIterators
Resolving package versions...
Installed Missings ─────────── v0.4.3
Installed PDMats ───────────── v0.9.10
Installed SortingAlgorithms ── v0.3.1
Installed StatsBase ────────── v0.32.0
Installed Compat ───────────── v2.2.0
Installed DataStructures ───── v0.17.6
Installed QuadGK ───────────── v2.1.1
Installed Distributions ────── v0.21.9
Installed BinaryProvider ───── v0.5.8
Installed SpecialFunctions ─── v0.8.0
Installed OrderedCollections ─ v1.1.0
Installed URIParser ────────── v0.4.0
Installed Rmath ────────────── v0.5.1
Installed BinDeps ──────────── v0.8.10
Installed StatsFuns ────────── v0.9.0
Installed Arpack ───────────── v0.3.1
Building Rmath ───────────→ `~/.julia/packages/Rmath/4wt82/deps/build.log`
Building SpecialFunctions → `~/.julia/packages/SpecialFunctions/ne2iw/deps/build.log`
Building Arpack ──────────→ `~/.julia/packages/Arpack/cu5By/deps/build.log`
Status `/tmp/jl_BqNpet/Manifest.toml`
[7d9fca2a] Arpack v0.3.1
[9e28174c] BinDeps v0.8.10
[b99e7846] BinaryProvider v0.5.8
[34da2185] Compat v2.2.0
[9a962f9c] DataAPI v1.1.0
[864edb3b] DataStructures v0.17.6
[e2d170a0] DataValueInterfaces v1.0.0
[31c24e10] Distributions v0.21.9
[6c76993d] DynamicIterators v0.3.0
[82899510] IteratorInterfaceExtensions v1.0.0
[e1d29d7a] Missings v0.4.3
[bac558e1] OrderedCollections v1.1.0
[90014a1f] PDMats v0.9.10
[1fd47b50] QuadGK v2.1.1
[3cdcf5f2] RecipesBase v0.7.0
[79098fc4] Rmath v0.5.1
[a2af1166] SortingAlgorithms v0.3.1
[276daf66] SpecialFunctions v0.8.0
[2913bbd2] StatsBase v0.32.0
[4c63d2b9] StatsFuns v0.9.0
[3783bdb8] TableTraits v1.0.0
[bd369af6] Tables v0.2.11
[2c80a279] Trajectories v0.1.0
[30578b45] URIParser v0.4.0
[2a0f44e3] Base64 [`@stdlib/Base64`]
[ade2ca70] Dates [`@stdlib/Dates`]
[8bb1440f] DelimitedFiles [`@stdlib/DelimitedFiles`]
[8ba89e20] Distributed [`@stdlib/Distributed`]
[b77e0a4c] InteractiveUtils [`@stdlib/InteractiveUtils`]
[76f85450] LibGit2 [`@stdlib/LibGit2`]
[8f399da3] Libdl [`@stdlib/Libdl`]
[37e2e46d] LinearAlgebra [`@stdlib/LinearAlgebra`]
[56ddb016] Logging [`@stdlib/Logging`]
[d6f4376e] Markdown [`@stdlib/Markdown`]
[a63ad114] Mmap [`@stdlib/Mmap`]
[44cfe95a] Pkg [`@stdlib/Pkg`]
[de0858da] Printf [`@stdlib/Printf`]
[3fa0cd96] REPL [`@stdlib/REPL`]
[9a3f8284] Random [`@stdlib/Random`]
[ea8e919c] SHA [`@stdlib/SHA`]
[9e88b42a] Serialization [`@stdlib/Serialization`]
[1a1011a3] SharedArrays [`@stdlib/SharedArrays`]
[6462fe0b] Sockets [`@stdlib/Sockets`]
[2f01184e] SparseArrays [`@stdlib/SparseArrays`]
[10745b16] Statistics [`@stdlib/Statistics`]
[4607b0f0] SuiteSparse [`@stdlib/SuiteSparse`]
[8dfed614] Test [`@stdlib/Test`]
[cf7118a7] UUIDs [`@stdlib/UUIDs`]
[4ec0a83e] Unicode [`@stdlib/Unicode`]
collect(bind(1:5, Summed())) = Any[1, 3, 6, 10, 15]
Test Summary: |
Examples | No tests
Test Summary: | Pass Total
Evolve | 12 12
Test Summary: | Pass Total
time | 2 2
(x, s) = iterate(F) = ((2, 1), (2, 1))
(x, s) = iterate(F, s) = ((5, 2), (5, 2))
(x, s) = iterate(F, s) = ((9, 3), (9, 3))
Test Summary: | Pass Total
Mix | 3 3
collectfrom(WhiteNoise(), Sample(Start(0 => 0.0)), 10) = Pair{Int64,Float64}[1 => -0.8025240399415227, 2 => -0.6371080163934454, 3 => -1.0863303248150835, 4 => -1.8043129686284314, 5 => -0.9686188526024835, 6 => -1.3581242616291453, 7 => 0.9931420668750355, 8 => -0.9322938557617445, 9 => -0.3193587814421118, 10 => -0.5536833039799692]
Test Summary: | Pass Total
random | 10 10
Test Summary: | Pass Total
control | 5 5
Test Summary: | Pass Total
TimeLift | 1 1
u = (0.0 => (0, 0), (0.21674884848023887 => 1, 0.6507811381984332 => 1))
collectfrom(PP, u, 10) = Tuple{Pair{Float64,Tuple{Int64,Int64}},Tuple{Pair{Float64,Int64},Pair{Float64,Int64}}}[(0.21674884848023887 => (1, 0), (0.731671229052198 => 2, 0.6507811381984332 => 1)), (0.6507811381984332 => (1, 1), (0.731671229052198 => 2, 0.7851096981182306 => 2)), (0.731671229052198 => (2, 1), (0.753227838802765 => 3, 0.7851096981182306 => 2)), (0.753227838802765 => (3, 1), (0.8222550433490051 => 4, 0.7851096981182306 => 2)), (0.7851096981182306 => (3, 2), (0.8222550433490051 => 4, 1.3086677901264354 => 3)), (0.8222550433490051 => (4, 2), (1.6693081489119872 => 5, 1.3086677901264354 => 3)), (1.3086677901264354 => (4, 3), (1.6693081489119872 => 5, 1.7021955057522717 => 4)), (1.6693081489119872 => (5, 3), (1.7172936344566072 => 6, 1.7021955057522717 => 4)), (1.7021955057522717 => (5, 4), (1.7172936344566072 => 6, 1.746099854957646 => 5)), (1.7172936344566072 => (6, 4), (1.7696613966049584 => 7, 1.746099854957646 => 5))]
Test Summary: |
Synchronize | No tests
0.000026 seconds (6 allocations: 224 bytes)
0.000032 seconds (6 allocations: 224 bytes)
0.000019 seconds (4 allocations: 160 bytes)
Done Testing DynamicIterators tests passed
Results with Julia v1.3.0
Testing was successful .
Last evaluation was ago and took 2 minutes, 7 seconds.
Click here to download the log file.
▸ Click here to show the log contents.
Resolving package versions...
Installed DataValueInterfaces ───────── v1.0.0
Installed DataAPI ───────────────────── v1.1.0
Installed RecipesBase ───────────────── v0.7.0
Installed Tables ────────────────────── v0.2.11
Installed Trajectories ──────────────── v0.1.0
Installed DynamicIterators ──────────── v0.3.0
Installed IteratorInterfaceExtensions ─ v1.0.0
Installed TableTraits ───────────────── v1.0.0
Updating `~/.julia/environments/v1.3/Project.toml`
[6c76993d] + DynamicIterators v0.3.0
Updating `~/.julia/environments/v1.3/Manifest.toml`
[9a962f9c] + DataAPI v1.1.0
[e2d170a0] + DataValueInterfaces v1.0.0
[6c76993d] + DynamicIterators v0.3.0
[82899510] + IteratorInterfaceExtensions v1.0.0
[3cdcf5f2] + RecipesBase v0.7.0
[3783bdb8] + TableTraits v1.0.0
[bd369af6] + Tables v0.2.11
[2c80a279] + Trajectories v0.1.0
[2a0f44e3] + Base64
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[9a3f8284] + Random
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[8dfed614] + Test
Testing DynamicIterators
Resolving package versions...
Installed Arpack ───────────── v0.3.1
Installed BinDeps ──────────── v0.8.10
Installed Missings ─────────── v0.4.3
Installed SortingAlgorithms ── v0.3.1
Installed DataStructures ───── v0.17.6
Installed Rmath ────────────── v0.5.1
Installed URIParser ────────── v0.4.0
Installed Distributions ────── v0.21.9
Installed OrderedCollections ─ v1.1.0
Installed SpecialFunctions ─── v0.8.0
Installed PDMats ───────────── v0.9.10
Installed BinaryProvider ───── v0.5.8
Installed StatsFuns ────────── v0.9.0
Installed QuadGK ───────────── v2.1.1
Installed StatsBase ────────── v0.32.0
Installed Compat ───────────── v2.2.0
Building Arpack ──────────→ `~/.julia/packages/Arpack/cu5By/deps/build.log`
Building Rmath ───────────→ `~/.julia/packages/Rmath/4wt82/deps/build.log`
Building SpecialFunctions → `~/.julia/packages/SpecialFunctions/ne2iw/deps/build.log`
Status `/tmp/jl_gVOGoA/Manifest.toml`
[7d9fca2a] Arpack v0.3.1
[9e28174c] BinDeps v0.8.10
[b99e7846] BinaryProvider v0.5.8
[34da2185] Compat v2.2.0
[9a962f9c] DataAPI v1.1.0
[864edb3b] DataStructures v0.17.6
[e2d170a0] DataValueInterfaces v1.0.0
[31c24e10] Distributions v0.21.9
[6c76993d] DynamicIterators v0.3.0
[82899510] IteratorInterfaceExtensions v1.0.0
[e1d29d7a] Missings v0.4.3
[bac558e1] OrderedCollections v1.1.0
[90014a1f] PDMats v0.9.10
[1fd47b50] QuadGK v2.1.1
[3cdcf5f2] RecipesBase v0.7.0
[79098fc4] Rmath v0.5.1
[a2af1166] SortingAlgorithms v0.3.1
[276daf66] SpecialFunctions v0.8.0
[2913bbd2] StatsBase v0.32.0
[4c63d2b9] StatsFuns v0.9.0
[3783bdb8] TableTraits v1.0.0
[bd369af6] Tables v0.2.11
[2c80a279] Trajectories v0.1.0
[30578b45] URIParser v0.4.0
[2a0f44e3] Base64 [`@stdlib/Base64`]
[ade2ca70] Dates [`@stdlib/Dates`]
[8bb1440f] DelimitedFiles [`@stdlib/DelimitedFiles`]
[8ba89e20] Distributed [`@stdlib/Distributed`]
[b77e0a4c] InteractiveUtils [`@stdlib/InteractiveUtils`]
[76f85450] LibGit2 [`@stdlib/LibGit2`]
[8f399da3] Libdl [`@stdlib/Libdl`]
[37e2e46d] LinearAlgebra [`@stdlib/LinearAlgebra`]
[56ddb016] Logging [`@stdlib/Logging`]
[d6f4376e] Markdown [`@stdlib/Markdown`]
[a63ad114] Mmap [`@stdlib/Mmap`]
[44cfe95a] Pkg [`@stdlib/Pkg`]
[de0858da] Printf [`@stdlib/Printf`]
[3fa0cd96] REPL [`@stdlib/REPL`]
[9a3f8284] Random [`@stdlib/Random`]
[ea8e919c] SHA [`@stdlib/SHA`]
[9e88b42a] Serialization [`@stdlib/Serialization`]
[1a1011a3] SharedArrays [`@stdlib/SharedArrays`]
[6462fe0b] Sockets [`@stdlib/Sockets`]
[2f01184e] SparseArrays [`@stdlib/SparseArrays`]
[10745b16] Statistics [`@stdlib/Statistics`]
[4607b0f0] SuiteSparse [`@stdlib/SuiteSparse`]
[8dfed614] Test [`@stdlib/Test`]
[cf7118a7] UUIDs [`@stdlib/UUIDs`]
[4ec0a83e] Unicode [`@stdlib/Unicode`]
collect(bind(1:5, Summed())) = Any[1, 3, 6, 10, 15]
Test Summary: |
Examples | No tests
Test Summary: | Pass Total
Evolve | 12 12
Test Summary: | Pass Total
time | 2 2
(x, s) = iterate(F) = ((2, 1), (2, 1))
(x, s) = iterate(F, s) = ((5, 2), (5, 2))
(x, s) = iterate(F, s) = ((9, 3), (9, 3))
Test Summary: | Pass Total
Mix | 3 3
collectfrom(WhiteNoise(), Sample(Start(0 => 0.0)), 10) = Pair{Int64,Float64}[1 => 0.3260470448907476, 2 => 0.28557476406401505, 3 => -0.18864575988049853, 4 => -1.6898927434812094, 5 => -0.20785142787107977, 6 => 0.06419935437000024, 7 => -1.6977247912984703, 8 => -1.3325211912171266, 9 => 1.3838583990900866, 10 => -1.866530294059773]
Test Summary: | Pass Total
random | 10 10
Test Summary: | Pass Total
control | 5 5
Test Summary: | Pass Total
TimeLift | 1 1
u = (0.0 => (0, 0), (0.07095221279283702 => 1, 1.2962925436743957 => 1))
collectfrom(PP, u, 10) = Tuple{Pair{Float64,Tuple{Int64,Int64}},Tuple{Pair{Float64,Int64},Pair{Float64,Int64}}}[(0.07095221279283702 => (1, 0), (0.2616804399022282 => 2, 1.2962925436743957 => 1)), (0.2616804399022282 => (2, 0), (0.41865866313483135 => 3, 1.2962925436743957 => 1)), (0.41865866313483135 => (3, 0), (1.4431399815723838 => 4, 1.2962925436743957 => 1)), (1.2962925436743957 => (3, 1), (1.4431399815723838 => 4, 3.528305520428252 => 2)), (1.4431399815723838 => (4, 1), (1.4442713104086449 => 5, 3.528305520428252 => 2)), (1.4442713104086449 => (5, 1), (1.5189705572415648 => 6, 3.528305520428252 => 2)), (1.5189705572415648 => (6, 1), (1.6332322568242408 => 7, 3.528305520428252 => 2)), (1.6332322568242408 => (7, 1), (1.7984310082499035 => 8, 3.528305520428252 => 2)), (1.7984310082499035 => (8, 1), (1.8728773084577017 => 9, 3.528305520428252 => 2)), (1.8728773084577017 => (9, 1), (1.9908457667479276 => 10, 3.528305520428252 => 2))]
Test Summary: |
Synchronize | No tests
0.000026 seconds (6 allocations: 224 bytes)
0.000029 seconds (6 allocations: 224 bytes)
0.000035 seconds (4 allocations: 160 bytes)
Done Testing DynamicIterators tests passed
Results with Julia v1.3.1-pre-7704df0a5a
Testing was successful .
Last evaluation was ago and took 1 minute, 54 seconds.
Click here to download the log file.
▸ Click here to show the log contents.
Resolving package versions...
Installed DataValueInterfaces ───────── v1.0.0
Installed RecipesBase ───────────────── v0.7.0
Installed DataAPI ───────────────────── v1.1.0
Installed Tables ────────────────────── v0.2.11
Installed Trajectories ──────────────── v0.1.0
Installed DynamicIterators ──────────── v0.3.0
Installed IteratorInterfaceExtensions ─ v1.0.0
Installed TableTraits ───────────────── v1.0.0
Updating `~/.julia/environments/v1.3/Project.toml`
[6c76993d] + DynamicIterators v0.3.0
Updating `~/.julia/environments/v1.3/Manifest.toml`
[9a962f9c] + DataAPI v1.1.0
[e2d170a0] + DataValueInterfaces v1.0.0
[6c76993d] + DynamicIterators v0.3.0
[82899510] + IteratorInterfaceExtensions v1.0.0
[3cdcf5f2] + RecipesBase v0.7.0
[3783bdb8] + TableTraits v1.0.0
[bd369af6] + Tables v0.2.11
[2c80a279] + Trajectories v0.1.0
[2a0f44e3] + Base64
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[9a3f8284] + Random
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[8dfed614] + Test
Testing DynamicIterators
Resolving package versions...
Installed BinDeps ──────────── v0.8.10
Installed BinaryProvider ───── v0.5.8
Installed Compat ───────────── v2.2.0
Installed Rmath ────────────── v0.5.1
Installed DataStructures ───── v0.17.6
Installed Arpack ───────────── v0.3.1
Installed Distributions ────── v0.21.9
Installed StatsBase ────────── v0.32.0
Installed QuadGK ───────────── v2.1.1
Installed PDMats ───────────── v0.9.10
Installed Missings ─────────── v0.4.3
Installed SpecialFunctions ─── v0.8.0
Installed StatsFuns ────────── v0.9.0
Installed SortingAlgorithms ── v0.3.1
Installed URIParser ────────── v0.4.0
Installed OrderedCollections ─ v1.1.0
Building Rmath ───────────→ `~/.julia/packages/Rmath/4wt82/deps/build.log`
Building Arpack ──────────→ `~/.julia/packages/Arpack/cu5By/deps/build.log`
Building SpecialFunctions → `~/.julia/packages/SpecialFunctions/ne2iw/deps/build.log`
Status `/tmp/jl_Cdic8J/Manifest.toml`
[7d9fca2a] Arpack v0.3.1
[9e28174c] BinDeps v0.8.10
[b99e7846] BinaryProvider v0.5.8
[34da2185] Compat v2.2.0
[9a962f9c] DataAPI v1.1.0
[864edb3b] DataStructures v0.17.6
[e2d170a0] DataValueInterfaces v1.0.0
[31c24e10] Distributions v0.21.9
[6c76993d] DynamicIterators v0.3.0
[82899510] IteratorInterfaceExtensions v1.0.0
[e1d29d7a] Missings v0.4.3
[bac558e1] OrderedCollections v1.1.0
[90014a1f] PDMats v0.9.10
[1fd47b50] QuadGK v2.1.1
[3cdcf5f2] RecipesBase v0.7.0
[79098fc4] Rmath v0.5.1
[a2af1166] SortingAlgorithms v0.3.1
[276daf66] SpecialFunctions v0.8.0
[2913bbd2] StatsBase v0.32.0
[4c63d2b9] StatsFuns v0.9.0
[3783bdb8] TableTraits v1.0.0
[bd369af6] Tables v0.2.11
[2c80a279] Trajectories v0.1.0
[30578b45] URIParser v0.4.0
[2a0f44e3] Base64 [`@stdlib/Base64`]
[ade2ca70] Dates [`@stdlib/Dates`]
[8bb1440f] DelimitedFiles [`@stdlib/DelimitedFiles`]
[8ba89e20] Distributed [`@stdlib/Distributed`]
[b77e0a4c] InteractiveUtils [`@stdlib/InteractiveUtils`]
[76f85450] LibGit2 [`@stdlib/LibGit2`]
[8f399da3] Libdl [`@stdlib/Libdl`]
[37e2e46d] LinearAlgebra [`@stdlib/LinearAlgebra`]
[56ddb016] Logging [`@stdlib/Logging`]
[d6f4376e] Markdown [`@stdlib/Markdown`]
[a63ad114] Mmap [`@stdlib/Mmap`]
[44cfe95a] Pkg [`@stdlib/Pkg`]
[de0858da] Printf [`@stdlib/Printf`]
[3fa0cd96] REPL [`@stdlib/REPL`]
[9a3f8284] Random [`@stdlib/Random`]
[ea8e919c] SHA [`@stdlib/SHA`]
[9e88b42a] Serialization [`@stdlib/Serialization`]
[1a1011a3] SharedArrays [`@stdlib/SharedArrays`]
[6462fe0b] Sockets [`@stdlib/Sockets`]
[2f01184e] SparseArrays [`@stdlib/SparseArrays`]
[10745b16] Statistics [`@stdlib/Statistics`]
[4607b0f0] SuiteSparse [`@stdlib/SuiteSparse`]
[8dfed614] Test [`@stdlib/Test`]
[cf7118a7] UUIDs [`@stdlib/UUIDs`]
[4ec0a83e] Unicode [`@stdlib/Unicode`]
collect(bind(1:5, Summed())) = Any[1, 3, 6, 10, 15]
Test Summary: |
Examples | No tests
Test Summary: | Pass Total
Evolve | 12 12
Test Summary: | Pass Total
time | 2 2
(x, s) = iterate(F) = ((2, 1), (2, 1))
(x, s) = iterate(F, s) = ((5, 2), (5, 2))
(x, s) = iterate(F, s) = ((9, 3), (9, 3))
Test Summary: | Pass Total
Mix | 3 3
collectfrom(WhiteNoise(), Sample(Start(0 => 0.0)), 10) = Pair{Int64,Float64}[1 => -0.05179206834996295, 2 => 1.923106455022282, 3 => -1.1572174467937302, 4 => 0.28082654010194236, 5 => 0.32974056591124074, 6 => -0.10175423217656047, 7 => 0.7210509222200612, 8 => 1.8597256668087718, 9 => -0.8359417461923251, 10 => -0.5963287359552529]
Test Summary: | Pass Total
random | 10 10
Test Summary: | Pass Total
control | 5 5
Test Summary: | Pass Total
TimeLift | 1 1
u = (0.0 => (0, 0), (0.5100352468033478 => 1, 1.4634814841705128 => 1))
collectfrom(PP, u, 10) = Tuple{Pair{Float64,Tuple{Int64,Int64}},Tuple{Pair{Float64,Int64},Pair{Float64,Int64}}}[(0.5100352468033478 => (1, 0), (0.5406526954319547 => 2, 1.4634814841705128 => 1)), (0.5406526954319547 => (2, 0), (1.2656368450261453 => 3, 1.4634814841705128 => 1)), (1.2656368450261453 => (3, 0), (3.2505261429588836 => 4, 1.4634814841705128 => 1)), (1.4634814841705128 => (3, 1), (3.2505261429588836 => 4, 3.6934075686469825 => 2)), (3.2505261429588836 => (4, 1), (7.748487128598543 => 5, 3.6934075686469825 => 2)), (3.6934075686469825 => (4, 2), (7.748487128598543 => 5, 6.528358236948434 => 3)), (6.528358236948434 => (4, 3), (7.748487128598543 => 5, 6.797685684159184 => 4)), (6.797685684159184 => (4, 4), (7.748487128598543 => 5, 6.88649366798024 => 5)), (6.88649366798024 => (4, 5), (7.748487128598543 => 5, 7.630674355444924 => 6)), (7.630674355444924 => (4, 6), (7.748487128598543 => 5, 8.959773097919609 => 7))]
Test Summary: |
Synchronize | No tests
0.000025 seconds (6 allocations: 224 bytes)
0.000034 seconds (6 allocations: 224 bytes)
0.000022 seconds (4 allocations: 160 bytes)
Done Testing DynamicIterators tests passed