Skip to content

Commit

Permalink
Update the benchmark URL - fixes VPN-1924 (#3035)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakulf authored Mar 16, 2022
1 parent 317675a commit 13ef373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ constexpr uint32_t BENCHMARK_MAX_DURATION_DOWNLOAD = 15000;
constexpr uint32_t BENCHMARK_THRESHOLD_SPEED_FAST = 3125000; // 25 Megabit
constexpr uint32_t BENCHMARK_THRESHOLD_SPEED_MEDIUM = 1250000; // 10 Megabit
constexpr const char* BENCHMARK_DOWNLOAD_URL =
"https://archive.mozilla.org/pub/vpn/releases/2.7.0/windows/MozillaVPN.msi";
"https://archive.mozilla.org/pub/vpn/speedtest/50m.data";

#if defined(UNIT_TEST)
# define CONSTEXPR(type, functionName, releaseValue, debugValue, \
Expand Down

0 comments on commit 13ef373

Please sign in to comment.