-
Notifications
You must be signed in to change notification settings - Fork 5
/
1.6.0-DEV-cbd854b0f4.log
109 lines (108 loc) · 3.7 KB
/
1.6.0-DEV-cbd854b0f4.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.6.0-DEV.185
Commit cbd854b0f4 (2020-06-06 13:20 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-9.0.1 (ORCJIT, skylake)
Environment:
JULIA_DEPOT_PATH = ::/usr/local/share/julia
JULIA_NUM_THREADS = 2
Resolving package versions...
Installed BusinessDays ─ v0.9.10
Updating `~/.julia/environments/v1.6/Project.toml`
[4f18b42c] + BusinessDays v0.9.10
Updating `~/.julia/environments/v1.6/Manifest.toml`
[4f18b42c] + BusinessDays v0.9.10
[ade2ca70] + Dates
[de0858da] + Printf
[4ec0a83e] + Unicode
Testing BusinessDays
Status `/tmp/jl_wNGaCK/Project.toml`
[4f18b42c] BusinessDays v0.9.10
[ade2ca70] Dates
[8dfed614] Test
Status `/tmp/jl_wNGaCK/Manifest.toml`
[4f18b42c] BusinessDays v0.9.10
[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.000021 seconds (24 allocations: 384 bytes)
Timing single bdays calculation
0.007086 seconds (1 allocation: 16 bytes)
Timing 100 bdays calculations
0.711046 seconds (100 allocations: 1.562 KiB)
Timing cache creation
0.007023 seconds (5 allocations: 269.500 KiB)
Timing vectorized functions (vector length 7306)
6.148318 seconds (2 allocations: 57.203 KiB)
6.596735 seconds (18.83 k allocations: 1.082 MiB)
6.417513 seconds (1.19 k allocations: 119.559 KiB)
0.001375 seconds (1 allocation: 7.312 KiB)
0.001450 seconds (1 allocation: 7.312 KiB)
0.001447 seconds (1 allocation: 7.312 KiB)
##########################
Using cache: true
##########################
Timing composite calendar bdays calculation
0.000012 seconds (5 allocations: 80 bytes)
Timing single bdays calculation
0.000012 seconds (5 allocations: 80 bytes)
Timing 100 bdays calculations
0.000073 seconds (500 allocations: 7.812 KiB)
a million...
0.655772 seconds (5.00 M allocations: 76.294 MiB, 4.00% gc time)
Timing vectorized functions (vector length 7306)
0.004327 seconds (29.23 k allocations: 513.828 KiB)
0.003580 seconds (29.23 k allocations: 513.828 KiB)
0.004473 seconds (29.23 k allocations: 513.828 KiB)
0.000755 seconds (1 allocation: 7.312 KiB)
0.000869 seconds (1 allocation: 7.312 KiB)
0.000872 seconds (1 allocation: 7.312 KiB)
Perftests
0.004961 seconds (531 allocations: 34.103 KiB)
0.000012 seconds (5 allocations: 80 bytes)
0.000566 seconds (5.00 k allocations: 78.125 KiB)
0.009435 seconds (8.00 k allocations: 125.000 KiB)
0.009554 seconds (8.00 k allocations: 125.000 KiB)
type
0.000585 seconds (5.00 k allocations: 78.125 KiB)
0.000468 seconds (4.00 k allocations: 70.438 KiB)
0.000591 seconds (7.00 k allocations: 125.250 KiB)
sym
0.009377 seconds (8.00 k allocations: 125.000 KiB)
0.000555 seconds (4.00 k allocations: 70.438 KiB)
0.010862 seconds (7.00 k allocations: 125.250 KiB)
str
0.009699 seconds (8.00 k allocations: 125.000 KiB)
0.000542 seconds (4.00 k allocations: 70.438 KiB)
0.018964 seconds (7.00 k allocations: 125.250 KiB)
initcache type
0.009006 seconds (5 allocations: 305.156 KiB)
initcache sym
0.008010 seconds (7 allocations: 305.188 KiB)
initcache str
0.007883 seconds (7 allocations: 305.188 KiB)
WeekendsOnly no cache
0.000012 seconds
WeekendsOnly cache enabled
0.000010 seconds
Returns false: false
Returns true: true
a million with GenericHolidayCalendar...
0.431318 seconds (5.00 M allocations: 76.294 MiB, 11.48% gc time)
Testing BusinessDays tests passed