Skip to content

Commit f923bc0

Browse files
committed
benchmark updates, add tests for more complicated flag queries
1 parent b225e8b commit f923bc0

22 files changed

+4052
-2919
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,8 @@ jobs:
396396
with:
397397
python-version: ${{ matrix.python-version }}
398398
- name: Set Variables
399-
# oracle bug is encountered in Linux CI - does not manifest on OSX
399+
# oracle bug is encountered in Linux CI - does not manifest using same
400+
# oracle DB containers on OSX
400401
run: echo "IGNORE_ORA_01843=True" >> $GITHUB_ENV
401402
- name: Install Poetry
402403
uses: snok/install-poetry@v1
@@ -418,4 +419,4 @@ jobs:
418419
poetry run pip install -U "${{ matrix.django-version }}"
419420
- name: Run Full Unit Tests
420421
run: |
421-
poetry run pytest -s
422+
poetry run pytest

FlagSizeBenchmark.png

-36.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)