-clarification

This commit is contained in:
Florian Dold 2023-02-10 13:27:39 +01:00
parent 18c30b9a00
commit 7a591c39d7
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -30,8 +30,10 @@ import { CoinConfig, defaultCoinConfig } from "../harness/denomStructures.js";
import { NotificationType, URL } from "@gnu-taler/taler-util"; import { NotificationType, URL } from "@gnu-taler/taler-util";
/** /**
* Withdraw a high amount. Mostly intended * Withdraw a high amount. Mostly intended as a perf test.
* as a perf test. *
* It is useful to see whether the wallet stays responsive while doing a huge withdrawal.
* (This is not automatic yet. Use taler-wallet-cli to connect to the daemon and make requests to check.)
*/ */
export async function runWithdrawalHugeTest(t: GlobalTestState) { export async function runWithdrawalHugeTest(t: GlobalTestState) {
// Set up test environment // Set up test environment