-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path1.5.0-DEV-13d1bd4689.log
121 lines (120 loc) · 3.51 KB
/
1.5.0-DEV-13d1bd4689.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.0
Commit 13d1bd4689 (2019-12-31 18:18 UTC)
Platform Info:
OS: Linux (x86_64-pc-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 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
Installed BenchmarkTools ─ v0.4.3
Installed JSON ─────────── v0.21.0
Installed Parsers ──────── v0.3.10
Updating `/tmp/jl_6x2AuN/Project.toml`
[6e4b80f9] + BenchmarkTools v0.4.3
[9a3f8284] + Random
[8dfed614] + Test
Updating `/tmp/jl_6x2AuN/Manifest.toml`
[6e4b80f9] + BenchmarkTools v0.4.3
[682c06a0] + JSON v0.21.0
[69de0a69] + Parsers v0.3.10
[2a0f44e3] + Base64
[ade2ca70] + Dates
[8ba89e20] + Distributed
[b77e0a4c] + InteractiveUtils
[8f399da3] + Libdl
[37e2e46d] + LinearAlgebra
[56ddb016] + Logging
[d6f4376e] + Markdown
[a63ad114] + Mmap
[de0858da] + Printf
[9a3f8284] + Random
[9e88b42a] + Serialization
[6462fe0b] + Sockets
[2f01184e] + SparseArrays
[10745b16] + Statistics
[8dfed614] + Test
[4ec0a83e] + Unicode
Running sandbox
Status `/tmp/jl_6x2AuN/Project.toml`
[6e4b80f9] BenchmarkTools v0.4.3
[6ccb8d0d] FastIOBuffers v0.3.1
[9a3f8284] Random
[8dfed614] Test
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.165167012 seconds)
(2/2) benchmarking "String"...
done (took 0.490087006 seconds)
done (took 2.781769681 seconds)
(2/2) benchmarking "read"...
(1/2) benchmarking "Float64"...
done (took 1.62781904 seconds)
(2/2) benchmarking "String"...
done (took 0.819869888 seconds)
done (took 3.076081224 seconds)
Float64:
BenchmarkTools.Trial:
memory estimate: 0 bytes
allocs estimate: 0
--------------
minimum time: 17.695 ns (0.00% GC)
median time: 29.415 ns (0.00% GC)
mean time: 29.135 ns (0.00% GC)
maximum time: 255.067 ns (0.00% GC)
--------------
samples: 10000
evals/sample: 1000
String:
BenchmarkTools.Trial:
memory estimate: 0 bytes
allocs estimate: 0
--------------
minimum time: 17.026 ns (0.00% GC)
median time: 24.324 ns (0.00% GC)
mean time: 25.629 ns (0.00% GC)
maximum time: 12.663 μs (0.00% GC)
--------------
samples: 10000
evals/sample: 1000
Float64:
BenchmarkTools.Trial:
memory estimate: 0 bytes
allocs estimate: 0
--------------
minimum time: 3.308 ns (0.00% GC)
median time: 4.348 ns (0.00% GC)
mean time: 4.594 ns (0.00% GC)
maximum time: 671.302 ns (0.00% GC)
--------------
samples: 10000
evals/sample: 1000
String:
BenchmarkTools.Trial:
memory estimate: 2.20 KiB
allocs estimate: 2
--------------
minimum time: 236.960 ns (0.00% GC)
median time: 595.960 ns (0.00% GC)
mean time: 1.066 μs (0.00% GC)
maximum time: 596.266 μs (0.00% GC)
--------------
samples: 10000
evals/sample: 1
Testing FastIOBuffers tests passed