Skip to content

Commit

Permalink
Merge pull request #2043 from nextcloud/perf/noid/performance-yml
Browse files Browse the repository at this point in the history
ci(performance): Make performance test more reliable by disabling cro…
  • Loading branch information
nickvergessen authored Sep 24, 2024
2 parents b8deb02 + 77c89b3 commit aa2c91a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:
mkdir data
./occ maintenance:install --verbose --database=sqlite --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass admin
./occ app:enable --force ${{ env.APP_NAME }}
./occ app:disable webhoook_listeners
./occ background:cron
./occ config:system:set query_log_file --value "$PWD/query.log"
# - name: Check PHPUnit script is defined
Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/base-query-count.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8200
8700

0 comments on commit aa2c91a

Please sign in to comment.