Skip to content

Commit

Permalink
VPN-6115: Remove VPN Speed Tests (#9215)
Browse files Browse the repository at this point in the history
* Remove connectionInfoToggleButton from ControllerView
* Remove connectionInfo QML content
* Remove unused UI resources
* Remove VPNConnectionBenchmark singleton
* Remove Benchmark functional test
* Remove networkBenchmark mock from functional tests
* Remove ConnectionBenchmark C++ class
* Remove benchmarkUpload feature
* Remove connection benchmarks from documentation
* Remove unused glean metrics
  • Loading branch information
oskirby authored Mar 11, 2024
1 parent 07dcec4 commit e568f3a
Show file tree
Hide file tree
Showing 52 changed files with 8 additions and 2,670 deletions.
2 changes: 0 additions & 2 deletions .dictionary
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ auth
backend
backgrounded
bea's
benchmarked
benchmarking
bool
boolean
bugfixes
Expand Down
55 changes: 0 additions & 55 deletions docs/Components/connection-benchmarks.md

This file was deleted.

11 changes: 0 additions & 11 deletions src/cmake/sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,6 @@ target_sources(mozillavpn-sources INTERFACE
${CMAKE_CURRENT_SOURCE_DIR}/commands/commandui.h
${CMAKE_CURRENT_SOURCE_DIR}/commands/commandwgconf.cpp
${CMAKE_CURRENT_SOURCE_DIR}/commands/commandwgconf.h
${CMAKE_CURRENT_SOURCE_DIR}/connectionbenchmark/benchmarktask.cpp
${CMAKE_CURRENT_SOURCE_DIR}/connectionbenchmark/benchmarktask.h
${CMAKE_CURRENT_SOURCE_DIR}/connectionbenchmark/benchmarktaskping.cpp
${CMAKE_CURRENT_SOURCE_DIR}/connectionbenchmark/benchmarktaskping.h
${CMAKE_CURRENT_SOURCE_DIR}/connectionbenchmark/benchmarktasksentinel.h
${CMAKE_CURRENT_SOURCE_DIR}/connectionbenchmark/benchmarktasktransfer.cpp
${CMAKE_CURRENT_SOURCE_DIR}/connectionbenchmark/benchmarktasktransfer.h
${CMAKE_CURRENT_SOURCE_DIR}/connectionbenchmark/connectionbenchmark.cpp
${CMAKE_CURRENT_SOURCE_DIR}/connectionbenchmark/connectionbenchmark.h
${CMAKE_CURRENT_SOURCE_DIR}/connectionbenchmark/uploaddatagenerator.cpp
${CMAKE_CURRENT_SOURCE_DIR}/connectionbenchmark/uploaddatagenerator.h
${CMAKE_CURRENT_SOURCE_DIR}/connectionhealth.cpp
${CMAKE_CURRENT_SOURCE_DIR}/connectionhealth.h
${CMAKE_CURRENT_SOURCE_DIR}/constants.cpp
Expand Down
1 change: 0 additions & 1 deletion src/commands/commandui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "apppermission.h"
#include "captiveportal/captiveportaldetection.h"
#include "commandlineparser.h"
#include "connectionbenchmark/connectionbenchmark.h"
#include "connectionhealth.h"
#include "constants.h"
#include "controller.h"
Expand Down
51 changes: 0 additions & 51 deletions src/connectionbenchmark/benchmarktask.cpp

This file was deleted.

42 changes: 0 additions & 42 deletions src/connectionbenchmark/benchmarktask.h

This file was deleted.

45 changes: 0 additions & 45 deletions src/connectionbenchmark/benchmarktaskping.cpp

This file was deleted.

30 changes: 0 additions & 30 deletions src/connectionbenchmark/benchmarktaskping.h

This file was deleted.

22 changes: 0 additions & 22 deletions src/connectionbenchmark/benchmarktasksentinel.h

This file was deleted.

Loading

0 comments on commit e568f3a

Please sign in to comment.