GithubHelp home page GithubHelp logo

pyweb_benchmark's Introduction

pyweb_benchmark

This is for benchmark testing Python web frameworks for a blockchain

Version

  • Python: 3.7

Web frameworks

Blockchain

We are testing a testnet, so it may be a different performance with a mainnet.

Ethereum Testnet

Aergo

TBD

Test cases

Case 1.

Performance test for getting 1000 blocks by 100 sessions concurrently.

Case 2.

Performance test for getting all transactions of 1000 blocks by 100 sessions concurrently. The block range would be fixed for checking same transactions by all frameworks.

Case 3.

Performance test for sending 100 transactions by 100 sessions concurrently. All payloads of transactions would be fixed for providing same network size.

Environment

We are using pipenv as a default virtual environment tool.

Start virtual env

Please check the default python version above to make a proper virtual environment.

pipenv shell

Install dependencies

Pipfile

You can install all dependent libraries by following:

pipenv install

pycryptodome

The Ethereum connectivity library Web3py uses pycryptodome. But, it would be failed to install it via pipenv install above. In that case, you need to install it manually.

pip install pycryptodome

Test cases on each frameworks

TBD

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.