From: Chris Duncan Date: Tue, 10 Dec 2024 22:08:48 +0000 (-0800) Subject: Temporarily disable perf tests to focus on block pow. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=c4a0a5e3210bc78d29898e2e867814243322a370;p=libnemo.git Temporarily disable perf tests to focus on block pow. --- diff --git a/perf/main.mjs b/perf/main.mjs index 8905839..a6b9de7 100644 --- a/perf/main.mjs +++ b/perf/main.mjs @@ -1,8 +1,8 @@ // SPDX-FileCopyrightText: 2024 Chris Duncan // SPDX-License-Identifier: GPL-3.0-or-later -import './wallet.perf.js' -import './account.perf.js' +// import './wallet.perf.js' +// import './account.perf.js' import './block.perf.js' console.log('%cTESTING COMPLETE', 'color:orange;font-weight:bold')