Add: (habit) preamble
This commit is contained in:
parent
1c5bf06804
commit
2cdc210645
2 changed files with 18 additions and 0 deletions
14
notes.org
14
notes.org
|
|
@ -482,6 +482,20 @@ Not sure if clearing the cache is necessary here, because it seemed to make near
|
|||
| preamble: (deadline <= "2019-01-01") | 27.91 | 0.014606 | 0 | 0 |
|
||||
| no preamble: (deadline <= "2019-01-01") | slowest | 0.407682 | 0 | 0 |
|
||||
|
||||
*** =habit=
|
||||
|
||||
#+BEGIN_SRC elisp
|
||||
(org-ql-preamble-bench :times 1
|
||||
:file "~/org/inbox.org"
|
||||
:query (habit))
|
||||
#+END_SRC
|
||||
|
||||
#+RESULTS:
|
||||
| Form | x faster than next | Total runtime | # of GCs | Total GC runtime |
|
||||
|----------------------+--------------------+---------------+----------+------------------|
|
||||
| preamble: (habit) | 70.09 | 0.016489 | 0 | 0 |
|
||||
| no preamble: (habit) | slowest | 1.155649 | 0 | 0 |
|
||||
|
||||
*** =level=
|
||||
|
||||
#+BEGIN_SRC elisp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue