Notes: Update bench macro
This commit is contained in:
parent
cc5756d00d
commit
5f60bed1ac
1 changed files with 2 additions and 2 deletions
|
|
@ -417,9 +417,9 @@ Also, maybe instead of having a single =date= selector, I should have =scheduled
|
||||||
`(bench-multi-lets :times ,times :ensure-equal t
|
`(bench-multi-lets :times ,times :ensure-equal t
|
||||||
:lets (("preamble" ((org-ql-use-preamble t)))
|
:lets (("preamble" ((org-ql-use-preamble t)))
|
||||||
("no preamble" ((org-ql-use-preamble nil))))
|
("no preamble" ((org-ql-use-preamble nil))))
|
||||||
:forms ((,(prin1-to-string query) (org-ql-query ,file
|
:forms ((,(prin1-to-string query) (org-ql-select ,file
|
||||||
',query
|
',query
|
||||||
:action (lambda () (org-get-heading t t)))))))
|
:action '(org-get-heading t t))))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** =level=
|
*** =level=
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue