-
Hi |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello Kostyay, 5min is very long.
Depends :-)
Are you using a baur version > 3.3? Since version 3.3 digests of tracked files are read from the git repository instead of calculated. I recommend to run baur (status, run or ls-inputs) with
Yes, that reminds me of https://github.com/mbtproject/mbt. It should be faster and might be sufficient for your scenario. |
Beta Was this translation helpful? Give feedback.
Hello Kostyay,
5min is very long.
Depends :-)
git_tracked_only=true
will filter out input files that are not tracked by git. If you have temporary files in the repository directories that are not tracked by git but matched by some input file specifications, those would be hashed unnecessarily.If that is not the case, it won't improve performance.
(Filtering out untracked files actually results in a bit more worked but the performance impact is negligible)
Are you using a baur version > 3.3? Since version 3.3 digests of tracked files are read from the git repository instead of calculated.
I r…