forked from rtomayko/date-performance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BENCHMARKS
30 lines (30 loc) · 898 Bytes
/
BENCHMARKS
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
== WITH EXTENSION ==============================
comparison
0.030000 0.000000 0.030000 ( 0.027561)
greater_than
0.030000 0.000000 0.030000 ( 0.026667)
new_civil
0.060000 0.000000 0.060000 ( 0.063149)
new_jd
0.060000 0.000000 0.060000 ( 0.058935)
strftime
0.020000 0.000000 0.020000 ( 0.018389)
strftime_after_new
0.080000 0.000000 0.080000 ( 0.082086)
strptime
0.070000 0.000000 0.070000 ( 0.068235)
== WITHOUT EXTENSION ===========================
comparison
0.030000 0.000000 0.030000 ( 0.027135)
greater_than
0.030000 0.000000 0.030000 ( 0.026128)
new_civil
0.300000 0.000000 0.300000 ( 0.303737)
new_jd
0.110000 0.000000 0.110000 ( 0.110033)
strftime
0.230000 0.000000 0.230000 ( 0.231178)
strftime_after_new
0.850000 0.000000 0.850000 ( 0.843894)
strptime
3.000000 0.030000 3.030000 ( 3.033587)