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

Integer Addition Speed Test #18

Open
royokello opened this issue Apr 23, 2023 · 1 comment
Open

Integer Addition Speed Test #18

royokello opened this issue Apr 23, 2023 · 1 comment
Assignees
Labels
performance How fast?

Comments

@royokello
Copy link
Contributor

royokello commented Apr 23, 2023

Integer sizes: 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024 & 2048

How to test on your system.

  1. Clone Test Software Repo

git clone https://github.com/stelar-labs/opis-rs-speed-test.git

  1. Run

cd opis-rs-speed-test

cargo run

  1. Find Results in result.md

Share your results here.

@royokello royokello added the performance How fast? label Apr 23, 2023
@royokello royokello self-assigned this Apr 23, 2023
@royokello
Copy link
Contributor Author

Opis-rs Speed Test Result

Processor: Intel(R) Core(TM) i5-4200M CPU @ 2.50GHz

Integer

Addition

Bits Average(ns) Per Second
2 2662 375657.4
4 2853 350508.25
8 3306 302480.34
16 4305 232288.03
32 5996 166777.86
64 9088 110035.21
128 15008 66631.13
256 28296 35340.684
512 50661 19739.049
1024 95029 10523.104
2048 185056 5403.7695

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance How fast?
Projects
None yet
Development

No branches or pull requests

1 participant