Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Amended Proposal for a Contracts Performance Measurement Tool #2124

Merged
merged 1 commit into from
Nov 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions applications/contracts-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ Work has been started, smart bench has been updated with new libraries and is ab

### Overview

- **Total Estimated Duration:** 3 months
- **Full-Time Equivalent (FTE):** 0.5
- **Total Estimated Duration:** 7 months
- **Full-Time Equivalent (FTE):** 0.3
- **Total Costs:** 15000 EUR

### Milestone 1 Smart-bench updated — Basic functionality

- **Estimated duration:** 5 weeks
- **Estimated duration:** 10 weeks
- **FTE:** 0.5
- **Costs:** 6500 EUR

Expand All @@ -158,8 +158,8 @@ Work has been started, smart bench has been updated with new libraries and is ab

### Milestone Smart-bench in CI/CD flow — Additional features

- **Estimated Duration:** 7 weeks
- **FTE:** 0,5
- **Estimated Duration:** 23 weeks
- **FTE:** 0,25
- **Costs:** 8500 EUR

| Number | Deliverable | Specification |
Expand All @@ -172,6 +172,7 @@ Work has been started, smart bench has been updated with new libraries and is ab
| 1. | Github Actions benchmark jobs | Create workflow and implement a job to utilize Dockerized benchmarking for generating results and uploading them to repository. |
| 2. | Results processing tools | Implementation of tooling to translate smart-bench output format to format of InfluxDB. |
| 3. | Github Actions workflow | Create complete workflow running parallel jobs based on matrix strategy for all missing measurements. |
| 4. | Updated smart-bench | We will update the tool to use new subxt crate |


...
Expand Down
Loading