catalyst-network / dotnet-cipher-stream-benchmarking

Project to benchmark different .Net based cipher streams

Home Page:https://www.atlascity.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReDoc logo

Crypto Benchmarking

Discord GitHub followers GitHub stars Twitter Follow Subreddit subscribers

Setup

build:

dotnet publish -c Release -o out

Run benchmarks

To run all benchmarks and collate them into a single table:

out/benchmarks.dll -f '*' --join

To run single point of comparison eg benchmark the verification method of all libraries:

dotnet out/benchmarks.dll --anyCategories=verify —-join

To get info about memory allocation add -m to the console arguments

To run tests for a single library

dotnet out/benchmarks.dll

to get console options

Reports

Reports can be found in the BenchmarkDotNet.Artifacts/results folder. Report 16/05/2019

About

Project to benchmark different .Net based cipher streams

https://www.atlascity.io


Languages

Language:C# 100.0%