Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.09 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.09 KB

OutlierDetectionBenchmark

Documentation (stable) Documentation (dev) Build Status Coverage

This package provides basic benchmarking utilities for OutlierDetection.jl models. Simply install OutlierDetectionBenchmark and start benchmarking!

using OutlierDetectionBenchmark

const suite = BenchmarkGroup()

# Prepare the benchmarks
prepare_benchmarks(suite, MY_DETECTOR)

# Run the benchmarks
run_benchmarks(suite, "my_benchmark_name")

# Generate a markdown report
generate_report_single("my_benchmark_name")