# Benchmarking

This document guides you through testing the performance of the Arcology Network. It is intended exclusively for benchmarking purposes. If you are interested in development on the Arcology Network, please refer to the development network document. To perform benchmarking, you will need:

* A high-performance testnet
* Pre-signed transactions
* Proper network configurations

<mark style="background-color:green;">Running benchmarking can be quite complex. For guidance on executing a benchmarking network, it is advisable to consult the Arcology team.</mark>

***

### Showcases

Once the testnet is up and running, you may now benchmark it using the pre-signed transactions for the third-party APPs. It is possible to generate and submit your own transactions to the network for the benchmarking as well.&#x20;

{% hint style="danger" %}
Arcology Network has undergone some **breaking changes**. The showcases that are currently unavailable will be updated soon.
{% endhint %}

* [ ] Parallel Crypto Kitties
* [x] [Parallel ds-token](https://github.com/arcology-network/examples/tree/main/ds-token)
* [ ] Uniswap v2
* [ ] Parallel Coin Transfer


---

# 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://docs.arcology.network/network/networks/benchmarking.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.
