From c33ed919719845f518d6491ef37df6ae16820dd0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 16 Nov 2021 17:20:36 +0100 Subject: wallet: experiment with C-based crypto worker for some primitives --- packages/taler-wallet-cli/src/bench1.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/taler-wallet-cli/src') 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 { const b1conf = codecForBench1Config().decode(configJson); const myHttpLib = new NodeHttpLib(); + myHttpLib.setThrottling(false); const numIter = b1conf.iterations ?? 1; -- cgit v1.2.3