diff options
author | Florian Dold <florian@dold.me> | 2021-11-16 17:20:36 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-11-16 17:20:44 +0100 |
commit | c33ed919719845f518d6491ef37df6ae16820dd0 (patch) | |
tree | c264e72b84088f45bf62a212159fc953d2757024 /packages/taler-wallet-cli | |
parent | 1d4815c66c395f4fcc86c30e20f3d005e3cb9ff5 (diff) |
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.ts | 1 |
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; |