diff --git a/tests/testthat/test-tree_distance_path.R b/tests/testthat/test-tree_distance_path.R index 66dc1e5d..3aaf8a89 100644 --- a/tests/testthat/test-tree_distance_path.R +++ b/tests/testthat/test-tree_distance_path.R @@ -30,9 +30,5 @@ test_that("PathDist() equivalent to path.dist()", { postTrees <- Postorder(as.phylo(0:5, 182)) expect_equal(PathDist(postTrees), phangorn::path.dist(postTrees)) - ub <- microbenchmark::microbenchmark - ub(PathDist(postTrees), phangorn::path.dist(postTrees)) - pv <- profvis::profvis - pv(ub(PathDist(postTrees), phangorn::path.dist(postTrees))) }) \ No newline at end of file