From 91483fef14539a8a5e309e632852aab0ffa68aa7 Mon Sep 17 00:00:00 2001 From: Attila Klenik Date: Wed, 19 Feb 2020 13:24:46 -0100 Subject: [PATCH] Fix Travis badge in README. Automatically distribute root README before publishing. Signed-off-by: Attila Klenik --- .travis/publish.sh | 10 +++++ README.md | 2 +- packages/caliper-burrow/README.md | 55 -------------------------- packages/caliper-cli/README.md | 55 -------------------------- packages/caliper-core/README.md | 55 -------------------------- packages/caliper-ethereum/README.md | 55 -------------------------- packages/caliper-fabric/README.md | 55 -------------------------- packages/caliper-fisco-bcos/README.md | 56 --------------------------- packages/caliper-iroha/README.md | 55 -------------------------- packages/caliper-sawtooth/README.md | 55 -------------------------- 10 files changed, 11 insertions(+), 442 deletions(-) delete mode 100644 packages/caliper-burrow/README.md delete mode 100644 packages/caliper-cli/README.md delete mode 100644 packages/caliper-core/README.md delete mode 100644 packages/caliper-ethereum/README.md delete mode 100644 packages/caliper-fabric/README.md delete mode 100644 packages/caliper-fisco-bcos/README.md delete mode 100644 packages/caliper-iroha/README.md delete mode 100644 packages/caliper-sawtooth/README.md diff --git a/.travis/publish.sh b/.travis/publish.sh index 30f2268ed..80ac977b8 100755 --- a/.travis/publish.sh +++ b/.travis/publish.sh @@ -16,6 +16,16 @@ # Exit on first error set -e +# distribute root README file before publishing +cp ./README.md ./packages/caliper-burrow/README.md +cp ./README.md ./packages/caliper-cli/README.md +cp ./README.md ./packages/caliper-core/README.md +cp ./README.md ./packages/caliper-ethereum/README.md +cp ./README.md ./packages/caliper-fabric/README.md +cp ./README.md ./packages/caliper-fisco-bcos/README.md +cp ./README.md ./packages/caliper-iroha/README.md +cp ./README.md ./packages/caliper-sawtooth/README.md + cd ./packages/caliper-publish/ npm i ./publish.js npm diff --git a/README.md b/README.md index b0931ac4c..89c902741 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ![Hyperledger Caliper](https://wiki.hyperledger.org/download/attachments/2392434/Hyperledger_Caliper_Logo_Color.svg?version=1&modificationDate=1548883186000&api=v2) -[![Build Status](https://travis-ci.org/hyperledger/caliper.svg?branch=master)](https://travis-ci.org/hyperledger/caliper) +[![Build Status](https://travis-ci.com/hyperledger/caliper.svg?branch=master)](https://travis-ci.com/hyperledger/caliper) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2381/badge)](https://bestpractices.coreinfrastructure.org/projects/2381) [![license](https://img.shields.io/badge/license-Apache%202.0-blue)](https://github.com/aklenik/caliper/blob/master/LICENSE) [![node (scoped)](https://img.shields.io/node/v/@hyperledger/caliper-cli)](https://www.npmjs.com/package/@hyperledger/caliper-cli) diff --git a/packages/caliper-burrow/README.md b/packages/caliper-burrow/README.md deleted file mode 100644 index a849b3ca9..000000000 --- a/packages/caliper-burrow/README.md +++ /dev/null @@ -1,55 +0,0 @@ -# ![Hyperledger Caliper](https://wiki.hyperledger.org/download/attachments/2392434/Hyperledger_Caliper_Logo_Color.svg?version=1&modificationDate=1548883186000&api=v2) - -[![Build Status](https://travis-ci.org/hyperledger/caliper.svg?branch=master)](https://travis-ci.org/hyperledger/caliper) -[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2381/badge)](https://bestpractices.coreinfrastructure.org/projects/2381) -[![license](https://img.shields.io/badge/license-Apache%202.0-blue)](https://github.com/aklenik/caliper/blob/master/LICENSE) -[![node (scoped)](https://img.shields.io/node/v/@hyperledger/caliper-cli)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![npm (scoped)](https://img.shields.io/npm/v/@hyperledger/caliper-cli?label=version)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![npm](https://img.shields.io/npm/dt/@hyperledger/caliper-cli?label=npm%20downloads)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![Docker Pulls](https://img.shields.io/docker/pulls/hyperledger/caliper)](https://hub.docker.com/r/hyperledger/caliper) -[![Rocket.Chat](https://img.shields.io/badge/rocket.chat-caliper-red)](https://chat.hyperledger.org/channel/caliper) -[![Mailing list](https://img.shields.io/badge/mailing%20list-caliper-blue)](https://lists.hyperledger.org/g/caliper/topics) - -Welcome to the Hyperledger Caliper project. Caliper is a blockchain performance benchmark framework, which allows users to test different blockchain solutions with predefined use cases, and get a set of performance test results. - -Currently supported blockchain solutions: -* [Hyperledger Fabric v1.X](https://github.com/hyperledger/fabric) -* [Hyperledger Sawtooth 1.0+](https://github.com/hyperledger/sawtooth-core) -* [Hyperledger Iroha 1.0 beta-3](https://github.com/hyperledger/iroha) -* [Hyperledger Burrow 1.0](https://github.com/hyperledger/burrow) -* [Ethereum](https://github.com/ethereum/go-ethereum) -* [Hyperledger Besu](https://github.com/hyperledger/besu), utilizing the Ethereum adapter. -* [FISCO BCOS](https://github.com/FISCO-BCOS/FISCO-BCOS) - -Currently supported performance indicators: -* Success rate -* Transaction/Read throughput -* Transaction/Read latency (minimum, maximum, average) -* Resource consumption (CPU, Memory, Network IO, ...) - -See the [PSWG white paper](https://www.hyperledger.org/resources/publications/blockchain-performance-metrics) to find out the definitions and corresponding measurement methods. - -For more information on using Caliper, please consult the [documentation site](https://hyperledger.github.io/caliper/) - -## Install and usage -See the [related documentation page](https://hyperledger.github.io/caliper/vLatest/installing-caliper/). - -## How to contact us - -If you have any issues using Caliper that the documentation does not help you solve, please reach out to us through the following methods: -* [RocketChat](https://chat.hyperledger.org/channel/caliper) Please feel free to contact us on Rocket Chat (instant messaging). We monitor that channel as close as possible, but even if you don't have a problem that needs resolving, why not jump on and say hi ... we'd love to hear from you about your experiences and any new features you think we should work on. -* [Issues](https://github.com/hyperledger/caliper/issues) Feel free to raise an issue if you are facing a Caliper related problem - -Caliper interacts with multiple blockchain technologies and consequently it *might* be an issue with the underlying blockchain technology being interacted with. You can seek specific help on these technologies within the following Rocket Chat channels: -* [Hyperledger Besu](https://chat.hyperledger.org/channel/besu) -* [Hyperledger Burrow](https://chat.hyperledger.org/channel/burrow) -* [Hyperledger Fabric](https://chat.hyperledger.org/channel/fabric) -* [Hyperledger Iroha](https://chat.hyperledger.org/channel/iroha) -* [Hyperledger Sawtooth](https://chat.hyperledger.org/channel/sawtooth) - -## How to contribute - -We welcome contributions to the Caliper code base. Please see [Contributing](/CONTRIBUTING.md) for more information. - -## License -Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the [LICENSE](LICENSE) file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/. diff --git a/packages/caliper-cli/README.md b/packages/caliper-cli/README.md deleted file mode 100644 index a849b3ca9..000000000 --- a/packages/caliper-cli/README.md +++ /dev/null @@ -1,55 +0,0 @@ -# ![Hyperledger Caliper](https://wiki.hyperledger.org/download/attachments/2392434/Hyperledger_Caliper_Logo_Color.svg?version=1&modificationDate=1548883186000&api=v2) - -[![Build Status](https://travis-ci.org/hyperledger/caliper.svg?branch=master)](https://travis-ci.org/hyperledger/caliper) -[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2381/badge)](https://bestpractices.coreinfrastructure.org/projects/2381) -[![license](https://img.shields.io/badge/license-Apache%202.0-blue)](https://github.com/aklenik/caliper/blob/master/LICENSE) -[![node (scoped)](https://img.shields.io/node/v/@hyperledger/caliper-cli)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![npm (scoped)](https://img.shields.io/npm/v/@hyperledger/caliper-cli?label=version)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![npm](https://img.shields.io/npm/dt/@hyperledger/caliper-cli?label=npm%20downloads)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![Docker Pulls](https://img.shields.io/docker/pulls/hyperledger/caliper)](https://hub.docker.com/r/hyperledger/caliper) -[![Rocket.Chat](https://img.shields.io/badge/rocket.chat-caliper-red)](https://chat.hyperledger.org/channel/caliper) -[![Mailing list](https://img.shields.io/badge/mailing%20list-caliper-blue)](https://lists.hyperledger.org/g/caliper/topics) - -Welcome to the Hyperledger Caliper project. Caliper is a blockchain performance benchmark framework, which allows users to test different blockchain solutions with predefined use cases, and get a set of performance test results. - -Currently supported blockchain solutions: -* [Hyperledger Fabric v1.X](https://github.com/hyperledger/fabric) -* [Hyperledger Sawtooth 1.0+](https://github.com/hyperledger/sawtooth-core) -* [Hyperledger Iroha 1.0 beta-3](https://github.com/hyperledger/iroha) -* [Hyperledger Burrow 1.0](https://github.com/hyperledger/burrow) -* [Ethereum](https://github.com/ethereum/go-ethereum) -* [Hyperledger Besu](https://github.com/hyperledger/besu), utilizing the Ethereum adapter. -* [FISCO BCOS](https://github.com/FISCO-BCOS/FISCO-BCOS) - -Currently supported performance indicators: -* Success rate -* Transaction/Read throughput -* Transaction/Read latency (minimum, maximum, average) -* Resource consumption (CPU, Memory, Network IO, ...) - -See the [PSWG white paper](https://www.hyperledger.org/resources/publications/blockchain-performance-metrics) to find out the definitions and corresponding measurement methods. - -For more information on using Caliper, please consult the [documentation site](https://hyperledger.github.io/caliper/) - -## Install and usage -See the [related documentation page](https://hyperledger.github.io/caliper/vLatest/installing-caliper/). - -## How to contact us - -If you have any issues using Caliper that the documentation does not help you solve, please reach out to us through the following methods: -* [RocketChat](https://chat.hyperledger.org/channel/caliper) Please feel free to contact us on Rocket Chat (instant messaging). We monitor that channel as close as possible, but even if you don't have a problem that needs resolving, why not jump on and say hi ... we'd love to hear from you about your experiences and any new features you think we should work on. -* [Issues](https://github.com/hyperledger/caliper/issues) Feel free to raise an issue if you are facing a Caliper related problem - -Caliper interacts with multiple blockchain technologies and consequently it *might* be an issue with the underlying blockchain technology being interacted with. You can seek specific help on these technologies within the following Rocket Chat channels: -* [Hyperledger Besu](https://chat.hyperledger.org/channel/besu) -* [Hyperledger Burrow](https://chat.hyperledger.org/channel/burrow) -* [Hyperledger Fabric](https://chat.hyperledger.org/channel/fabric) -* [Hyperledger Iroha](https://chat.hyperledger.org/channel/iroha) -* [Hyperledger Sawtooth](https://chat.hyperledger.org/channel/sawtooth) - -## How to contribute - -We welcome contributions to the Caliper code base. Please see [Contributing](/CONTRIBUTING.md) for more information. - -## License -Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the [LICENSE](LICENSE) file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/. diff --git a/packages/caliper-core/README.md b/packages/caliper-core/README.md deleted file mode 100644 index a849b3ca9..000000000 --- a/packages/caliper-core/README.md +++ /dev/null @@ -1,55 +0,0 @@ -# ![Hyperledger Caliper](https://wiki.hyperledger.org/download/attachments/2392434/Hyperledger_Caliper_Logo_Color.svg?version=1&modificationDate=1548883186000&api=v2) - -[![Build Status](https://travis-ci.org/hyperledger/caliper.svg?branch=master)](https://travis-ci.org/hyperledger/caliper) -[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2381/badge)](https://bestpractices.coreinfrastructure.org/projects/2381) -[![license](https://img.shields.io/badge/license-Apache%202.0-blue)](https://github.com/aklenik/caliper/blob/master/LICENSE) -[![node (scoped)](https://img.shields.io/node/v/@hyperledger/caliper-cli)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![npm (scoped)](https://img.shields.io/npm/v/@hyperledger/caliper-cli?label=version)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![npm](https://img.shields.io/npm/dt/@hyperledger/caliper-cli?label=npm%20downloads)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![Docker Pulls](https://img.shields.io/docker/pulls/hyperledger/caliper)](https://hub.docker.com/r/hyperledger/caliper) -[![Rocket.Chat](https://img.shields.io/badge/rocket.chat-caliper-red)](https://chat.hyperledger.org/channel/caliper) -[![Mailing list](https://img.shields.io/badge/mailing%20list-caliper-blue)](https://lists.hyperledger.org/g/caliper/topics) - -Welcome to the Hyperledger Caliper project. Caliper is a blockchain performance benchmark framework, which allows users to test different blockchain solutions with predefined use cases, and get a set of performance test results. - -Currently supported blockchain solutions: -* [Hyperledger Fabric v1.X](https://github.com/hyperledger/fabric) -* [Hyperledger Sawtooth 1.0+](https://github.com/hyperledger/sawtooth-core) -* [Hyperledger Iroha 1.0 beta-3](https://github.com/hyperledger/iroha) -* [Hyperledger Burrow 1.0](https://github.com/hyperledger/burrow) -* [Ethereum](https://github.com/ethereum/go-ethereum) -* [Hyperledger Besu](https://github.com/hyperledger/besu), utilizing the Ethereum adapter. -* [FISCO BCOS](https://github.com/FISCO-BCOS/FISCO-BCOS) - -Currently supported performance indicators: -* Success rate -* Transaction/Read throughput -* Transaction/Read latency (minimum, maximum, average) -* Resource consumption (CPU, Memory, Network IO, ...) - -See the [PSWG white paper](https://www.hyperledger.org/resources/publications/blockchain-performance-metrics) to find out the definitions and corresponding measurement methods. - -For more information on using Caliper, please consult the [documentation site](https://hyperledger.github.io/caliper/) - -## Install and usage -See the [related documentation page](https://hyperledger.github.io/caliper/vLatest/installing-caliper/). - -## How to contact us - -If you have any issues using Caliper that the documentation does not help you solve, please reach out to us through the following methods: -* [RocketChat](https://chat.hyperledger.org/channel/caliper) Please feel free to contact us on Rocket Chat (instant messaging). We monitor that channel as close as possible, but even if you don't have a problem that needs resolving, why not jump on and say hi ... we'd love to hear from you about your experiences and any new features you think we should work on. -* [Issues](https://github.com/hyperledger/caliper/issues) Feel free to raise an issue if you are facing a Caliper related problem - -Caliper interacts with multiple blockchain technologies and consequently it *might* be an issue with the underlying blockchain technology being interacted with. You can seek specific help on these technologies within the following Rocket Chat channels: -* [Hyperledger Besu](https://chat.hyperledger.org/channel/besu) -* [Hyperledger Burrow](https://chat.hyperledger.org/channel/burrow) -* [Hyperledger Fabric](https://chat.hyperledger.org/channel/fabric) -* [Hyperledger Iroha](https://chat.hyperledger.org/channel/iroha) -* [Hyperledger Sawtooth](https://chat.hyperledger.org/channel/sawtooth) - -## How to contribute - -We welcome contributions to the Caliper code base. Please see [Contributing](/CONTRIBUTING.md) for more information. - -## License -Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the [LICENSE](LICENSE) file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/. diff --git a/packages/caliper-ethereum/README.md b/packages/caliper-ethereum/README.md deleted file mode 100644 index a849b3ca9..000000000 --- a/packages/caliper-ethereum/README.md +++ /dev/null @@ -1,55 +0,0 @@ -# ![Hyperledger Caliper](https://wiki.hyperledger.org/download/attachments/2392434/Hyperledger_Caliper_Logo_Color.svg?version=1&modificationDate=1548883186000&api=v2) - -[![Build Status](https://travis-ci.org/hyperledger/caliper.svg?branch=master)](https://travis-ci.org/hyperledger/caliper) -[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2381/badge)](https://bestpractices.coreinfrastructure.org/projects/2381) -[![license](https://img.shields.io/badge/license-Apache%202.0-blue)](https://github.com/aklenik/caliper/blob/master/LICENSE) -[![node (scoped)](https://img.shields.io/node/v/@hyperledger/caliper-cli)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![npm (scoped)](https://img.shields.io/npm/v/@hyperledger/caliper-cli?label=version)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![npm](https://img.shields.io/npm/dt/@hyperledger/caliper-cli?label=npm%20downloads)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![Docker Pulls](https://img.shields.io/docker/pulls/hyperledger/caliper)](https://hub.docker.com/r/hyperledger/caliper) -[![Rocket.Chat](https://img.shields.io/badge/rocket.chat-caliper-red)](https://chat.hyperledger.org/channel/caliper) -[![Mailing list](https://img.shields.io/badge/mailing%20list-caliper-blue)](https://lists.hyperledger.org/g/caliper/topics) - -Welcome to the Hyperledger Caliper project. Caliper is a blockchain performance benchmark framework, which allows users to test different blockchain solutions with predefined use cases, and get a set of performance test results. - -Currently supported blockchain solutions: -* [Hyperledger Fabric v1.X](https://github.com/hyperledger/fabric) -* [Hyperledger Sawtooth 1.0+](https://github.com/hyperledger/sawtooth-core) -* [Hyperledger Iroha 1.0 beta-3](https://github.com/hyperledger/iroha) -* [Hyperledger Burrow 1.0](https://github.com/hyperledger/burrow) -* [Ethereum](https://github.com/ethereum/go-ethereum) -* [Hyperledger Besu](https://github.com/hyperledger/besu), utilizing the Ethereum adapter. -* [FISCO BCOS](https://github.com/FISCO-BCOS/FISCO-BCOS) - -Currently supported performance indicators: -* Success rate -* Transaction/Read throughput -* Transaction/Read latency (minimum, maximum, average) -* Resource consumption (CPU, Memory, Network IO, ...) - -See the [PSWG white paper](https://www.hyperledger.org/resources/publications/blockchain-performance-metrics) to find out the definitions and corresponding measurement methods. - -For more information on using Caliper, please consult the [documentation site](https://hyperledger.github.io/caliper/) - -## Install and usage -See the [related documentation page](https://hyperledger.github.io/caliper/vLatest/installing-caliper/). - -## How to contact us - -If you have any issues using Caliper that the documentation does not help you solve, please reach out to us through the following methods: -* [RocketChat](https://chat.hyperledger.org/channel/caliper) Please feel free to contact us on Rocket Chat (instant messaging). We monitor that channel as close as possible, but even if you don't have a problem that needs resolving, why not jump on and say hi ... we'd love to hear from you about your experiences and any new features you think we should work on. -* [Issues](https://github.com/hyperledger/caliper/issues) Feel free to raise an issue if you are facing a Caliper related problem - -Caliper interacts with multiple blockchain technologies and consequently it *might* be an issue with the underlying blockchain technology being interacted with. You can seek specific help on these technologies within the following Rocket Chat channels: -* [Hyperledger Besu](https://chat.hyperledger.org/channel/besu) -* [Hyperledger Burrow](https://chat.hyperledger.org/channel/burrow) -* [Hyperledger Fabric](https://chat.hyperledger.org/channel/fabric) -* [Hyperledger Iroha](https://chat.hyperledger.org/channel/iroha) -* [Hyperledger Sawtooth](https://chat.hyperledger.org/channel/sawtooth) - -## How to contribute - -We welcome contributions to the Caliper code base. Please see [Contributing](/CONTRIBUTING.md) for more information. - -## License -Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the [LICENSE](LICENSE) file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/. diff --git a/packages/caliper-fabric/README.md b/packages/caliper-fabric/README.md deleted file mode 100644 index a849b3ca9..000000000 --- a/packages/caliper-fabric/README.md +++ /dev/null @@ -1,55 +0,0 @@ -# ![Hyperledger Caliper](https://wiki.hyperledger.org/download/attachments/2392434/Hyperledger_Caliper_Logo_Color.svg?version=1&modificationDate=1548883186000&api=v2) - -[![Build Status](https://travis-ci.org/hyperledger/caliper.svg?branch=master)](https://travis-ci.org/hyperledger/caliper) -[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2381/badge)](https://bestpractices.coreinfrastructure.org/projects/2381) -[![license](https://img.shields.io/badge/license-Apache%202.0-blue)](https://github.com/aklenik/caliper/blob/master/LICENSE) -[![node (scoped)](https://img.shields.io/node/v/@hyperledger/caliper-cli)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![npm (scoped)](https://img.shields.io/npm/v/@hyperledger/caliper-cli?label=version)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![npm](https://img.shields.io/npm/dt/@hyperledger/caliper-cli?label=npm%20downloads)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![Docker Pulls](https://img.shields.io/docker/pulls/hyperledger/caliper)](https://hub.docker.com/r/hyperledger/caliper) -[![Rocket.Chat](https://img.shields.io/badge/rocket.chat-caliper-red)](https://chat.hyperledger.org/channel/caliper) -[![Mailing list](https://img.shields.io/badge/mailing%20list-caliper-blue)](https://lists.hyperledger.org/g/caliper/topics) - -Welcome to the Hyperledger Caliper project. Caliper is a blockchain performance benchmark framework, which allows users to test different blockchain solutions with predefined use cases, and get a set of performance test results. - -Currently supported blockchain solutions: -* [Hyperledger Fabric v1.X](https://github.com/hyperledger/fabric) -* [Hyperledger Sawtooth 1.0+](https://github.com/hyperledger/sawtooth-core) -* [Hyperledger Iroha 1.0 beta-3](https://github.com/hyperledger/iroha) -* [Hyperledger Burrow 1.0](https://github.com/hyperledger/burrow) -* [Ethereum](https://github.com/ethereum/go-ethereum) -* [Hyperledger Besu](https://github.com/hyperledger/besu), utilizing the Ethereum adapter. -* [FISCO BCOS](https://github.com/FISCO-BCOS/FISCO-BCOS) - -Currently supported performance indicators: -* Success rate -* Transaction/Read throughput -* Transaction/Read latency (minimum, maximum, average) -* Resource consumption (CPU, Memory, Network IO, ...) - -See the [PSWG white paper](https://www.hyperledger.org/resources/publications/blockchain-performance-metrics) to find out the definitions and corresponding measurement methods. - -For more information on using Caliper, please consult the [documentation site](https://hyperledger.github.io/caliper/) - -## Install and usage -See the [related documentation page](https://hyperledger.github.io/caliper/vLatest/installing-caliper/). - -## How to contact us - -If you have any issues using Caliper that the documentation does not help you solve, please reach out to us through the following methods: -* [RocketChat](https://chat.hyperledger.org/channel/caliper) Please feel free to contact us on Rocket Chat (instant messaging). We monitor that channel as close as possible, but even if you don't have a problem that needs resolving, why not jump on and say hi ... we'd love to hear from you about your experiences and any new features you think we should work on. -* [Issues](https://github.com/hyperledger/caliper/issues) Feel free to raise an issue if you are facing a Caliper related problem - -Caliper interacts with multiple blockchain technologies and consequently it *might* be an issue with the underlying blockchain technology being interacted with. You can seek specific help on these technologies within the following Rocket Chat channels: -* [Hyperledger Besu](https://chat.hyperledger.org/channel/besu) -* [Hyperledger Burrow](https://chat.hyperledger.org/channel/burrow) -* [Hyperledger Fabric](https://chat.hyperledger.org/channel/fabric) -* [Hyperledger Iroha](https://chat.hyperledger.org/channel/iroha) -* [Hyperledger Sawtooth](https://chat.hyperledger.org/channel/sawtooth) - -## How to contribute - -We welcome contributions to the Caliper code base. Please see [Contributing](/CONTRIBUTING.md) for more information. - -## License -Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the [LICENSE](LICENSE) file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/. diff --git a/packages/caliper-fisco-bcos/README.md b/packages/caliper-fisco-bcos/README.md deleted file mode 100644 index b0931ac4c..000000000 --- a/packages/caliper-fisco-bcos/README.md +++ /dev/null @@ -1,56 +0,0 @@ -# ![Hyperledger Caliper](https://wiki.hyperledger.org/download/attachments/2392434/Hyperledger_Caliper_Logo_Color.svg?version=1&modificationDate=1548883186000&api=v2) - -[![Build Status](https://travis-ci.org/hyperledger/caliper.svg?branch=master)](https://travis-ci.org/hyperledger/caliper) -[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2381/badge)](https://bestpractices.coreinfrastructure.org/projects/2381) -[![license](https://img.shields.io/badge/license-Apache%202.0-blue)](https://github.com/aklenik/caliper/blob/master/LICENSE) -[![node (scoped)](https://img.shields.io/node/v/@hyperledger/caliper-cli)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![npm (scoped)](https://img.shields.io/npm/v/@hyperledger/caliper-cli?label=version)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![npm](https://img.shields.io/npm/dt/@hyperledger/caliper-cli?label=npm%20downloads)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![Docker Pulls](https://img.shields.io/docker/pulls/hyperledger/caliper)](https://hub.docker.com/r/hyperledger/caliper) -[![Rocket.Chat](https://img.shields.io/badge/rocket.chat-caliper-red)](https://chat.hyperledger.org/channel/caliper) -[![Mailing list](https://img.shields.io/badge/mailing%20list-caliper-blue)](https://lists.hyperledger.org/g/caliper/topics) - -Welcome to the Hyperledger Caliper project. Caliper is a blockchain performance benchmark framework, which allows users to test different blockchain solutions with predefined use cases, and get a set of performance test results. - -Currently supported blockchain solutions: - -* [Hyperledger Fabric v1.X](https://github.com/hyperledger/fabric) -* [Hyperledger Sawtooth 1.0+](https://github.com/hyperledger/sawtooth-core) -* [Hyperledger Iroha 1.0 beta-3](https://github.com/hyperledger/iroha) -* [Hyperledger Burrow 1.0](https://github.com/hyperledger/burrow) -* [Ethereum](https://github.com/ethereum/go-ethereum) -* [Hyperledger Besu](https://github.com/hyperledger/besu), utilizing the Ethereum adapter. -* [FISCO BCOS](https://github.com/FISCO-BCOS/FISCO-BCOS) - -Currently supported performance indicators: -* Success rate -* Transaction/Read throughput -* Transaction/Read latency (minimum, maximum, average) -* Resource consumption (CPU, Memory, Network IO, ...) - -See the [PSWG white paper](https://www.hyperledger.org/resources/publications/blockchain-performance-metrics) to find out the definitions and corresponding measurement methods. - -For more information on using Caliper, please consult the [documentation site](https://hyperledger.github.io/caliper/) - -## Install and usage -See the [related documentation page](https://hyperledger.github.io/caliper/vLatest/installing-caliper/). - -## How to contact us - -If you have any issues using Caliper that the documentation does not help you solve, please reach out to us through the following methods: -* [RocketChat](https://chat.hyperledger.org/channel/caliper) Please feel free to contact us on Rocket Chat (instant messaging). We monitor that channel as close as possible, but even if you don't have a problem that needs resolving, why not jump on and say hi ... we'd love to hear from you about your experiences and any new features you think we should work on. -* [Issues](https://github.com/hyperledger/caliper/issues) Feel free to raise an issue if you are facing a Caliper related problem - -Caliper interacts with multiple blockchain technologies and consequently it *might* be an issue with the underlying blockchain technology being interacted with. You can seek specific help on these technologies within the following Rocket Chat channels: -* [Hyperledger Besu](https://chat.hyperledger.org/channel/besu) -* [Hyperledger Burrow](https://chat.hyperledger.org/channel/burrow) -* [Hyperledger Fabric](https://chat.hyperledger.org/channel/fabric) -* [Hyperledger Iroha](https://chat.hyperledger.org/channel/iroha) -* [Hyperledger Sawtooth](https://chat.hyperledger.org/channel/sawtooth) - -## How to contribute - -We welcome contributions to the Caliper code base. Please see [Contributing](/CONTRIBUTING.md) for more information. - -## License -Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the [LICENSE](LICENSE) file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/. diff --git a/packages/caliper-iroha/README.md b/packages/caliper-iroha/README.md deleted file mode 100644 index a849b3ca9..000000000 --- a/packages/caliper-iroha/README.md +++ /dev/null @@ -1,55 +0,0 @@ -# ![Hyperledger Caliper](https://wiki.hyperledger.org/download/attachments/2392434/Hyperledger_Caliper_Logo_Color.svg?version=1&modificationDate=1548883186000&api=v2) - -[![Build Status](https://travis-ci.org/hyperledger/caliper.svg?branch=master)](https://travis-ci.org/hyperledger/caliper) -[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2381/badge)](https://bestpractices.coreinfrastructure.org/projects/2381) -[![license](https://img.shields.io/badge/license-Apache%202.0-blue)](https://github.com/aklenik/caliper/blob/master/LICENSE) -[![node (scoped)](https://img.shields.io/node/v/@hyperledger/caliper-cli)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![npm (scoped)](https://img.shields.io/npm/v/@hyperledger/caliper-cli?label=version)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![npm](https://img.shields.io/npm/dt/@hyperledger/caliper-cli?label=npm%20downloads)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![Docker Pulls](https://img.shields.io/docker/pulls/hyperledger/caliper)](https://hub.docker.com/r/hyperledger/caliper) -[![Rocket.Chat](https://img.shields.io/badge/rocket.chat-caliper-red)](https://chat.hyperledger.org/channel/caliper) -[![Mailing list](https://img.shields.io/badge/mailing%20list-caliper-blue)](https://lists.hyperledger.org/g/caliper/topics) - -Welcome to the Hyperledger Caliper project. Caliper is a blockchain performance benchmark framework, which allows users to test different blockchain solutions with predefined use cases, and get a set of performance test results. - -Currently supported blockchain solutions: -* [Hyperledger Fabric v1.X](https://github.com/hyperledger/fabric) -* [Hyperledger Sawtooth 1.0+](https://github.com/hyperledger/sawtooth-core) -* [Hyperledger Iroha 1.0 beta-3](https://github.com/hyperledger/iroha) -* [Hyperledger Burrow 1.0](https://github.com/hyperledger/burrow) -* [Ethereum](https://github.com/ethereum/go-ethereum) -* [Hyperledger Besu](https://github.com/hyperledger/besu), utilizing the Ethereum adapter. -* [FISCO BCOS](https://github.com/FISCO-BCOS/FISCO-BCOS) - -Currently supported performance indicators: -* Success rate -* Transaction/Read throughput -* Transaction/Read latency (minimum, maximum, average) -* Resource consumption (CPU, Memory, Network IO, ...) - -See the [PSWG white paper](https://www.hyperledger.org/resources/publications/blockchain-performance-metrics) to find out the definitions and corresponding measurement methods. - -For more information on using Caliper, please consult the [documentation site](https://hyperledger.github.io/caliper/) - -## Install and usage -See the [related documentation page](https://hyperledger.github.io/caliper/vLatest/installing-caliper/). - -## How to contact us - -If you have any issues using Caliper that the documentation does not help you solve, please reach out to us through the following methods: -* [RocketChat](https://chat.hyperledger.org/channel/caliper) Please feel free to contact us on Rocket Chat (instant messaging). We monitor that channel as close as possible, but even if you don't have a problem that needs resolving, why not jump on and say hi ... we'd love to hear from you about your experiences and any new features you think we should work on. -* [Issues](https://github.com/hyperledger/caliper/issues) Feel free to raise an issue if you are facing a Caliper related problem - -Caliper interacts with multiple blockchain technologies and consequently it *might* be an issue with the underlying blockchain technology being interacted with. You can seek specific help on these technologies within the following Rocket Chat channels: -* [Hyperledger Besu](https://chat.hyperledger.org/channel/besu) -* [Hyperledger Burrow](https://chat.hyperledger.org/channel/burrow) -* [Hyperledger Fabric](https://chat.hyperledger.org/channel/fabric) -* [Hyperledger Iroha](https://chat.hyperledger.org/channel/iroha) -* [Hyperledger Sawtooth](https://chat.hyperledger.org/channel/sawtooth) - -## How to contribute - -We welcome contributions to the Caliper code base. Please see [Contributing](/CONTRIBUTING.md) for more information. - -## License -Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the [LICENSE](LICENSE) file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/. diff --git a/packages/caliper-sawtooth/README.md b/packages/caliper-sawtooth/README.md deleted file mode 100644 index a849b3ca9..000000000 --- a/packages/caliper-sawtooth/README.md +++ /dev/null @@ -1,55 +0,0 @@ -# ![Hyperledger Caliper](https://wiki.hyperledger.org/download/attachments/2392434/Hyperledger_Caliper_Logo_Color.svg?version=1&modificationDate=1548883186000&api=v2) - -[![Build Status](https://travis-ci.org/hyperledger/caliper.svg?branch=master)](https://travis-ci.org/hyperledger/caliper) -[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2381/badge)](https://bestpractices.coreinfrastructure.org/projects/2381) -[![license](https://img.shields.io/badge/license-Apache%202.0-blue)](https://github.com/aklenik/caliper/blob/master/LICENSE) -[![node (scoped)](https://img.shields.io/node/v/@hyperledger/caliper-cli)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![npm (scoped)](https://img.shields.io/npm/v/@hyperledger/caliper-cli?label=version)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![npm](https://img.shields.io/npm/dt/@hyperledger/caliper-cli?label=npm%20downloads)](https://www.npmjs.com/package/@hyperledger/caliper-cli) -[![Docker Pulls](https://img.shields.io/docker/pulls/hyperledger/caliper)](https://hub.docker.com/r/hyperledger/caliper) -[![Rocket.Chat](https://img.shields.io/badge/rocket.chat-caliper-red)](https://chat.hyperledger.org/channel/caliper) -[![Mailing list](https://img.shields.io/badge/mailing%20list-caliper-blue)](https://lists.hyperledger.org/g/caliper/topics) - -Welcome to the Hyperledger Caliper project. Caliper is a blockchain performance benchmark framework, which allows users to test different blockchain solutions with predefined use cases, and get a set of performance test results. - -Currently supported blockchain solutions: -* [Hyperledger Fabric v1.X](https://github.com/hyperledger/fabric) -* [Hyperledger Sawtooth 1.0+](https://github.com/hyperledger/sawtooth-core) -* [Hyperledger Iroha 1.0 beta-3](https://github.com/hyperledger/iroha) -* [Hyperledger Burrow 1.0](https://github.com/hyperledger/burrow) -* [Ethereum](https://github.com/ethereum/go-ethereum) -* [Hyperledger Besu](https://github.com/hyperledger/besu), utilizing the Ethereum adapter. -* [FISCO BCOS](https://github.com/FISCO-BCOS/FISCO-BCOS) - -Currently supported performance indicators: -* Success rate -* Transaction/Read throughput -* Transaction/Read latency (minimum, maximum, average) -* Resource consumption (CPU, Memory, Network IO, ...) - -See the [PSWG white paper](https://www.hyperledger.org/resources/publications/blockchain-performance-metrics) to find out the definitions and corresponding measurement methods. - -For more information on using Caliper, please consult the [documentation site](https://hyperledger.github.io/caliper/) - -## Install and usage -See the [related documentation page](https://hyperledger.github.io/caliper/vLatest/installing-caliper/). - -## How to contact us - -If you have any issues using Caliper that the documentation does not help you solve, please reach out to us through the following methods: -* [RocketChat](https://chat.hyperledger.org/channel/caliper) Please feel free to contact us on Rocket Chat (instant messaging). We monitor that channel as close as possible, but even if you don't have a problem that needs resolving, why not jump on and say hi ... we'd love to hear from you about your experiences and any new features you think we should work on. -* [Issues](https://github.com/hyperledger/caliper/issues) Feel free to raise an issue if you are facing a Caliper related problem - -Caliper interacts with multiple blockchain technologies and consequently it *might* be an issue with the underlying blockchain technology being interacted with. You can seek specific help on these technologies within the following Rocket Chat channels: -* [Hyperledger Besu](https://chat.hyperledger.org/channel/besu) -* [Hyperledger Burrow](https://chat.hyperledger.org/channel/burrow) -* [Hyperledger Fabric](https://chat.hyperledger.org/channel/fabric) -* [Hyperledger Iroha](https://chat.hyperledger.org/channel/iroha) -* [Hyperledger Sawtooth](https://chat.hyperledger.org/channel/sawtooth) - -## How to contribute - -We welcome contributions to the Caliper code base. Please see [Contributing](/CONTRIBUTING.md) for more information. - -## License -Hyperledger Project source code files are made available under the Apache License, Version 2.0 (Apache-2.0), located in the [LICENSE](LICENSE) file. Hyperledger Project documentation files are made available under the Creative Commons Attribution 4.0 International License (CC-BY-4.0), available at http://creativecommons.org/licenses/by/4.0/.