-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(dslx): allow running w/o measurexlite as the backend (#1376)
Summary of the changes: * rename `ConnPool` (`struct`) to `Runtime` (`interface`) and retain the same functionality; * introduce a "minimal" runtime that does not collect observations along with a measurexlite runtime; * use the "runtime" to carry the logger and other bits of information that it seems more rational to keep into the runtime rather than keeping inside each pipeline stage result (I also did this in the richer-input PoC); * make sure `measurexlite`'s `Trace` can be fully accessed through an interface. Closes ooni/probe#2580
- Loading branch information
1 parent
aa0deff
commit 2da2e4d
Showing
37 changed files
with
921 additions
and
762 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.