From 24e06731989f3a0c22c6fa11e570e7c47d9509ca Mon Sep 17 00:00:00 2001 From: hackrush Date: Tue, 11 Dec 2018 23:37:44 +0530 Subject: [PATCH] Profile downloading of sd blobs --- scripts/profile_get.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/profile_get.py b/scripts/profile_get.py index a89805b0c..d0c2d9d22 100644 --- a/scripts/profile_get.py +++ b/scripts/profile_get.py @@ -118,7 +118,7 @@ def benchmark_performance(uris: list) -> dict: else: results[uri] = "Could not download" - print(results[uri], uri, file=open("/home/hackrush/benchmark.txt", "a")) + print(results[uri], uri, file=open({YOUR OUTPUT FILENAME HERE}, "a")) return results @@ -181,7 +181,7 @@ if __name__ == "__main__": conf.initialize_settings() conf.settings.set('download_directory', tempfile.tempdir) - conf.settings.set('lbryum_wallet_dir', "/home/hackrush/git-repos/lbry-repos/test-files/") + conf.settings.set('lbryum_wallet_dir', {YOUR WALLET DIRECTORY HERE}) conf.settings.set('data_dir', tempfile.tempdir) conf.settings.set('use_upnp', False)