Skip to content

Commit

Permalink
Iteration
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Derbasov <[email protected]>
  • Loading branch information
ntfshard committed Dec 14, 2024
1 parent a080733 commit 91acee9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docker/scripts/install_common_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@ sudo apt-get install --no-install-recommends -y \
clang-tidy \
python3-yaml

# for benchmarks in gz-sim/test/benchmark
sudo apt-get install --no-install-recommends -y \
libbenchmark-dev

sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/*
2 changes: 1 addition & 1 deletion test/benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Given a set of changes to the codebase, it is often useful to see the difference in performance.
Once two (or more) benchmarks have been executed, compare the results by downloading the [benchmark tools](https://github.com/google/benchmark/tree/master/tools), and then run the following command:
Once two (or more) benchmarks have been executed, compare the results by downloading the [benchmark tools](https://github.com/google/benchmark/tree/main/tools), and then run the following command:
```
# From the downloaded "tools" folder
Expand Down

0 comments on commit 91acee9

Please sign in to comment.