Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
docs(report): add readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sensasi-delight committed Oct 25, 2022
1 parent c1f2845 commit 5f9c835
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions reports/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# CSBN Benchmark Report List

Please click the link below to see the benchmark report.

- [Summary](https://docs.google.com/spreadsheets/d/e/2PACX-1vQoZYQU5iTBY0fBKyK5ZL1psMBjrSBXCipe4jmG4Xr7xsdZ2KoPRHEsXmq4uBI6Sv-eLXoYddDPGHgU/pubhtml)
- createAsset function
- [fixed-feedback-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/createAsset-fixedFeedbackRate.html)
- [fixed-load report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/createAsset-fixedLoad.html)
- [fixed-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/createAsset-fixedRate.html)
- [linear-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/createAsset-linearRate.html)
- [maximum-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/createAsset-maximumRate.html)
- deleteAsset function
- [fixed-feedback-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/deleteAsset-fixedFeedbackRate.html)
- [fixed-load report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/deleteAsset-fixedLoad.html)
- [fixed-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/deleteAsset-fixedRate.html)
- [linear-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/deleteAsset-linearRate.html)
- [maximum-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/deleteAsset-maximumRate.html)
- reach function
- [fixed-feedback-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/reach-fixedFeedbackRate.html)
- [fixed-load report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/reach-fixedLoad.html)
- [fixed-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/reach-fixedRate.html)
- [linear-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/reach-linearRate.html)
- [maximum-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/reach-maximumRate.html)
- readAsset function
- [fixed-feedback-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/readAsset-fixedFeedbackRate.html)
- [fixed-load report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/readAsset-fixedLoad.html)
- [fixed-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/readAsset-fixedRate.html)
- [linear-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/readAsset-linearRate.html)
- [maximum-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/readAsset-maximumRate.html)
- readAssets function
- [fixed-feedback-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/readAssets-fixedFeedbackRate.html)
- [fixed-load report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/readAssets-fixedLoad.html)
- [fixed-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/readAssets-fixedRate.html)
- [linear-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/readAssets-linearRate.html)
- [maximum-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/readAssets-maximumRate.html)
- updateAsset function
- [fixed-feedback-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/updateAsset-fixedFeedbackRate.html)
- [fixed-load report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/updateAsset-fixedLoad.html)
- [fixed-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/updateAsset-fixedRate.html)
- [linear-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/updateAsset-linearRate.html)
- [maximum-rate report](https://sensasi-delight.github.io/csbn-caliper-benchmarks/reports/updateAsset-maximumRate.html)

0 comments on commit 5f9c835

Please sign in to comment.