Page MenuHomeSoftware Heritage
Paste P1353

fork speedup!!!
ActivePublic

Authored by ardumont on Apr 28 2022, 1:34 PM.
swhworker@worker3:~$ url=https://github.com/progval/Limnoria ; /usr/bin/time swh loader run git $url lister_name=github lister_instance_name=github
WARNING:swh.core.cli:Could not load subcommand graph: DistributionNotFound(Requirement.parse('py4j'), None)
INFO:swh.loader.git.loader.GitLoader:Load origin 'https://github.com/progval/Limnoria' with type 'git'
INFO:swh.loader.git.loader:Listed 819 refs for repo https://github.com/progval/Limnoria
{'status': 'uneventful'} for origin 'https://github.com/progval/Limnoria'
0.97user 0.19system 0:16.38elapsed 7%CPU (0avgtext+0avgdata 49372maxresident)k
0inputs+0outputs (0major+17993minor)pagefaults 0swaps
swhworker@worker3:~$ url=https://github.com/ardumont/Limnoria ; /usr/bin/time swh loader run git $url lister_name=github lister_instance_name=github
WARNING:swh.core.cli:Could not load subcommand graph: DistributionNotFound(Requirement.parse('py4j'), None)
INFO:swh.loader.git.loader.GitLoader:Load origin 'https://github.com/ardumont/Limnoria' with type 'git'
INFO:swh.loader.git.loader:Listed 136 refs for repo https://github.com/ardumont/Limnoria
{'status': 'eventful'} for origin 'https://github.com/ardumont/Limnoria'
0.95user 0.15system 0:13.88elapsed 7%CPU (0avgtext+0avgdata 49080maxresident)k
0inputs+0outputs (0major+17930minor)pagefaults 0swaps
swhworker@worker2:~$ url=https://github.com/kedacore/keda; /usr/bin/time swh loader run git $url lister_name=github lister_instance_name=github
INFO:swh.loader.git.loader.GitLoader:Load origin 'https://github.com/kedacore/keda' with type 'git'
INFO:swh.loader.git.loader:Listed 1460 refs for repo https://github.com/kedacore/keda
{'status': 'uneventful'} for origin 'https://github.com/kedacore/keda'
1.34user 0.15system 0:15.38elapsed 9%CPU (0avgtext+0avgdata 49980maxresident)k
0inputs+0outputs (0major+18215minor)pagefaults 0swaps
swhworker@worker2:~$ url=https://github.com/ardumont/keda; /usr/bin/time swh loader run git $url lister_name=github lister_instance_name=github
INFO:swh.loader.git.loader.GitLoader:Load origin 'https://github.com/ardumont/keda' with type 'git'
INFO:swh.loader.git.loader:Listed 21 refs for repo https://github.com/ardumont/keda
{'status': 'eventful'} for origin 'https://github.com/ardumont/keda'
0.92user 0.08system 0:18.44elapsed 5%CPU (0avgtext+0avgdata 49208maxresident)k
0inputs+0outputs (0major+17998minor)pagefaults 0swaps

Event Timeline

ardumont edited the content of this paste. (Show Details)