-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.5.0-DEV-7f28d91b70.log
117 lines (116 loc) · 3.24 KB
/
1.5.0-DEV-7f28d91b70.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
Julia Version 1.5.0-DEV.483
Commit 7f28d91b70 (2020-03-18 17: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-9.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
Installed FastIOBuffers ─ v0.3.1
Updating `~/.julia/environments/v1.5/Project.toml`
6ccb8d0d + FastIOBuffers v0.3.1
Updating `~/.julia/environments/v1.5/Manifest.toml`
6ccb8d0d + FastIOBuffers v0.3.1
Testing FastIOBuffers
Status `/tmp/jl_ln3pEA/Project.toml`
6e4b80f9 BenchmarkTools v0.5.0
6ccb8d0d FastIOBuffers v0.3.1
9a3f8284 Random
8dfed614 Test
Status `/tmp/jl_ln3pEA/Manifest.toml`
6e4b80f9 BenchmarkTools v0.5.0
6ccb8d0d FastIOBuffers v0.3.1
682c06a0 JSON v0.21.0
69de0a69 Parsers v0.3.12
2a0f44e3 Base64
ade2ca70 Dates
8ba89e20 Distributed
b77e0a4c InteractiveUtils
8f399da3 Libdl
37e2e46d LinearAlgebra
56ddb016 Logging
d6f4376e Markdown
a63ad114 Mmap
de0858da Printf
9a3f8284 Random
ea8e919c SHA
9e88b42a Serialization
6462fe0b Sockets
2f01184e SparseArrays
10745b16 Statistics
8dfed614 Test
cf7118a7 UUIDs
4ec0a83e Unicode
Test Summary: | Pass Total
write: bitstype numbers | 195 195
Test Summary: | Pass Total
write: strings | 2001 2001
Test Summary: | Pass Total
read: bitstype numbers | 251 251
Test Summary: | Pass Total
read: string | 2 2
(1/2) benchmarking "write"...
(1/2) benchmarking "Float64"...
done (took 1.240168414 seconds)
(2/2) benchmarking "String"...
done (took 0.525507085 seconds)
done (took 3.094562477 seconds)
(2/2) benchmarking "read"...
(1/2) benchmarking "Float64"...
done (took 1.386792035 seconds)
(2/2) benchmarking "String"...
done (took 0.777863157 seconds)
done (took 2.622657441 seconds)
Float64:
BenchmarkTools.Trial:
memory estimate: 0 bytes
allocs estimate: 0
--------------
minimum time: 21.065 ns (0.00% GC)
median time: 31.007 ns (0.00% GC)
mean time: 30.903 ns (0.00% GC)
maximum time: 85.391 ns (0.00% GC)
--------------
samples: 10000
evals/sample: 1000
String:
BenchmarkTools.Trial:
memory estimate: 0 bytes
allocs estimate: 0
--------------
minimum time: 18.176 ns (0.00% GC)
median time: 26.470 ns (0.00% GC)
mean time: 26.843 ns (0.00% GC)
maximum time: 83.964 ns (0.00% GC)
--------------
samples: 10000
evals/sample: 1000
Float64:
BenchmarkTools.Trial:
memory estimate: 0 bytes
allocs estimate: 0
--------------
minimum time: 3.423 ns (0.00% GC)
median time: 4.139 ns (0.00% GC)
mean time: 4.252 ns (0.00% GC)
maximum time: 20.940 ns (0.00% GC)
--------------
samples: 10000
evals/sample: 1000
String:
BenchmarkTools.Trial:
memory estimate: 2.20 KiB
allocs estimate: 2
--------------
minimum time: 179.962 ns (0.00% GC)
median time: 561.962 ns (0.00% GC)
mean time: 1.438 μs (40.77% GC)
maximum time: 5.908 ms (99.25% GC)
--------------
samples: 10000
evals/sample: 1
Testing FastIOBuffers tests passed