Update advice for running fossilize-reply
The old advice of using fossils/**/*.foz
doesn't work if there are multiple levels of subdirectory. The old advice also doesn't work (in the distant future) when the number of fossils is very large.
A simpler solution to just the first problem is to use find thusly:
fossilize-replay --enable-pipeline-stats output.csv \
--num-threads 4 $(find fossils -type f -a -iname '*.foz')
Merge request reports
Activity
Filter activity
mentioned in merge request !27 (merged)
The solution in !27 (merged) is better, so I'm closing this.
Please register or sign in to reply