Skip to content

Commit

Permalink
Add benchmarks README
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-jts committed Jun 12, 2024
1 parent faa29d7 commit 72c76d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Benchmarks

A variety of programs to execute various kinds of tests,
including benchmarks, stability and robustness tests.

This comment has been minimized.

Copy link
@dbaston

dbaston Jun 12, 2024

Member

These are really intended to be performance tests, I would say that any stability and robustness tests are misplaced here.


### Building

Building the benchmark tests must be enabled using

cmake -DBUILD_BENCHMARKS=ON ..

0 comments on commit 72c76d0

Please sign in to comment.