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

Get the version v1.1.2 of github.com/HdrHistogram/hdrhistogram-go #4849

Merged
merged 1 commit into from
Nov 23, 2022

Conversation

PavelSafronov
Copy link
Contributor

Updating to the latest version of github.com/HdrHistogram/hdrhistogram-go removes a lot of extraneous packages that were pulled in with v1.0.0, such as the linter github.com/golangci/golangci-lint

This resolves #4836

Copy link
Contributor

@fulghum fulghum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 🚢

@PavelSafronov PavelSafronov merged commit a88ec23 into main Nov 23, 2022
@github-actions
Copy link

@coffeegoddd DOLT

test_name detail row_cnt sorted mysql_time sql_mult cli_mult
batching LOAD DATA 10000 1 0.06 0.83
batching batch sql 10000 1 0.09 1.56
batching by line sql 10000 1 0.09 1.56
blob 1 blob 200000 1 1.02 3.12 3.35
blob 2 blobs 200000 1 1.01 4.23 4.47
blob no blob 200000 1 1.01 1.56 1.8
col type datetime 200000 1 1 1.85 2.05
col type varchar 200000 1 0.78 2.19 2.36
config width 2 cols 200000 1 0.87 1.55 1.69
config width 32 cols 200000 1 1.92 1.78 2.52
config width 8 cols 200000 1 1.08 1.63 2.04
pk type float 200000 1 1.02 1.35 1.57
pk type int 200000 1 0.88 1.52 1.64
pk type varchar 200000 1 1.7 2.03 2.05
row count 1.6mm 1600000 1 6.66 1.72 1.85
row count 400k 400000 1 1.7 1.62 1.81
row count 800k 800000 1 3.34 1.68 1.85
secondary index four index 200000 1 4.57 1.37 1.44
secondary index no secondary 200000 1 1.03 1.52 1.73
secondary index one index 200000 1 1.35 1.62 1.84
secondary index two index 200000 1 2.46 1.46 1.55
sorting shuffled 1mm 1000000 0 6.14 1.93 2.12
sorting sorted 1mm 1000000 1 6.08 1.94 2.05

@Hydrocharged Hydrocharged deleted the pavel/bump-hdrhistogram-go branch February 23, 2023 20:19
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.

Dolt CLI has an unnecessary dependency on golangci-lint
2 participants