Skip to content

Commit

Permalink
Add a performance test for Discover with many fields (#129464)
Browse files Browse the repository at this point in the history
* Add a dataset with many fields for functional tests

With this commit we add a new dataset that can be used in functional
tests. The dataset is contains 50 documents based on the Elasticsearch
indices stats API of an empty cluster. Each document defines around 5000
properties. It can be used to check rendering performance e.g. in the
discover view.

Closes #126687

* Add performance test for many fields

* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'

* Add to hourly tests

Co-authored-by: kibanamachine <[email protected]>
  • Loading branch information
danielmitterdorfer and kibanamachine authored Apr 14, 2022
1 parent 6dbe26f commit 9fb1b06
Show file tree
Hide file tree
Showing 6 changed files with 38,190 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/scripts/steps/functional/performance_playwright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ sleep 120

cd "$XPACK_DIR"

<<<<<<< HEAD
journeys=("ecommerce_dashboard" "flight_dashboard" "web_logs_dashboard" "promotion_tracking_dashboard" "many_fields_discover")
=======
journeys=("login" "ecommerce_dashboard" "flight_dashboard" "web_logs_dashboard" "promotion_tracking_dashboard")
>>>>>>> origin/main

for i in "${journeys[@]}"; do
echo "JOURNEY[${i}] is running"
Expand Down
Binary file not shown.
Loading

0 comments on commit 9fb1b06

Please sign in to comment.