File: README.md

package info (click to toggle)
colmap 3.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,192 kB
  • sloc: cpp: 106,194; ansic: 17,774; python: 4,564; sh: 393; makefile: 159
file content (19 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Benchmarking

## Installation

1. Install [google/benchmark](https://github.com/google/benchmark).
2. Build the benchmarking executables:
```bash
mkdir build && cd build
cmake .. -GNinja && ninja
```

To reduce the variance, consider setting up your system appropriately [following these instructions](https://github.com/google/benchmark/blob/main/docs/reducing_variance.md).

## Running the benchmarks

Cost functions:
```bash
./benchmark_cost_functions --benchmark_display_aggregates_only=true --benchmark_repetitions=50
```