-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.5.0-DEV-7206b56e94.log
109 lines (108 loc) · 3.68 KB
/
1.5.0-DEV-7206b56e94.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
Julia Version 1.5.0-DEV.485
Commit 7206b56e94 (2020-03-18 17:25 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 BusinessDays ─ v0.9.8
Updating `~/.julia/environments/v1.5/Project.toml`
4f18b42c + BusinessDays v0.9.8
Updating `~/.julia/environments/v1.5/Manifest.toml`
4f18b42c + BusinessDays v0.9.8
ade2ca70 + Dates
de0858da + Printf
4ec0a83e + Unicode
Testing BusinessDays
Status `/tmp/jl_JfNHEW/Project.toml`
4f18b42c BusinessDays v0.9.8
ade2ca70 Dates
8dfed614 Test
Status `/tmp/jl_JfNHEW/Manifest.toml`
4f18b42c BusinessDays v0.9.8
2a0f44e3 Base64
ade2ca70 Dates
8ba89e20 Distributed
b77e0a4c InteractiveUtils
56ddb016 Logging
d6f4376e Markdown
de0858da Printf
9a3f8284 Random
9e88b42a Serialization
6462fe0b Sockets
8dfed614 Test
4ec0a83e Unicode
##########################
Using cache: false
##########################
Timing composite calendar bdays calculation
0.000020 seconds (24 allocations: 384 bytes)
Timing single bdays calculation
0.007208 seconds (1 allocation: 16 bytes)
Timing 100 bdays calculations
0.761618 seconds (100 allocations: 1.562 KiB)
Timing cache creation
0.008468 seconds (5 allocations: 269.500 KiB)
Timing vectorized functions (vector length 7306)
6.259966 seconds (2 allocations: 57.203 KiB)
5.833551 seconds (18.20 k allocations: 1.059 MiB)
5.867241 seconds (1.17 k allocations: 118.637 KiB)
0.001408 seconds (1 allocation: 7.312 KiB)
0.001455 seconds (1 allocation: 7.312 KiB)
0.001417 seconds (1 allocation: 7.312 KiB)
##########################
Using cache: true
##########################
Timing composite calendar bdays calculation
0.000013 seconds (5 allocations: 80 bytes)
Timing single bdays calculation
0.000016 seconds (5 allocations: 80 bytes)
Timing 100 bdays calculations
0.000045 seconds (500 allocations: 7.812 KiB)
a million...
0.617025 seconds (5.00 M allocations: 76.294 MiB, 0.59% gc time)
Timing vectorized functions (vector length 7306)
0.004124 seconds (29.23 k allocations: 513.828 KiB)
0.004246 seconds (29.23 k allocations: 513.828 KiB)
0.004225 seconds (29.23 k allocations: 513.828 KiB)
0.000804 seconds (1 allocation: 7.312 KiB)
0.000874 seconds (1 allocation: 7.312 KiB)
0.000890 seconds (1 allocation: 7.312 KiB)
Perftests
0.008406 seconds (515 allocations: 33.290 KiB)
0.000018 seconds (5 allocations: 80 bytes)
0.000650 seconds (5.00 k allocations: 78.125 KiB)
0.009043 seconds (8.00 k allocations: 125.000 KiB)
0.009194 seconds (8.00 k allocations: 125.000 KiB)
type
0.000561 seconds (5.00 k allocations: 78.125 KiB)
0.000498 seconds (4.00 k allocations: 70.438 KiB)
0.000605 seconds (7.00 k allocations: 125.250 KiB)
sym
0.009008 seconds (8.00 k allocations: 125.000 KiB)
0.000574 seconds (4.00 k allocations: 70.438 KiB)
0.008838 seconds (7.00 k allocations: 125.250 KiB)
str
0.009219 seconds (8.00 k allocations: 125.000 KiB)
0.000583 seconds (4.00 k allocations: 70.438 KiB)
0.009038 seconds (7.00 k allocations: 125.250 KiB)
initcache type
0.008342 seconds (5 allocations: 305.156 KiB)
initcache sym
0.008443 seconds (7 allocations: 305.188 KiB)
initcache str
0.009530 seconds (7 allocations: 305.188 KiB)
WeekendsOnly no cache
0.000013 seconds
WeekendsOnly cache enabled
0.000013 seconds
Returns false: false
Returns true: true
a million with GenericHolidayCalendar...
0.397650 seconds (5.00 M allocations: 76.294 MiB, 6.04% gc time)
Testing BusinessDays tests passed