Package: bench 1.1.3.9000
bench: High Precision Timing of R Expressions
Tools to accurately benchmark and analyze execution times for R expressions.
Authors:
bench_1.1.3.9000.tar.gz
bench_1.1.3.9000.zip(r-4.5)bench_1.1.3.9000.zip(r-4.4)bench_1.1.3.9000.zip(r-4.3)
bench_1.1.3.9000.tgz(r-4.4-x86_64)bench_1.1.3.9000.tgz(r-4.4-arm64)bench_1.1.3.9000.tgz(r-4.3-x86_64)bench_1.1.3.9000.tgz(r-4.3-arm64)
bench_1.1.3.9000.tar.gz(r-4.5-noble)bench_1.1.3.9000.tar.gz(r-4.4-noble)
bench_1.1.3.9000.tgz(r-4.4-emscripten)bench_1.1.3.9000.tgz(r-4.3-emscripten)
bench.pdf |bench.html✨
bench/json (API)
NEWS
# Install 'bench' in R: |
install.packages('bench', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/bench/issues
Last updated 2 years agofrom:8d4ab5ea82. Checks:OK: 7 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 04 2024 |
R-4.5-win-x86_64 | NOTE | Nov 04 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 04 2024 |
R-4.4-win-x86_64 | OK | Nov 04 2024 |
R-4.4-mac-x86_64 | OK | Nov 04 2024 |
R-4.4-mac-aarch64 | OK | Nov 04 2024 |
R-4.3-win-x86_64 | OK | Nov 04 2024 |
R-4.3-mac-x86_64 | OK | Nov 04 2024 |
R-4.3-mac-aarch64 | OK | Nov 04 2024 |
Exports:as_bench_bytesas_bench_markas_bench_timebench_bytesbench_bytes_transbench_load_averagebench_memorybench_process_memorybench_timebench_time_transhires_timemarkpressscale_color_bench_exprscale_colour_bench_exprscale_x_bench_bytesscale_x_bench_exprscale_x_bench_timescale_y_bench_bytesscale_y_bench_exprscale_y_bench_timesystem_timeworkoutworkout_expressions
Dependencies:clifansigluelifecyclemagrittrpillarpkgconfigprofmemrlangtibbleutf8vctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Coerce to a bench mark object Bench mark objects | as_bench_mark |
Human readable times | as_bench_time |
Autoplot method for bench_mark objects | autoplot.bench_mark plot.bench_mark |
Human readable memory sizes | as_bench_bytes bench_bytes |
Get system load averages | bench_load_average |
Measure memory that an expression used. | bench_memory |
Retrieve the current and maximum memory from the R process | bench_process_memory |
Measure Process CPU and real time that an expression used. | bench_time system_time |
Return the current high-resolution real time. | hires_time |
Custom printing function for 'bench_mark' objects in knitr documents | knit_print.bench_mark |
Benchmark a series of functions | bench_mark mark |
Run setup code and benchmarks across a grid of parameters | press |
Summarize mark results. | summary.bench_mark |
Workout a group of expressions individually | workout workout_expressions |