Skip to content

Commit

Permalink
Remove continuous benchmarking infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed May 3, 2023
1 parent f938a66 commit 45cc2ad
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 572 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/continuous-benchmarks.yaml

This file was deleted.

1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Suggests:
ggbeeswarm,
ggplot2,
ggridges,
jsonlite,
parallel,
scales,
testthat (>= 3.1.7.9000),
Expand Down
11 changes: 0 additions & 11 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ export(bench_memory)
export(bench_process_memory)
export(bench_time)
export(bench_time_trans)
export(cb_fetch)
export(cb_merge)
export(cb_plot_time)
export(cb_push)
export(cb_read)
export(cb_remove)
export(cb_run)
export(cb_run_one)
export(hires_time)
export(mark)
export(press)
Expand All @@ -67,7 +59,4 @@ export(system_time)
export(workout)
export(workout_expressions)
importFrom(methods,setOldClass)
importFrom(utils,head)
importFrom(utils,read.delim)
importFrom(utils,write.table)
useDynLib(bench, .registration = TRUE)
299 changes: 0 additions & 299 deletions R/continuous_benchmarking.R

This file was deleted.

8 changes: 1 addition & 7 deletions R/mark.R
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,7 @@ mark <- function(..., min_time = .5, iterations = NULL, min_iterations = 1,
out <- summary(bench_mark(tibble::as_tibble(results, .name_repair = "minimal")),
filter_gc = filter_gc, relative = relative, time_unit = time_unit)

file <- getOption("bench.file", NULL)
if (!is.null(file)) {
cb_write(out, file)
invisible(out)
} else {
out
}
out
}

bench_mark <- function(x) {
Expand Down
Loading

0 comments on commit 45cc2ad

Please sign in to comment.