From 628325f45b4e5c1bcf1482d4c3f5468e35f6a736 Mon Sep 17 00:00:00 2001 From: umeboshi Date: Sat, 2 Jan 2016 22:45:54 +0000 Subject: [PATCH] --- .../Massive_drop_in_performance_with_--jobs_option.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/forum/Massive_drop_in_performance_with_--jobs_option.mdwn diff --git a/doc/forum/Massive_drop_in_performance_with_--jobs_option.mdwn b/doc/forum/Massive_drop_in_performance_with_--jobs_option.mdwn new file mode 100644 index 0000000000..bccb0d9dc9 --- /dev/null +++ b/doc/forum/Massive_drop_in_performance_with_--jobs_option.mdwn @@ -0,0 +1,9 @@ +Old version: 5.20150916-1 +New version: 5.20151208-1 + + +I have noticed that with the addition of the progress display, the actual overall performance of the transfer drop very noticeably from these two versions. I am very tempted to keep the old version around to just handle the transfers. + +Also, I decided to build a newer version from git, using debuild. I noticed that the libghc-persistant dependencies have no trailing commas. I added the commas, built the package and had two errors in one of the tests. I removed these dependencies from the control file and I am currently performing a rebuild (they were not present in 12/08 version). + +Build complete. Tests passed. Parallel transfers seem to be back up to speed. Thanks!