Skip to content

Latest commit

 

History

History
 
 

benchmark

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Benchmarking

Installation

  1. Install google/benchmark.
  2. Build the benchmarking executables:
mkdir build && cd build
cmake .. -GNinja && ninja

To reduce the variance, consider setting up your system appropriately following these instructions.

Running the benchmarks

Cost functions:

./benchmark_cost_functions --benchmark_display_aggregates_only=true --benchmark_repetitions=50