From eceb366b6d3eda29b4fc1068e1fb0a97feca85ec Mon Sep 17 00:00:00 2001 From: Fronow Date: Sat, 5 Sep 2026 15:26:42 +0300 Subject: [PATCH] Add canton-stress to the tool catalogue An open-source load, performance and cost testing harness for Canton applications. It drives declarative workloads at an application's own DARs through the JSON Ledger API and reports throughput, contention attributed to the contract that lost each race, and traffic cost per transaction. Built against Daml SDK 3.4.11. --- Github Page/tools.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Github Page/tools.json b/Github Page/tools.json index f6ff430..081e833 100644 --- a/Github Page/tools.json +++ b/Github Page/tools.json @@ -1028,5 +1028,26 @@ "maintained_by": "Walnut", "dev_fund": true, "last_updated": "2026-09-03" + }, + { + "name": "canton-stress", + "maker": "dfrnw", + "type": "partner", + "category": "Smart Contract Dev", + "desc": "Load, performance and cost testing for Canton applications: point it at a DAR and it measures throughput, contention attributed to the contract that lost each race, and traffic cost per transaction. Needs no configuration for Token Standard registries, and generates a starting workload for any other Daml application.", + "links": [ + { + "label": "Repo", + "url": "https://github.com/fronow/Canton-Stress-Test" + }, + { + "label": "Benchmarks", + "url": "https://github.com/fronow/Canton-Stress-Test/blob/main/examples/openzeppelin/BENCHMARK.md" + } + ], + "daml_sdk_version": "3.4.11", + "maintained_by": "dfrnw", + "dev_fund": false, + "last_updated": "2026-09-05" } ]