Performance test suite to test the Carbon LDP software stack.
- NodeJS 8+
npm
(comes with NodeJS)
-
Install dependencies
npm install
-
Build the source code:
npm run build
The test suite is a collection of several test applications. This applications represent different types of usage of Carbon LDP.
The suite can be run using the following command:
node test-suite [command]
To learn how to use the test suite, the following command can be run:
node test-suite --help
TODO
TODO
Copyright (c) 2015-present, Base22 Technology Group, LLC
All rights reserved.
This source code is licensed under the BSD-style license found in the
LICENSE file in the root directory of this source tree.