Skip to content

Commit 5c82850

Browse files
committed
Updated logging for 'void'
1 parent 90052bb commit 5c82850

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/testthat/test-perf-void.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
# Set up
1313
#
1414

15-
context("void::perf::setup")
15+
context("void::perf::void::setup")
1616

1717
#
1818
# Tests
1919
#
2020

21-
context("void::perf::simple0")
21+
context("void::perf::void::0")
2222
test_that("simple void performance", {
2323
.durationSec <- 60 # seconds
2424
.count <- 0
@@ -31,13 +31,13 @@ test_that("simple void performance", {
3131
}
3232
expect_true(TRUE)
3333

34-
print(paste("void::perf::simple0:", format(.count / (difftime(.current.time, .start.time, units = "secs")[[1]]), digits = 8)))
34+
print(paste("void::perf::void::0", format(.count / (difftime(.current.time, .start.time, units = "secs")[[1]]), digits = 8)))
3535
})
3636

3737
#
3838
# Done
3939
#
4040

41-
context("void::perf::shutdown")
41+
context("void::perf::void::shutdown")
4242

43-
context("void::perf::done")
43+
context("void::perf::void::done")

0 commit comments

Comments
 (0)