提交 67567420 编写于 作者: R roblou

Fix wrong testWorkspace check

上级 eacff30c
......@@ -118,7 +118,7 @@ suite('TextSearch performance', () => {
const finishedEvents = [];
return runSearch() // Warm-up first
.then(() => {
if (testWorkspacePath) { // Don't measure by default
if (testWorkspaceArg) { // Don't measure by default
let i = n;
return (function iterate() {
if (!i--) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册