Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 938 Bytes

File metadata and controls

57 lines (36 loc) · 938 Bytes

carbonldp-performance-test-suite

Performance test suite to test the Carbon LDP software stack.

Requirements

Installation

  1. Install dependencies

    npm install
    
  2. Build the source code:

    npm run build
    

Usage

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

Development

TODO

Setup

TODO

License

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.