# Do you have performance benchmarks?

{% tabs %}
{% tab title="Payment Screening" %}

## Payment Screening Benchmarks

We conducted benchmarks for real-time payment screening, primarily focusing on European names written in Latin characters, against a dataset that encompassed worldwide sanctions.

We observed a consistent P99 latency of approximately 250ms across three different throughput levels: 2, 20, and 60 transactions per second.
{% endtab %}

{% tab title="Customer Screening" %}

## Customer Screening Benchmarks

We conducted benchmarks for customer screening, primarily focusing on European names written in Latin characters, against a dataset that encompassed worldwide sanctions, PEPs and adverse media.

We observed a consistent P99 latency of approximately 500ms across three different throughput levels: 2, 20, and 60 transactions per second.
{% endtab %}
{% endtabs %}

{% hint style="info" %}
For performance benchmarks, the infrastructure was scaled up to 4 instances with 16 cores (Intel processors) and 16GB RAM.&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.screena.ai/resources/faq/performance/do-you-have-performance-benchmarks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
