File: README.md

package info (click to toggle)
colmap 3.12.6-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,928 kB
  • sloc: cpp: 101,944; ansic: 17,774; python: 4,958; sh: 366; makefile: 158
file content (19 lines) | stat: -rw-r--r-- 529 bytes parent folder | download | duplicates (4)
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
```