- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 13 for codspeed (0.06 seconds)
-
.github/workflows/test.yml
- name: Test if: matrix.codspeed != 'codspeed' run: bash scripts/test.sh env: COVERAGE_FILE: coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }} CONTEXT: ${{ runner.os }}-py${{ matrix.python-version }} - name: CodSpeed benchmarks if: matrix.codspeed == 'codspeed' uses: CodSpeedHQ/action@v4 env:Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 26 08:53:59 GMT 2025 - 4.4K bytes - Click Count (0) -
.gitignore
docs_build site_build venv docs.zip archive.zip # vim temporary files *~ .*.sw? .cache # macOS .DS_Store # Ignore while the setup still depends on requirements.txt files uv.lock
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Dec 18 13:24:09 GMT 2025 - 354 bytes - Click Count (0) -
requirements-tests.txt
dirty-equals ==0.9.0 sqlmodel==0.0.27 flask >=1.1.2,<4.0.0 strawberry-graphql >=0.200.0,< 1.0.0 anyio[trio] >=3.2.1,<5.0.0 PyJWT==2.9.0 pyyaml >=5.3.1,<7.0.0 pwdlib[argon2] >=0.2.1 inline-snapshot>=0.21.1 pytest-codspeed==4.2.0 # types types-ujson ==5.10.0.20240515
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 26 10:43:02 GMT 2025 - 394 bytes - Click Count (0) -
tests/benchmarks/test_general_performance.py
from typing import Annotated, Any import pytest from fastapi import Depends, FastAPI from fastapi.testclient import TestClient from pydantic import BaseModel if "--codspeed" not in sys.argv: pytest.skip( "Benchmark tests are skipped by default; run with --codspeed.", allow_module_level=True, ) LARGE_ITEMS: list[dict[str, Any]] = [ { "id": i, "name": f"item-{i}",Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Fri Dec 26 20:40:26 GMT 2025 - 11.1K bytes - Click Count (0) -
api/go1.3.txt
pkg syscall (freebsd-386), type Termios struct, Ispeed uint32 pkg syscall (freebsd-386), type Termios struct, Lflag uint32 pkg syscall (freebsd-386), type Termios struct, Oflag uint32 pkg syscall (freebsd-386), type Termios struct, Ospeed uint32 pkg syscall (freebsd-386-cgo), const AF_INET6_SDP = 42 pkg syscall (freebsd-386-cgo), const AF_INET6_SDP ideal-int pkg syscall (freebsd-386-cgo), const AF_INET_SDP = 40
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Mon Jun 02 02:45:00 GMT 2014 - 117K bytes - Click Count (0) -
docs/en/docs/release-notes.md
* 👷 Update secrets check. PR [#14592](https://github.com/fastapi/fastapi/pull/14592) by [@tiangolo](https://github.com/tiangolo). * 👷 Run CodSpeed tests in parallel to other tests to speed up CI. PR [#14586](https://github.com/fastapi/fastapi/pull/14586) by [@tiangolo](https://github.com/tiangolo).
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 19:06:15 GMT 2025 - 586.7K bytes - Click Count (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), type Termios struct, Lflag uint32 pkg syscall (netbsd-arm64-cgo), type Termios struct, Oflag uint32 pkg syscall (netbsd-arm64-cgo), type Termios struct, Ospeed int32 pkg syscall (netbsd-arm64-cgo), type Timespec struct, Nsec int64 pkg syscall (netbsd-arm64-cgo), type Timespec struct, Sec int64 pkg syscall (netbsd-arm64-cgo), type Timeval struct, Pad_cgo_0 [4]uint8
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Aug 08 18:44:16 GMT 2019 - 452.6K bytes - Click Count (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type Termios struct, Lflag uint32 pkg syscall (freebsd-arm64), type Termios struct, Oflag uint32 pkg syscall (freebsd-arm64), type Termios struct, Ospeed uint32 pkg syscall (freebsd-arm64), type Timespec struct, Nsec int64 pkg syscall (freebsd-arm64), type Timespec struct, Sec int64 pkg syscall (freebsd-arm64), type Timeval struct, Sec int64
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 508.9K bytes - Click Count (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), type Termios struct, Lflag uint64 pkg syscall (darwin-arm64), type Termios struct, Oflag uint64 pkg syscall (darwin-arm64), type Termios struct, Ospeed uint64 pkg syscall (darwin-arm64), type Termios struct, Pad_cgo_0 [4]uint8 pkg syscall (darwin-arm64), type Timespec struct, Nsec int64 pkg syscall (darwin-arm64), type Timespec struct, Sec int64
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Dec 02 16:30:41 GMT 2022 - 479.2K bytes - Click Count (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), type Termios struct, Lflag uint32 #53466 pkg syscall (freebsd-riscv64), type Termios struct, Oflag uint32 #53466 pkg syscall (freebsd-riscv64), type Termios struct, Ospeed uint32 #53466 pkg syscall (freebsd-riscv64), type Timespec struct, Nsec int64 #53466 pkg syscall (freebsd-riscv64), type Timespec struct, Sec int64 #53466 pkg syscall (freebsd-riscv64), type Timeval struct, Sec int64 #53466
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 21:23:32 GMT 2023 - 602.6K bytes - Click Count (0)