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

tx generator: CI benchmarks of the tx-generator #3726

Closed
wants to merge 2 commits into from

Commits on Apr 19, 2022

  1. tx-generator: replace TBQueue/TxSendQueue with a simple semaphore

    For a while the tx-generator has been generating transaction just in time,
    and the `TxSendQueue` had been used with a list of dummy transactions.
    This PR removes the `TxSendQueue` altogether.
    MarcFontaine committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    b07caaf View commit details
    Browse the repository at this point in the history
  2. tx-generator: cabal-level bechmarks

    * Add a small built-in tx-generator-script.
    * Add cabal-level criterion benchmark.
    * Add new 'selftest' command: write some txs to a outfile.
    MarcFontaine committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    434cfe0 View commit details
    Browse the repository at this point in the history