-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
58 lines (58 loc) · 1.65 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Type: Package
Package: touchstone
Title: Continuous Benchmarking with Statistical Confidence Based on 'Git' Branches
Version: 0.0.0.9002
Authors@R:
c(person(given = "Lorenz",
family = "Walthert",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Jacob",
family = "Wujciak-Jens",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7281-3989")))
Description: A common problem of benchmarking in continuous integration is
that the computational power of the virtual machines that run the job
varies over time. This package allows users to benchmark two branches
of the same repo in a random sequence for better comparison.
License: MIT + file LICENSE
URL: https://github.com/lorenzwalthert/touchstone,
https://lorenzwalthert.github.io/touchstone
BugReports: https://github.com/lorenzwalthert/touchstone/issues
Imports:
bench,
callr,
cli (>= 3.6.1),
fs,
gert,
magrittr,
purrr,
remotes,
rlang,
tibble,
vctrs,
withr
Suggests:
dplyr,
ggplot2,
glue,
knitr,
mockery (>= 0.4.2),
openssl (>= 1.4.1),
rmarkdown,
testthat (>= 3.0.0),
usethis
Remotes:
r-lib/mockery
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate",
if (rlang::is_installed("pkgapi")) "pkgapi::api_roclet" else {
warning("Please install r-lib/pkgapi to make sure the file API is kept
up to date"); NULL}))
RoxygenNote: 7.2.1