Skip to content

Commit

Permalink
cleanup(webconnectivitylte): remove the orig engine (ooni#1455)
Browse files Browse the repository at this point in the history
This commit removes the "orig" data analysis engine of the
webconnectivitylte experiment now that the "classic" engine is able to
generate the same or better results.

Part of ooni/probe#2640
  • Loading branch information
bassosimone authored and Murphy-OrangeMud committed Feb 13, 2024
1 parent 18b694c commit 4c81abe
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 1,481 deletions.
4 changes: 2 additions & 2 deletions internal/experiment/webconnectivitylte/analysisclassic.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import (
"github.com/ooni/probe-cli/v3/internal/runtimex"
)

// AnalysisEngineClassic is an alternative analysis engine that aims to produce
// analysisEngineClassic is an alternative analysis engine that aims to produce
// results that are backward compatible with Web Connectivity v0.4 while also
// procuding more fine-grained blocking flags.
func AnalysisEngineClassic(tk *TestKeys, logger model.Logger) {
func analysisEngineClassic(tk *TestKeys, logger model.Logger) {
tk.analysisClassic(logger)
}

Expand Down
Loading

0 comments on commit 4c81abe

Please sign in to comment.