@hyperledger/caliper-core
Advanced tools
Comparing version 0.5.1-unstable-20220804122312 to 0.5.1-unstable-20220805181250
{ | ||
"name": "@hyperledger/caliper-core", | ||
"description": "Core Hyperledger Caliper module, used for running performance benchmarks that interact with blockchain technologies", | ||
"version": "0.5.1-unstable-20220804122312", | ||
"version": "0.5.1-unstable-20220805181250", | ||
"repository": { | ||
@@ -18,3 +18,3 @@ "type": "git", | ||
"lint": "npx eslint .", | ||
"nyc": "nyc mocha --recursive -t 10000" | ||
"nyc": "nyc --reporter=text --reporter=clover mocha --recursive -t 10000" | ||
}, | ||
@@ -21,0 +21,0 @@ "engines": { |
# ![Hyperledger Caliper](https://wiki.hyperledger.org/download/attachments/2392434/Hyperledger_Caliper_Logo_Color.svg?version=1&modificationDate=1548883186000&api=v2) | ||
[![CI](https://github.com/hyperledger/caliper/actions/workflows/main.yml/badge.svg)](https://github.com/hyperledger/caliper/actions/workflows/main.yml) | ||
[![codecov](https://codecov.io/gh/hyperledger/caliper/branch/main/graph/badge.svg?token=rVFhTNrZBJ)](https://codecov.io/gh/hyperledger/caliper) | ||
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/2381/badge)](https://bestpractices.coreinfrastructure.org/projects/2381) | ||
@@ -5,0 +6,0 @@ [![license](https://img.shields.io/badge/license-Apache%202.0-blue)](https://github.com/hyperledger/caliper/blob/main/LICENSE) |
446963
50