Open
Description
Hi,
Just noticed a weird thing, that beholder takes 45s to watch a dir on
my pc, but it almost instantly finishes the job on another dir, is it
normal?
;;; below dirs are on different fs
(time (beholder/watch prn "/home/ken/tmp/"))
;; "Elapsed time: 43874.502804 msecs"
(time (beholder/watch prn "/tmp/"))
;; "Elapsed time: 148.206494 msecs"
In the meantime, I'm trying to figure it out using clj-async-profiler.
Metadata
Metadata
Assignees
Labels
No labels