feat(webconnectivity): collect timing information (#537)

Work related to https://github.com/ooni/probe/issues/1797
This commit is contained in:
Simone Basso 2021-10-05 12:52:19 +02:00 committed by GitHub
commit a6318d6de9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 2 deletions

View file

@ -21,7 +21,7 @@ func TestNewExperimentMeasurer(t *testing.T) {
if measurer.ExperimentName() != "web_connectivity" {
t.Fatal("unexpected name")
}
if measurer.ExperimentVersion() != "0.4.0" {
if measurer.ExperimentVersion() != "0.4.1" {
t.Fatal("unexpected version")
}
}