This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pydantic time=1.073s, success=50.60% | |
pydantic time=1.078s, success=50.60% | |
pydantic time=1.071s, success=50.60% | |
pydantic time=1.071s, success=50.60% | |
pydantic time=1.092s, success=50.60% | |
pydantic best=1.071s, avg=1.077s, stdev=0.009s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Full output on cython branch: | |
----------------------------- | |
pydantic time=6.347s, success=50.60% | |
pydantic time=7.167s, success=50.60% | |
pydantic time=8.733s, success=50.60% | |
pydantic time=6.832s, success=50.60% | |
pydantic time=7.747s, success=50.60% | |
pydantic best=6.347s, avg=7.365s, stdev=0.919s | |
pydantic best=211.579μs/iter avg=245.504μs/iter stdev=30.618μs/iter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.3' | |
services: | |
db: | |
volumes: | |
- app-db-data:/var/lib/postgresql/data/pgdata | |
deploy: | |
placement: | |
constraints: | |
- node.labels.${STACK_NAME}.app-db-data == true | |
es01: |
NewerOlder