Skip to content

Commit

Permalink
Add benchmark page
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed Apr 30, 2020
1 parent 4c41bcd commit 5ad0598
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- [Unit tests](chapters/testing/unit_test.md)
- [pluginval](chapters/testing/pluginval.md)
- [Sanitizers](chapters/testing/sanitizers.md)
- [Valgrind](chapters/testing/valgrind.md)
- [Benchmark](chapters/testing/benchmark.md)
- [Continuous Integration](chapters/ci.md)
- [Travis CI](chapters/ci/travis.md)
- [AppVeyor](chapters/ci/appveyor.md)
Expand Down
7 changes: 7 additions & 0 deletions chapters/testing/benchmark.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Benchmark

- [`Google Benchmark`](https://github.com/google/benchmark)
- Generate test data
- Noise
- Sample
- Simple example
8 changes: 8 additions & 0 deletions chapters/testing/sanitizers.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
# Sanitizers

## Address

## Undefined Behavior

## Memory

## Thread
1 change: 0 additions & 1 deletion chapters/testing/valgrind.md

This file was deleted.

0 comments on commit 5ad0598

Please sign in to comment.