Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Reduce dependencies of analysis #9

Merged
merged 9 commits into from
Oct 29, 2021

Conversation

agalbachicar
Copy link
Collaborator

Part of #6

See 2e5a951 comments to check the reduced build time.

Running `time colcon build --packages-select maliput_drake` on
this branch yields:

```sh
time colcon build --packages-select maliput_drake
...
Summary: 1 package finished [3min 3s]
  1 package had stderr output: maliput_drake

real    3m3.806s
user    18m27.039s
sys     0m36.838s
```

whereas in main branch:

```sh
time colcon build --packages-select maliput_drake
...
Summary: 1 package finished [4min 0s]
  1 package had stderr output: maliput_drake

real    4m0.630s
user    21m50.783s
sys     0m43.339s
```
Copy link
Collaborator

@francocipollone francocipollone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! LGTM!

@agalbachicar agalbachicar merged commit 2280257 into main Oct 29, 2021
@agalbachicar agalbachicar deleted the agalbachicar/#6_reduce_dependencies branch October 29, 2021 16:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants