aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-11-16 17:20:36 +0100
committerFlorian Dold <florian@dold.me>2021-11-16 17:20:44 +0100
commitc33ed919719845f518d6491ef37df6ae16820dd0 (patch)
treec264e72b84088f45bf62a212159fc953d2757024 /packages/taler-wallet-cli
parent1d4815c66c395f4fcc86c30e20f3d005e3cb9ff5 (diff)
downloadwallet-core-c33ed919719845f518d6491ef37df6ae16820dd0.tar.xz
wallet: experiment with C-based crypto worker for some primitives
Diffstat (limited to 'packages/taler-wallet-cli')
-rw-r--r--packages/taler-wallet-cli/src/bench1.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-cli/src/bench1.ts b/packages/taler-wallet-cli/src/bench1.ts
index ec0430d8d..ad95eebc7 100644
--- a/packages/taler-wallet-cli/src/bench1.ts
+++ b/packages/taler-wallet-cli/src/bench1.ts
@@ -40,6 +40,7 @@ export async function runBench1(configJson: any): Promise<void> {
const b1conf = codecForBench1Config().decode(configJson);
const myHttpLib = new NodeHttpLib();
+ myHttpLib.setThrottling(false);
const numIter = b1conf.iterations ?? 1;