- Nov 12, 2020
-
-
- Nov 04, 2020
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
* Usage of pytest-benchmarks is dropped since it call tests sequentially which very long time to complete, instead original tavern tests are used * Time measuring is done via durations switch to pytest and tavern * During benchmarking validate_response.py is disabled using nevly introduced env variable * Each run creates xml junit file with time data * After all runs data from files are combined and report file is generated * Tests above threshold are marked with red
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
* Reverted hardcoded block number and changed to use CI var HIVEMIND_MAX_BLOCK. * Please add a possibility to set HIVEMIND_MAX_BLOCK. * operation_extractor: ** name of parameter `hivemind_address` changed to `hived_url` as we scan blocks from `hived` ** added description to the script
-
- Nov 03, 2020
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Pawel Maniora authored
-
Pawel Maniora authored
-
Dariusz Kędzierski authored
-
- Nov 02, 2020
-
-
Dariusz Kędzierski authored
-
- Oct 30, 2020
-
-
Wojciech Barcik authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
* New script for running benchmarks * Benchmarks are now runned several times to cheat caching * Data from each run is combined together
-
- Oct 29, 2020
-
-
Dariusz Kędzierski authored
-
- Oct 28, 2020
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
- Oct 27, 2020
-
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
- Oct 20, 2020
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
Do not allow benchmark tests to fail, failed test is a failed job. Changed html file names to avoid confusion
-
Dariusz Kędzierski authored
-
- Oct 16, 2020
-
-
Dariusz Kędzierski authored
-
- Oct 14, 2020
-
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
Dariusz Kędzierski authored
-
- Oct 06, 2020
-
-
Wojciech Barcik authored
See merge request !231
-
Dariusz Kędzierski authored
* added script to process xml reports * script will parse xml reports and create html reports with api execution times * if execution time is greater than treshold it will be marked on red and task will fail
-
- Oct 02, 2020
-
-
Wojciech Barcik authored
Removed accidentally pasted text. Enabled running a script.
-
Wojciech Barcik authored
-
- Sep 16, 2020
-
-
Wojciech Barcik authored
-
Wojciech Barcik authored
Add extension pg_stat_statements to postgres on CI Create database template template_hive_ci Created python functions for pgwatch2 in template Create docs for monitoring postgres Setup monitoring by unprivileged db user Minor changes Improved docs for db monitoring Increase allowed number of connections for pgwatch2
-
- Aug 26, 2020
-
-
Bartek Wrona authored
Eliminated NULL from hive_posts::root_id column. Since actual ID is not available yet during inserting root post, this column is updated at the end of initial-sync or processed block. Simplified hive_posts_root_id index, to speedup list_comments_by_root queries Optimized query used to access posts inside list_comments_by_root. Deleted obsolete file scripts/update_hivemind_db.sql
-