From 2d5695b7af80b9b27401e569ca26637c37062213 Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Wed, 2 Aug 2023 11:51:53 -0700 Subject: [PATCH] docs: remove add-dir bench action item --- benchmarks/add-dir/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmarks/add-dir/README.md b/benchmarks/add-dir/README.md index 2e2b21742..8eab393f0 100644 --- a/benchmarks/add-dir/README.md +++ b/benchmarks/add-dir/README.md @@ -46,7 +46,6 @@ To run: ## Things to improve - [ ] Process hangs sometimes (hanging promises not resolving...?). Temporarily fixed with `process.exit(0)` after test results are output -- [ ] The Helia test is generating a different CID than js-ipfs & Kubo. This is expected because defaults configured are different, but for accurate comparisons, we should ensure the same structure is generated. - [ ] Cannot test using `TEST_PATH=node_modules` yet (test takes roughly 13 minutes for a single run, even when running only helia and altering fileImport and blockWrite concurrency) - [ ] Instead of tearing down the entire instance of each implementation, we may want to simply delete the entries in the blockstore (i.e. afterEach: cleanBlockstore()) - [ ] we should be able to generate a set of files/folders with a specific count, and total size, that we can run these tests against. (using https://github.com/jbenet/go-random-files ?)