Skip to content

Commit

Permalink
ci(supernova): fixing not working supernova reports (#19)
Browse files Browse the repository at this point in the history
* attempt to run supernova ci

* attempt to run supernova ci again

* attempt to fix bootstrap of supernova workflow

* supernova workflow updated

* using nightly build in supernova workflow

* hiding extra output of supernova

* final tuning on supernova ci

* workflow using wrong branch name

* preparing PR for supernova workflow

* attempt to run  supernova reporting

* fixing image in ci action

* unsleep before running supernova in ci

* add daily report

* small fixes

---------

Co-authored-by: albttx <albttx@users.noreply.github.com>
Co-authored-by: Miloš Živković <milos@zmilos.com>
Co-authored-by: Miloš Živković <milos.zivkovic@tendermint.com>
Co-authored-by: Albert Le Batteux <contact@albttx.tech>
Co-authored-by: sw360cab <sw360cab@users.noreply.github.com>
  • Loading branch information
6 people committed Aug 14, 2024
1 parent d45004e commit 77bb323
Show file tree
Hide file tree
Showing 345 changed files with 410 additions and 19 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Benchmarks

on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *' # run on default branch every day
jobs:
benchmarks:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout from gno repository
uses: actions/checkout@v3
with:
repository: gnolang/gno
fetch-depth: 2
ref: 'gh-benchmarks'
- name: Commit & Push changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: gh-pages
36 changes: 17 additions & 19 deletions .github/workflows/supernova.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
branches:
- ci/supernova
schedule:
- cron: '0 2 * * *' # run at 2 AM UTC
- cron: "0 2 * * *" # run at 2 AM UTC
workflow_dispatch:

jobs:
supernova:
Expand All @@ -15,9 +16,9 @@ jobs:

services:
gnoland:
image: ghcr.io/gnolang/gno:latest
image: ghcr.io/gnolang/gno/gnoland:nightly
# keep the container running
options: --workdir /opt/gno/src/gno.land -it --entrypoint "bash"
options: --workdir /gnoroot -it --entrypoint "sh"
ports:
- 26657:26657
- 36657:36657
Expand All @@ -27,27 +28,25 @@ jobs:

- name: setup and start gnoland chain
run: |
docker exec ${{ job.services.gnoland.id }} gnoland -skip-start=true
docker exec ${{ job.services.gnoland.id }} sed -i 's#laddr =.*:26657.*#laddr = "tcp://0.0.0.0:26657"#g' testdir/config/config.toml
docker exec -dit ${{ job.services.gnoland.id }} gnoland
- name: install some softwares
run: |
sudo apt-get update -y && sudo apt-get install -y wget curl unzip sudo
docker exec ${{ job.services.gnoland.id }} gnoland config init
docker exec ${{ job.services.gnoland.id }} sed -i 's#laddr =.*:26657.*#laddr = "tcp://0.0.0.0:26657"#g' gnoland-data/config/config.toml
docker exec ${{ job.services.gnoland.id }} sed -i 's#skip_timeout_commit = false#skip_timeout_commit = true#g' gnoland-data/config/config.toml
docker exec -dit ${{ job.services.gnoland.id }} gnoland start -lazy
- name: download supernova
run: |
export SUPERNOVA_VERSION=1.0.0
wget -c https://github.com/gnolang/supernova/releases/download/v${SUPERNOVA_VERSION}/supernova_${SUPERNOVA_VERSION}_linux_amd64.tar.gz -O - | tar -xz -C /usr/local/bin/
# install supernova scripts
wget -O /tmp/main.zip https://github.com/gnolang/supernova/archive/refs/heads/main.zip
unzip -d /tmp/ /tmp/main.zip
cp -r /tmp/supernova-main/scripts .
rm -rf /tmp/main.zip /tmp/supernova-main
export SUPERNOVA_VERSION=1.3.1
wget -c https://github.com/gnolang/supernova/releases/download/v${SUPERNOVA_VERSION}/supernova_${SUPERNOVA_VERSION}_linux_amd64.tar.gz -O - | tar -xz -C /tmp
- name: wait Gno to be ready (sleep)
run: |
sleep 20
- name: run supernova
run: |
curl -v http://localhost:26657/status
supernova -sub-accounts 5 -transactions 100 -url http://localhost:26657 -mnemonic "source bonus chronic canvas draft south burst lottery vacant surface solve popular case indicate oppose farm nothing bullet exhibit title speed wink action roast" -output result.json
curl -v http://127.0.0.1:26657/status
/tmp/supernova -sub-accounts 10 -transactions 1000 -url http://127.0.0.1:26657 -mnemonic "source bonus chronic canvas draft south burst lottery vacant surface solve popular case indicate oppose farm nothing bullet exhibit title speed wink action roast" -output result.json > /dev/null 2>&1
- name: archive supernova result
uses: actions/upload-artifact@v3
Expand All @@ -70,5 +69,4 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v4
with:
push_options: '--force'
commit_message: add daily report
17 changes: 17 additions & 0 deletions reports/codecov/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Codecov snippets

## Badges

- gno/gno.land: ![](https://codecov.io/gh/gnolang/gno/branch/master/graph/badge.svg?token=HPP82HR1P4&flag=gno.land)
- gno/gnovm: ![](https://codecov.io/gh/gnolang/gno/branch/master/graph/badge.svg?token=HPP82HR1P4&flag=gnovm)
- gno/tm2: ![](https://codecov.io/gh/gnolang/gno/branch/master/graph/badge.svg?token=HPP82HR1P4&flag=tm2)

## Graphs

### Gno

![](https://codecov.io/gh/gnolang/gno/branch/master/graphs/sunburst.svg?token=HPP82HR1P4)

![](https://codecov.io/gh/gnolang/gno/branch/master/graphs/tree.svg?token=HPP82HR1P4)

![](https://codecov.io/gh/gnolang/gno/branch/master/graphs/icicle.svg?token=HPP82HR1P4)
13 changes: 13 additions & 0 deletions reports/gh-stargazers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Stargazers over time

[![Stargazers over time](https://starchart.cc/gnolang/gno.svg)](https://starchart.cc/gnolang/gno)
[![Stargazers over time](https://starchart.cc/gnolang/awesome-gno.svg)](https://starchart.cc/gnolang/awesome-gno)

<!--
- benchmarks
- roadmap
- hackerspace
- meetings
- workshops
- ...
-->
1 change: 1 addition & 0 deletions reports/supernova/2023-04-22_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-04-22T02:27:40.883849299Z","numTransactions":10,"gasUsed":1590000,"gasLimit":10000000},{"blockNumber":10,"created":"2023-04-22T02:27:57.163166539Z","numTransactions":60,"gasUsed":9637791,"gasLimit":10000000},{"blockNumber":11,"created":"2023-04-22T02:27:58.175372795Z","numTransactions":30,"gasUsed":4820970,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-04-23_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-04-23T02:34:39.408239609Z","numTransactions":4,"gasUsed":630948,"gasLimit":10000000},{"blockNumber":10,"created":"2023-04-23T02:34:55.651760148Z","numTransactions":60,"gasUsed":9632652,"gasLimit":10000000},{"blockNumber":11,"created":"2023-04-23T02:34:56.659470821Z","numTransactions":36,"gasUsed":5785161,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-04-24_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-04-24T02:29:07.666299254Z","numTransactions":7,"gasUsed":1109211,"gasLimit":10000000},{"blockNumber":10,"created":"2023-04-24T02:29:20.857182595Z","numTransactions":60,"gasUsed":9636483,"gasLimit":10000000},{"blockNumber":11,"created":"2023-04-24T02:29:21.866351125Z","numTransactions":33,"gasUsed":5303067,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-04-25_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-04-25T02:27:44.550180139Z","numTransactions":11,"gasUsed":1750603,"gasLimit":10000000},{"blockNumber":10,"created":"2023-04-25T02:28:00.806386394Z","numTransactions":60,"gasUsed":9637887,"gasLimit":10000000},{"blockNumber":11,"created":"2023-04-25T02:28:01.814304289Z","numTransactions":29,"gasUsed":4660271,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-04-26_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-04-26T02:27:42.363039437Z","numTransactions":6,"gasUsed":948948,"gasLimit":10000000},{"blockNumber":10,"created":"2023-04-26T02:27:55.615987401Z","numTransactions":60,"gasUsed":9636047,"gasLimit":10000000},{"blockNumber":11,"created":"2023-04-26T02:27:56.632838181Z","numTransactions":34,"gasUsed":5463766,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-04-27_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-04-27T02:27:41.943822298Z","numTransactions":6,"gasUsed":948948,"gasLimit":10000000},{"blockNumber":10,"created":"2023-04-27T02:27:58.281743378Z","numTransactions":60,"gasUsed":9636047,"gasLimit":10000000},{"blockNumber":11,"created":"2023-04-27T02:27:59.297851198Z","numTransactions":34,"gasUsed":5463766,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-04-28_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-04-28T02:28:10.33399904Z","numTransactions":7,"gasUsed":1109211,"gasLimit":10000000},{"blockNumber":10,"created":"2023-04-28T02:28:26.319611057Z","numTransactions":60,"gasUsed":9636483,"gasLimit":10000000},{"blockNumber":11,"created":"2023-04-28T02:28:27.3336086Z","numTransactions":33,"gasUsed":5303067,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-04-29_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-04-29T02:26:10.341422182Z","numTransactions":6,"gasUsed":948948,"gasLimit":10000000},{"blockNumber":10,"created":"2023-04-29T02:26:23.534462748Z","numTransactions":60,"gasUsed":9636047,"gasLimit":10000000},{"blockNumber":11,"created":"2023-04-29T02:26:24.542663943Z","numTransactions":34,"gasUsed":5463766,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-04-30_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-04-30T02:26:55.985096566Z","numTransactions":3,"gasUsed":473211,"gasLimit":10000000},{"blockNumber":10,"created":"2023-04-30T02:27:09.140414389Z","numTransactions":60,"gasUsed":9629723,"gasLimit":10000000},{"blockNumber":11,"created":"2023-04-30T02:27:10.149397108Z","numTransactions":37,"gasUsed":5945827,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-01_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-01T02:28:24.498242068Z","numTransactions":3,"gasUsed":473211,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-01T02:28:40.758451Z","numTransactions":60,"gasUsed":9629723,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-01T02:28:41.767755204Z","numTransactions":37,"gasUsed":5945827,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-02_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-02T02:27:49.677357197Z","numTransactions":8,"gasUsed":1269474,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-02T02:28:05.719220326Z","numTransactions":60,"gasUsed":9636919,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-02T02:28:06.731041639Z","numTransactions":32,"gasUsed":5142368,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-03_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-03T02:26:08.354240601Z","numTransactions":13,"gasUsed":2071809,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-03T02:26:21.536497281Z","numTransactions":60,"gasUsed":9638079,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-03T02:26:22.547370094Z","numTransactions":27,"gasUsed":4338873,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-04_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-04T02:26:25.592072991Z","numTransactions":10,"gasUsed":1590000,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-04T02:26:42.396849676Z","numTransactions":60,"gasUsed":9637791,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-04T02:26:43.41203388Z","numTransactions":30,"gasUsed":4820970,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-05_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-05T02:25:11.455712633Z","numTransactions":2,"gasUsed":315474,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-05T02:25:27.233155776Z","numTransactions":60,"gasUsed":9626794,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-05T02:25:28.242679339Z","numTransactions":38,"gasUsed":6106493,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-06_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-06T02:23:48.239860025Z","numTransactions":2,"gasUsed":315474,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-06T02:24:01.413530522Z","numTransactions":60,"gasUsed":9626794,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-06T02:24:02.422761995Z","numTransactions":38,"gasUsed":6106493,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-07_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-07T02:32:02.824668867Z","numTransactions":1,"gasUsed":157737,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-07T02:32:16.013501424Z","numTransactions":60,"gasUsed":9623865,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-07T02:32:17.022160994Z","numTransactions":39,"gasUsed":6267159,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-08_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-08T02:28:40.435815696Z","numTransactions":4,"gasUsed":630948,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-08T02:28:53.102233755Z","numTransactions":60,"gasUsed":9632652,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-08T02:28:54.114207363Z","numTransactions":36,"gasUsed":5785161,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-09_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":96,"blocks":[{"blockNumber":9,"created":"2023-05-09T02:28:06.156881859Z","numTransactions":6,"gasUsed":948948,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-09T02:28:22.023885443Z","numTransactions":60,"gasUsed":9636047,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-09T02:28:23.037177858Z","numTransactions":34,"gasUsed":5463766,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-10_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-10T02:26:19.68189222Z","numTransactions":7,"gasUsed":1109211,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-10T02:26:35.933543326Z","numTransactions":60,"gasUsed":9636483,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-10T02:26:36.946037096Z","numTransactions":33,"gasUsed":5303067,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-11_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":94,"blocks":[{"blockNumber":9,"created":"2023-05-11T02:26:35.182701995Z","numTransactions":15,"gasUsed":2393015,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-11T02:26:52.014847116Z","numTransactions":60,"gasUsed":9638271,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-11T02:26:53.05132623Z","numTransactions":25,"gasUsed":4017475,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-12_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-12T02:25:18.850019176Z","numTransactions":9,"gasUsed":1429737,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-12T02:25:35.127814533Z","numTransactions":60,"gasUsed":9637355,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-12T02:25:36.13660819Z","numTransactions":31,"gasUsed":4981669,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-13_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-13T02:25:15.564034659Z","numTransactions":19,"gasUsed":3035427,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-13T02:25:31.818151101Z","numTransactions":60,"gasUsed":9638655,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-13T02:25:32.826936005Z","numTransactions":21,"gasUsed":3374679,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-14_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-14T02:29:19.708144398Z","numTransactions":13,"gasUsed":2071809,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-14T02:29:32.891967651Z","numTransactions":60,"gasUsed":9638079,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-14T02:29:33.90560397Z","numTransactions":27,"gasUsed":4338873,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-15_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-15T02:30:40.705247194Z","numTransactions":12,"gasUsed":1911206,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-15T02:30:53.879834362Z","numTransactions":60,"gasUsed":9637983,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-15T02:30:54.891903268Z","numTransactions":28,"gasUsed":4499572,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-16_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":96,"blocks":[{"blockNumber":9,"created":"2023-05-16T02:29:09.661011925Z","numTransactions":4,"gasUsed":630948,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-16T02:29:24.422176868Z","numTransactions":60,"gasUsed":9632652,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-16T02:29:25.435806194Z","numTransactions":36,"gasUsed":5785161,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-17_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":96,"blocks":[{"blockNumber":9,"created":"2023-05-17T02:28:56.334314744Z","numTransactions":4,"gasUsed":630948,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-17T02:29:12.618471416Z","numTransactions":60,"gasUsed":9632652,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-17T02:29:13.630549334Z","numTransactions":36,"gasUsed":5785161,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-18_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-18T02:27:36.159703535Z","numTransactions":3,"gasUsed":473211,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-18T02:27:52.341179639Z","numTransactions":60,"gasUsed":9629723,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-18T02:27:53.353533822Z","numTransactions":37,"gasUsed":5945827,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-19_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":99,"blocks":[{"blockNumber":9,"created":"2023-05-19T02:28:08.06139942Z","numTransactions":2,"gasUsed":315474,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-19T02:28:24.297129842Z","numTransactions":60,"gasUsed":9626794,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-19T02:28:25.305250037Z","numTransactions":38,"gasUsed":6106493,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-20_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-20T02:25:53.900450403Z","numTransactions":10,"gasUsed":1590000,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-20T02:26:07.104762626Z","numTransactions":60,"gasUsed":9637791,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-20T02:26:08.115120313Z","numTransactions":30,"gasUsed":4820970,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-21_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-21T02:33:11.0622315Z","numTransactions":3,"gasUsed":473211,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-21T02:33:27.762497519Z","numTransactions":60,"gasUsed":9629723,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-21T02:33:28.778293239Z","numTransactions":37,"gasUsed":5945827,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-22_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-22T02:33:27.980670608Z","numTransactions":14,"gasUsed":2232412,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-22T02:33:41.176343723Z","numTransactions":60,"gasUsed":9638175,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-22T02:33:42.186696123Z","numTransactions":26,"gasUsed":4178174,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-23_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-23T02:29:15.802847243Z","numTransactions":6,"gasUsed":948948,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-23T02:29:28.997031726Z","numTransactions":60,"gasUsed":9636047,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-23T02:29:30.006500203Z","numTransactions":34,"gasUsed":5463766,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-24_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":97,"blocks":[{"blockNumber":9,"created":"2023-05-24T02:31:33.40450241Z","numTransactions":20,"gasUsed":3196030,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-24T02:31:46.584473894Z","numTransactions":60,"gasUsed":9638751,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-24T02:31:47.594451151Z","numTransactions":20,"gasUsed":3213980,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-25_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":98,"blocks":[{"blockNumber":9,"created":"2023-05-25T02:28:55.157920283Z","numTransactions":9,"gasUsed":1429737,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-25T02:29:08.322683379Z","numTransactions":60,"gasUsed":9637355,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-25T02:29:09.334004527Z","numTransactions":31,"gasUsed":4981669,"gasLimit":10000000}]}
1 change: 1 addition & 0 deletions reports/supernova/2023-05-26_report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"averageTPS":99,"blocks":[{"blockNumber":9,"created":"2023-05-26T02:28:35.301857714Z","numTransactions":1,"gasUsed":157737,"gasLimit":10000000},{"blockNumber":10,"created":"2023-05-26T02:28:51.557284224Z","numTransactions":60,"gasUsed":9623865,"gasLimit":10000000},{"blockNumber":11,"created":"2023-05-26T02:28:52.56550324Z","numTransactions":39,"gasUsed":6267159,"gasLimit":10000000}]}
Loading

0 comments on commit 77bb323

Please sign in to comment.