Skip to main content
Glama

Prisma MCP Server

Official
by prisma
Apache 2.0
4
44,192
  • Linux
  • Apple
benchmark.yml2.78 kB
name: Benchmark # Run on `push` only for main, if not it will trigger `push` & `pull_request` on PRs at the same time on: push: branches: - main - '*.*.x' paths-ignore: # Any update here needs to be done for `pull_request` (see below) and all files # (test.yml, benchmark.yml, release-ci.yml, bundle-size.yml, ci-aux-files.yml) - '*.md' # - '*.bench.ts' -> should not be ignored in this workflow - 'LICENSE' - '.dockerignore' - 'scripts/ci/publish.ts' - '.github/CODEOWNERS' - '.github/ISSUE_TEMPLATE/**' - '.github/DISCUSSION_TEMPLATE/**' - '.devcontainer/**' - '.vscode/**' - 'graphs/**' - 'sandbox/**' pull_request: paths-ignore: # Any update here needs to be done for `branches` (see above) and all files # (test.yml, benchmark.yml, release-ci.yml, bundle-size.yml, ci-aux-files.yml) - '*.md' # - '*.bench.ts' -> should not be ignored in this workflow - 'LICENSE' - '.dockerignore' - 'scripts/ci/publish.ts' - '.github/CODEOWNERS' - '.github/ISSUE_TEMPLATE/**' - '.github/DISCUSSION_TEMPLATE/**' - '.devcontainer/**' - '.vscode/**' - 'graphs/**' - 'sandbox/**' workflow_dispatch: env: PRISMA_TELEMETRY_INFORMATION: 'prisma benchmark.yml' concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: benchmark: name: Benchmark runs-on: ubuntu-latest # Only run on main repo (not on forks) # This avoids notifications to be sent to `alert-comment-cc-users`, see below if: github.repository == 'prisma/prisma' steps: - uses: actions/checkout@v4 - name: Install & build uses: ./.github/actions/setup with: node-version: 20 skip-tsc: false - name: Run benchmarks run: pnpm run bench - name: Store benchmark result if: ${{ github.ref == 'refs/heads/main' }} uses: rhysd/github-action-benchmark@v1 with: name: Benchmark.js Benchmark tool: 'benchmarkjs' output-file-path: output.txt # Note: must use personal access token github-token: ${{ secrets.GITHUB_TOKEN }} auto-push: true # Show alert with commit comment on detecting possible performance regression alert-threshold: '200%' comment-on-alert: true fail-on-alert: true alert-comment-cc-users: '@millsp,@aqrln,@SevInf,@jkomyno' - name: Run benchmarks for Codspeed uses: CodSpeedHQ/action@v3 with: run: pnpm run bench-stdout-only token: ${{ secrets.CODSPEED_TOKEN }} env: CODSPEED_BENCHMARK: true

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/prisma/prisma'

If you have feedback or need assistance with the MCP directory API, please join our Discord server