Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 778 Bytes

File metadata and controls

37 lines (24 loc) · 778 Bytes

Benchmark Report

This file will contain the results of running benchmarks on the entire algorithms_core library.


How to Run Benchmarks

  1. Ensure you have the benchmark_harness package in your dev_dependencies in pubspec.yaml:
    dev_dependencies:
      benchmark_harness: ^2.2.2
  2. Run dart pub get to install dependencies.
  3. Run the benchmark suite:
    dart run benchmark/benchmark.dart

Benchmark Results

(Results will be filled in after running the suite)


Summary

  • Each algorithm is benchmarked for time (microseconds per operation).
  • See benchmark/benchmark.dart for the full suite and how to add new benchmarks.

Detailed Results

(Results will be appended here after running the suite)