nosql-tests icon indicating copy to clipboard operation
nosql-tests copied to clipboard

Can't execute single test...but all works.

Open maxdemarzi opened this issue 10 years ago • 0 comments

nodejs benchmark neo4j -a 10.240.0.2 -t shortest

  tests = tests.split(',').map(trim);
                               ^
ReferenceError: trim is not defined
    at Object.<anonymous> (/home/maxdemarzi/nosql-tests/benchmark.js:93:32)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Function.Module.runMain (module.js:497:10)
    at startup (node.js:119:16)
    at node.js:902:3

maxdemarzi avatar Oct 14 '15 03:10 maxdemarzi