-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
85 lines (85 loc) · 1.83 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Package: arrowbench
Type: Package
Title: Tools for Continuous and Interactive Benchmarking
Version: 0.2.0
Authors@R: c(
person("Neal", "Richardson", email = "neal.p.richardson@gmail.com", role = "aut"),
person("Jonathan", "Keane", email = "jkeane@gmail.com", role = c("aut", "cre")),
person("Edward", "Visel", email = "edward.visel@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-2811-6254"))
)
Description: Tools for defining benchmarks, running them across a
range of parameters, and reporting their results in a standardized form.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports:
arrow,
bench,
dplyr,
duckdb (>= 0.8.0),
distro,
glue,
jsonlite,
processx,
progress,
purrr,
R6,
remotes,
rlang,
R.utils,
sessioninfo,
tibble,
utils,
uuid,
waldo,
withr
Suggests:
testthat (>= 3.0.0),
archive,
data.table,
DBI,
dbplyr,
fst,
jsonify,
lubridate,
mockery,
ndjson,
RcppSimdJson,
readr,
vroom
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE, load = "source")
Collate:
'benchmark-dataframe.R'
'benchmark.R'
'bm-array-altrep-materialization.R'
'bm-array-to-vector.R'
'bm-dataset-taxi-2013.R'
'bm-dataset-taxi-parquet.R'
'bm-df-to-table.R'
'bm-placebo.R'
'bm-read-csv.R'
'bm-read-file.R'
'bm-read-json.R'
'bm-remote-dataset.R'
'bm-row-group-size.R'
'bm-table-to-df.R'
'bm-tpc-h.R'
'bm-write-csv.R'
'bm-write-file.R'
'custom-duckdb.R'
'ensure-format.R'
'ensure-lib.R'
'known-sources.R'
'ensure-source.R'
'ensure-tpch-source.R'
'external-dependencies.R'
'measure.R'
'params.R'
'publish.R'
'util.R'
'result.R'
'run.R'
'setup.R'
'tpch-queries.R'
Config/testthat/edition: 3