Closed
Bug 1576837
Opened 5 years ago
Closed 5 years ago
Integrate conditioned profiles into Raptor
Categories
(Testing :: Raptor, enhancement)
Testing
Raptor
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1537944
People
(Reporter: tarek, Unassigned)
Details
Integrate the "cold" conditioned profile into Raptor by using the condprof client
This is how the API is called (more documentation soon)
from condprof.client import get_profile
get_profile(target_dir, target_platform, scenario, age, customization)
to grab the cold profile on win64, that's a week or less old, and extract it on the current dir:
get_profile(".", "win64", "cold", "days", "default")
Reporter | ||
Comment 1•5 years ago
|
||
duplicate
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
No longer depends on: 1562870
You need to log in
before you can comment on or make changes to this bug.
Description
•