Analyze now accepts a DATA_DIR env that tells it where to pull its probes data
Profiles have been completely removed from config. Probes are instead generated directly from Slab data.
analyze/initialize.ts has been turned into a script: config/scripts/regenerateProbes.ts
The previously named runner package is now collect-controller (yarn start still works). It's no longer a runner for the entire DA (and hasn't been for quite some time) since it only drives collect.
The previously named tester package is now runner... this PR doesn't touch the actual code inside package, but soon it will support the full lifecycle of testing DA (without needing Slab or ScraperReport).
analyze/data
has been merged intoconfig/data
config/scripts/regenerateProbes.ts
runner
package is nowcollect-controller
(yarn start still works). It's no longer a runner for the entire DA (and hasn't been for quite some time) since it only drives collect.tester
package is nowrunner
... this PR doesn't touch the actual code inside package, but soon it will support the full lifecycle of testing DA (without needing Slab or ScraperReport).