Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-18 | [benchmarks] add docstrings for benchmarks | drebs | |
2017-07-18 | [benchmarks] store test function docstring | drebs | |
2017-07-18 | [style] pep8 | Kali Kaneko | |
2017-07-18 | [pkg] cover corner case with scrypt path | Kali Kaneko | |
there is a combination that was failing, with a recent-enough version of cryptography coming from jessie-backports (>1.0), but still being linked to openssl 1.0 which does not have a usable scrypt backend. with this commit we fallback on doing scrypt using python's scrypt package. | |||
2017-07-18 | [bug] use scrypt lib if an old cryptography found | Kali Kaneko | |
2017-07-18 | [pkg] Add python-leap-common as dep to soledad-common | Varac | |
Currently, the platform soledad client sync test fails when python-leap-common is missing. We add it as dep to soledad-common because blob implementation also needs it. - Fixes|Closes #8899 | |||
2017-07-18 | [bug] fix bad import | Kali Kaneko | |
2017-07-18 | fix import | kali kaneko | |
leap.common 0.6.0 renamed this method. we should think about not using the factory directly, since we want to deprecate leap.common.http | |||
2017-07-13 | [doc] add image example to benchmark with python page | drebs | |
2017-07-13 | [docs] add code example for plotting elasticsearch with python | drebs | |
2017-07-13 | [doc] add info on how to update benchmarks website | drebs | |
2017-07-13 | [doc] show second level in main doc | drebs | |
2017-07-13 | [benchmarks] change 20_500k to 10_1000k | drebs | |
2017-07-12 | [doc] add reference, move deprecation | drebs | |
2017-07-12 | [doc] add a contributing page | drebs | |
2017-07-12 | [doc] add explanation on how to run benchmark tests | drebs | |
2017-07-12 | [doc] mark which sync benchmark scenarios are actually run | drebs | |
2017-07-12 | [doc] clarify what we mean with "big data set" | drebs | |
2017-07-12 | [doc] update documentation on benchmark tests | drebs | |
Closes: #8885. | |||
2017-07-12 | [benchmarks] limit number of runs of sqlcipher benchmark tests | drebs | |
As sqlcipher benchmark tests take longer, we want to limit the number of repetitions. Previous to this change, these tests were being calibrated automatically and would run 5 times becuase it is the default minimum number of times for pytest-benchmark. By changing the runner to pedantic mode, now they will be run 4 times, the same number of times as benchmark sync tests. | |||
2017-07-12 | [benchmarks] allow passing args and kwargs to txbenchmark_with_setup | drebs | |
2017-07-11 | [doc] unify benchmark pages | drebs | |
2017-07-11 | [doc] factor dev and ref out of main page | drebs | |
2017-07-11 | [doc] fix changelog levels | drebs | |
2017-07-10 | [doc] limit depth of toc | drebs | |
2017-07-10 | [benchmarks] checkout script for bundled pysqlcipher | drebs | |
2017-07-09 | [benchmarks] import the correct script for setting up env | drebs | |
2017-07-09 | [benchmarks] separate memory sampling from cpu measurement | drebs | |
2017-07-09 | [benchmarks] fix branch for checking out setup script | drebs | |
2017-07-09 | [benchamrks] fix .gitlab-ci.yml | drebs | |
2017-07-09 | [benchmarks] checkout benchmark-all-commits script before using it | drebs | |
2017-07-08 | [benchmarks] setup env for benchmark-all-commits earlier | drebs | |
2017-07-08 | [benchmarks] properly pass environment variable to gitlab-runner | drebs | |
2017-07-08 | [benchmark] setup env for benchmark-all-commits conditionally | drebs | |
2017-07-08 | [benchmarks] run benchmarks twice, for time and resources | drebs | |
We noticed that instrumentation added for watching resources has an impact in time statistics (i.e. it increases average and stddev). This commit makes the benchmark tests run twice: once for measuring time and a second time for measuring resources. | |||
2017-07-08 | [benchmarks] add --watch-resources option | drebs | |
This commit adds the --watch-resources command line option for benchmarks tests, and allows to running the benchmark test suite with and without resource monitoring instrumentation code. This is needed because resource consumption monitoring impacts the mean time and standard deviation of time taken to run benchmarked tests. | |||
2017-07-08 | [benchmarks] avoid reinstalling pysqlcipher if unneeded | drebs | |
pysqlcipher just has to be reinstalled for benchmark tests if current installed version fails the HAVE_USLEEP flag test. This commit moves the code for checking and reinstalling to a script and bypasses the reinstallation when it is unneeded. | |||
2017-07-08 | [benchmarks] skip some tests by default | drebs | |
2017-07-08 | [feat] use OpenSSL backend for scrypt if available | Kali Kaneko | |
This needs OpenSSL >= 1.1, otherwise it will keep using the scrypt dependency. We should think about deprecating scrypt as a dependency when we can be sure that the adoption of libssl 1.1 is wide enough. I think that at some point (soledad 0.11 or so) we can drop the scrypt dependency, which was being somehow problematic at times (the _scrypt.so was not appearing when installing with pip, needed workarounds). From that moment on, we can raise an error if an old libssl is found and no scrypt can be imported - leaving that to the user/packager. In debian stretch and afterwards, you can get that version by installing libssl-dev - Related: #8472 | |||
2017-07-07 | [pkg] workaround multiline bug in .gitlab-ci.yml | drebs | |
2017-07-07 | [doc] add doc on benchmark sync tests sizes | drebs | |
Closes: #8884 | |||
2017-07-07 | [benchmarks] move adbapi tuning script to benchmark scripts folder | drebs | |
2017-07-07 | [benchmarks] use new gitlab ci variable names | drebs | |
2017-07-07 | [benchmarks] add README to benchmark-all-commits | drebs | |
2017-07-07 | [benchmarks] record start and end timestamp when benchmarking all commits | drebs | |
2017-07-07 | [benchmarks] stop benchmarking-all-commits when first commit is reached | drebs | |
2017-07-07 | [benchmarks] move benchmark-all-commits script to scripts dir | drebs | |
2017-07-07 | [benchmarks] Set a timeout of 2 hours for docker jobs. | drebs | |
2017-07-07 | [benchmarks] Checkout check-pysqlcipher script because older commits don't ↵ | drebs | |
have it. | |||
2017-07-07 | [benchmarks] Add timestamp, commit id and exit status to results.txt | drebs | |