Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoDevRel committed Feb 8, 2024
1 parent 0a8f9e4 commit ccbaef6
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Issue template
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

<!--
Steps before creating an issue:
1. I've read the documentation.
2. I've tried googling or asking my question on stackoverflow.
3. I've tried searching this repository for similar issues.
-->

#### Expected behavior

#### Actual behavior

#### Steps to reproduce the behavior

1. [First step]
2. [Second step]
3. [and so on...]

#### Logs

<!-- Please share any relevant logs that may help us debug your issue. -->

#### Environment

<!-- e.g. Versions used of: npm, Node, web3.js, OS, device -->

1 comment on commit ccbaef6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: ccbaef6 Previous: 6c075db Ratio
processingTx 9285 ops/sec (±4.13%) 9301 ops/sec (±4.81%) 1.00
processingContractDeploy 39607 ops/sec (±8.23%) 39129 ops/sec (±7.62%) 0.99
processingContractMethodSend 19289 ops/sec (±7.51%) 19443 ops/sec (±5.19%) 1.01
processingContractMethodCall 39095 ops/sec (±5.74%) 38971 ops/sec (±6.34%) 1.00
abiEncode 45689 ops/sec (±6.24%) 44252 ops/sec (±6.92%) 0.97
abiDecode 29910 ops/sec (±8.44%) 30419 ops/sec (±8.89%) 1.02
sign 1643 ops/sec (±2.99%) 1656 ops/sec (±4.08%) 1.01
verify 375 ops/sec (±0.51%) 373 ops/sec (±0.78%) 0.99

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.