(feat): Add header level to backlinks buffer (#863)

adds the outline hierarchy to the backlinks buffer
This commit is contained in:
Jethro Kuan
2020-06-25 12:40:22 +08:00
committed by GitHub
parent c59d6c4f7c
commit 79c75ac174
4 changed files with 52 additions and 6 deletions

View File

@ -45,7 +45,7 @@
(pcase (benchmark-run 1 (org-roam-db-build-cache t))
(`(,time ,gcs ,time-in-gc)
(message "Elapsed time: %fs (%fs in %d GCs)" time time-in-gc gcs)
(expect time :to-be-less-than 60))))
(expect time :to-be-less-than 70))))
(it "builds quickly without change"
(pcase (benchmark-run 1 (org-roam-db-build-cache))
(`(,time ,gcs ,time-in-gc)