in reply to Testing a PPM Repository for Speed
I would run a PPM::InstallPackage(``package'' => $package, ``location'' => $location, ``root'' => $root); command on each of your repositories, noting the time it took to finish it and then remove (PPM::RemovePackage(``package'' => $package, ``force'' => $force)) the package again before testing the next repo.
Other than the download speed, you should also test the search speed of the repository, but strangely enough I did not find an obvious function for it ???
CountZero
"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
|
|---|