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

[TEST] HLL benchmark #171

Merged
merged 2 commits into from
Nov 21, 2023
Merged

[TEST] HLL benchmark #171

merged 2 commits into from
Nov 21, 2023

Conversation

eseiler
Copy link
Member

@eseiler eseiler commented Nov 17, 2023

Iterations are in thousands

Benchmark Bits Iterations before Iterations after Speedup
add 5 303,112 302,424 1.0
add 6 312,195 301,988 1.0
add 7 307,077 304,696 1.0
add 8 311,200 311,102 1.0
add 9 311,268 310,932 1.0
add 10 311,394 310,958 1.0
add 11 311,388 311,060 1.0
add 12 311,417 311,068 1.0
merge 5 1,000,000 1,000,000 1.0
merge 6 1,000,000 1,000,000 1.0
merge 7 814,029 813,645 1.0
merge 8 215,687 213,490 1.0
merge 9 220,560 221,890 1.0
merge 10 128,382 128,417 1.0
merge 11 69,709 69,652 1.0
merge 12 36,424 36,395 1.0
estimate 5 20,056 37,375 1.9
estimate 6 7,558 21,712 2.9
estimate 7 3,703 12,470 3.4
estimate 8 1,737 6,894 4.0
estimate 9 869 3,576 4.1
estimate 10 435 1,824 4.2
estimate 11 217 916 4.2
estimate 12 109 462 4.2
merge_and_estimate 5 19,685 36,999 1.9
merge_and_estimate 6 7,460 21,518 2.9
merge_and_estimate 7 3,665 12,617 3.4
merge_and_estimate 8 1,731 6,856 4.0
merge_and_estimate 9 865 3,565 4.1
merge_and_estimate 10 433 1,818 4.2
merge_and_estimate 11 217 913 4.2
merge_and_estimate 12 108 458 4.2

Copy link

vercel bot commented Nov 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hibf ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 21, 2023 11:31am

@seqan-actions seqan-actions added lint [INTERNAL] used for linting and removed lint [INTERNAL] used for linting labels Nov 17, 2023
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (52929b0) 99.94% compared to head (15128db) 99.94%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #171   +/-   ##
=======================================
  Coverage   99.94%   99.94%           
=======================================
  Files          45       45           
  Lines        1796     1812   +16     
=======================================
+ Hits         1795     1811   +16     
  Misses          1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@seqan-actions seqan-actions added lint [INTERNAL] used for linting and removed lint [INTERNAL] used for linting labels Nov 17, 2023
@seqan-actions seqan-actions added lint [INTERNAL] used for linting and removed lint [INTERNAL] used for linting labels Nov 21, 2023
@eseiler eseiler merged commit 4fbd4fb into seqan:main Nov 21, 2023
31 checks passed
@eseiler eseiler deleted the test/hll_benchmark branch November 21, 2023 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants