This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| repositories: | |
| ament/ament_cmake: | |
| type: git | |
| url: https://github.com/ament/ament_cmake.git | |
| version: master | |
| ament/ament_index: | |
| type: git | |
| url: https://github.com/ament/ament_index.git | |
| version: master | |
| ament/ament_lint: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| repositories: | |
| ros-perception/vision_opencv: | |
| type: git | |
| url: https://github.com/ros-perception/vision_opencv.git | |
| version: ros2 | |
| ros-perception/image_common: | |
| type: git | |
| url: https://github.com/ros-perception/image_common.git | |
| version: use_pubsub_counts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #18 Source "/home/michael/workspaces/blueprint2/src/ign-gazebo/src/cmd/ign.cc", line 136, in runServer [0x7f1d57e8b9af] | |
| 133: ignition::gazebo::Server server(serverConfig); | |
| 134: | |
| 135: // Run the server | |
| > 136: server.Run(true, _iterations, _run == 0); | |
| 137: | |
| 138: igndbg << "Shutting down ign-gazebo-server" << std::endl; | |
| 139: return 0; | |
| #17 Source "/home/michael/workspaces/blueprint2/src/ign-gazebo/src/Server.cc", line 241, in ignition::gazebo::v2::Server::Run(bool, unsigned long, bool) [0x7f1d5781d6b8] | |
| 238: } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| repositories: | |
| ament/ament_cmake: | |
| type: git | |
| url: https://github.com/ament/ament_cmake.git | |
| version: master | |
| ament/ament_index: | |
| type: git | |
| url: https://github.com/ament/ament_index.git | |
| version: master | |
| ament/ament_lint: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- slave.jnlp.sh 2019-04-25 14:48:03.000000000 -0700 | |
| +++ slave.jnlp.sh 2019-04-25 15:10:36.000000000 -0700 | |
| @@ -73,21 +73,8 @@ | |
| echo "Launching slave process at ${JENKINS_JNLP_URL}" | |
| RESULT=-1 | |
| -# If we use a trustStore for the Jenkins Master certificates, we need to pass it | |
| -# and its password to the java process that runs the slave. The password is stored | |
| -# in the OS X Keychain that we use for other purposes. | |
| -if [[ -f $JAVA_TRUSTSTORE ]]; then |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| repositories: | |
| ament/ament_cmake: | |
| type: git | |
| url: https://github.com/ament/ament_cmake.git | |
| version: master | |
| ament/ament_index: | |
| type: git | |
| url: https://github.com/ament/ament_index.git | |
| version: master | |
| ament/ament_lint: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| repositories: | |
| ament/ament_cmake: | |
| type: git | |
| url: https://github.com/ament/ament_cmake.git | |
| version: master | |
| ament/ament_index: | |
| type: git | |
| url: https://github.com/ament/ament_index.git | |
| version: master | |
| ament/ament_lint: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| repositories: | |
| ament/ament_cmake: | |
| type: git | |
| url: https://github.com/ament/ament_cmake.git | |
| version: master | |
| ament/ament_index: | |
| type: git | |
| url: https://github.com/ament/ament_index.git | |
| version: master | |
| ament/ament_lint: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| repositories: | |
| ament/ament_cmake: | |
| type: git | |
| url: https://github.com/ament/ament_cmake.git | |
| version: master | |
| ament/ament_index: | |
| type: git | |
| url: https://github.com/ament/ament_index.git | |
| version: master | |
| ament/ament_lint: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ➜ ~ ~/repos/benchmark/tools/compare.py benchmarks each.json each_fix.json | |
| Comparing each.json to each_fix.json | |
| Benchmark Time CPU Time Old Time New CPU Old CPU New | |
| -------------------------------------------------------------------------------------------------------------------------------------------------- | |
| EntityComponentManagerFixture/EachNoCache/0/0 +0.0150 +0.0150 0 0 0 0 | |
| EntityComponentManagerFixture/EachNoCache/0/200 -0.0560 -0.0560 2 2 2 2 | |
| EntityComponentManagerFixture/EachNoCache/0/400 -0.0373 -0.0373 5 5 5 5 | |
| EntityComponentManagerFixture/EachNoCache/0/600 +0.0207 +0.0207 7 8 7 8 | |
| EntityComponentManagerFixture/ |