- Oct 01, 2019
-
-
Stefano Zacchiroli authored
-
- Sep 30, 2019
-
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
- Sep 28, 2019
-
-
Stefano Zacchiroli authored
-
- Sep 27, 2019
-
-
Stefano Zacchiroli authored
make mypy 0.730 pass cleanly again
-
- Sep 26, 2019
-
-
Stefano Zacchiroli authored
this avoid duplication in the Dockerfile and also allows override from the command-line
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
This was probably broken around a428cd8c and caused SLF4J logging configuration to be ignored, falling back to crazye DEBUG logging in the MPH step.
-
- Sep 20, 2019
-
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
- Sep 15, 2019
-
-
Stefano Zacchiroli authored
it is possible we want to actually define it, as it is in swh-py-template, but there is a more general issue of how to keep that tox.ini in sync with all other repos --- which is postponed for now
-
- Sep 12, 2019
-
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
leading to significant performance improvements
-
Stefano Zacchiroli authored
- int->pid maps can be fully written, even from scratch, as MutableMapping - pid->int maps can only be updated for already existing keys, due to the joint effect of binary search and fixed sized-ness
-
- Sep 11, 2019
-
-
Antoine Pietri authored
-
- Sep 08, 2019
-
-
Stefano Zacchiroli authored
-
- Sep 06, 2019
-
-
Stefano Zacchiroli authored
sequential ordering is only marginally useful, as generally we do not have the list of PIDs ordered by sequential node ID available *before* creating this map
-
Stefano Zacchiroli authored
Python part only for now, the generation on the Java side will follow
-
Stefano Zacchiroli authored
-
- Sep 04, 2019
-
-
Antoine Pietri authored
-
- Aug 27, 2019
-
-
Stefano Zacchiroli authored
thanks @haltode for noticing!
-
Stefano Zacchiroli authored
this is consistent with authorship practices in the project haltode is still credited in the CONTRIBUTORS file + git history
-
Stefano Zacchiroli authored
using astyle in batch
-
- Aug 25, 2019
-
-
Thibault Allançon authored
-
Thibault Allançon authored
-
- Aug 23, 2019
-
-
Thibault Allançon authored
-
Thibault Allançon authored
Remove @version and @since javadoc unnecessary attributes.
-
- Aug 22, 2019
-
-
Thibault Allançon authored
Since 101c50f2, the `visited` array is not reset before each Traversal methods but instead only once in class constructor. This change broke unit tests which were using multiple times the same Endpoint.
-
Thibault Allançon authored
-
- Aug 21, 2019
-
-
Thibault Allançon authored
Unit tests were *sometimes* failing depending on the server startup time.
-
- Aug 19, 2019
-
-
Thibault Allançon authored
This was creating a fixed overhead in the benchmarks. The bit vector is by default initialized with false when instantiated.
-
Thibault Allançon authored
-
Thibault Allançon authored
-
Thibault Allançon authored
-
Thibault Allançon authored
Move CSV log creation out of timeEndpoint method, because some benchmarks time multiple endpoints resulting in overwriting previous logs.
-