增加bench测试程序

This commit is contained in:
Wu Jian Ping
2022-07-22 13:22:18 +08:00
parent 607fbcdde7
commit 6d42c45c12
8 changed files with 192 additions and 24 deletions

View File

@@ -1,3 +1,7 @@
/*
* Created by Wu Jian Ping on - 2022/07/22.
*/
const Benchmark = require('benchmark')
const path = require('path')
const Searcher = require('..')