From fe964a2cf4722a0f42fc3b5097b29ed4b71e0f96 Mon Sep 17 00:00:00 2001 From: HansBug Date: Fri, 3 Dec 2021 22:23:13 +0800 Subject: [PATCH] doc(hansbug): add benchmark code link in README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 89daf3bfbc..e9a3a2acdb 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,11 @@ And this is the comparasion between tianshou Batch and us, with `cat` , `stack` ![Time cost of split operation](docs/source/_static/Time%20cost%20of%20split%20operation.png) +Test benchmark code can be found here: + +* [Comparasion with dm-tree](https://github.com/opendilab/treevalue/blob/main/test/compare/test_dm_tree.py) +* [Comparasion with tianshou Batch](https://github.com/opendilab/treevalue/blob/main/test/compare/test_tianshou_batch.py) + ## Contribution