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

[no-release-notes] more stats tests #8361

Merged
merged 8 commits into from
Sep 17, 2024
Merged

[no-release-notes] more stats tests #8361

merged 8 commits into from
Sep 17, 2024

Conversation

max-hoffman
Copy link
Contributor

@max-hoffman max-hoffman commented Sep 16, 2024

  • Tests for varbinary round-tripping
  • Warnings were getting stuck in an inaccessible context. Log errors instead.

This and the GMS side (dolthub/go-mysql-server#2663) should fix this issue: #8345

@coffeegoddd
Copy link
Contributor

@max-hoffman DOLT

comparing_percentages
100.000000 to 100.000000
version result total
4f8fe80 ok 5937457
version total_tests
4f8fe80 5937457
correctness_percentage
100.0

@coffeegoddd
Copy link
Contributor

@max-hoffman DOLT

comparing_percentages
100.000000 to 100.000000
version result total
22ad6cf ok 5937457
version total_tests
22ad6cf 5937457
correctness_percentage
100.0

@coffeegoddd
Copy link
Contributor

@max-hoffman DOLT

comparing_percentages
100.000000 to 100.000000
version result total
930720c ok 5937457
version total_tests
930720c 5937457
correctness_percentage
100.0

@coffeegoddd
Copy link
Contributor

@max-hoffman DOLT

comparing_percentages
100.000000 to 100.000000
version result total
db9f8c4 ok 5937457
version total_tests
db9f8c4 5937457
correctness_percentage
100.0

@coffeegoddd
Copy link
Contributor

@coffeegoddd DOLT

comparing_percentages
100.000000 to 100.000000
version result total
d05f012 ok 5937457
version total_tests
d05f012 5937457
correctness_percentage
100.0

@max-hoffman max-hoffman merged commit 747985d into main Sep 17, 2024
21 checks passed
@max-hoffman max-hoffman deleted the max/more-stats-tests branch September 17, 2024 20:40
Copy link

@coffeegoddd DOLT

test_name detail row_cnt sorted mysql_time sql_mult cli_mult
batching LOAD DATA 10000 1 0.05 1.8
batching batch sql 10000 1 0.08 1.63
batching by line sql 10000 1 0.08 1.75
blob 1 blob 200000 1 0.87 3.99 3.61
blob 2 blobs 200000 1 0.86 4.57 4.47
blob no blob 200000 1 0.9 2.49 1.98
col type datetime 200000 1 0.82 3.09 2.79
col type varchar 200000 1 0.67 3.48 2.85
config width 2 cols 200000 1 0.78 2.59 1.94
config width 32 cols 200000 1 1.88 2.06 2.36
config width 8 cols 200000 1 0.95 2.49 2.04
pk type float 200000 1 0.85 2.86 1.81
pk type int 200000 1 0.76 2.8 2.04
pk type varchar 200000 1 1.5 1.75 1.37
row count 1.6mm 1600000 1 5.65 2.96 2.24
row count 400k 400000 1 1.44 2.85 2.14
row count 800k 800000 1 2.82 2.94 2.22
secondary index four index 200000 1 3.48 1.41 1.07
secondary index no secondary 200000 1 0.91 2.43 1.95
secondary index one index 200000 1 1.17 2.33 1.9
secondary index two index 200000 1 1.99 1.76 1.36
sorting shuffled 1mm 1000000 0 4.99 2.95 2.42
sorting sorted 1mm 1000000 1 5.04 2.91 2.4

Copy link

@coffeegoddd DOLT

name detail mean_mult
dolt_blame_basic system table 1.25
dolt_blame_commit_filter system table 3.34
dolt_commit_ancestors_commit_filter system table 0.81
dolt_commits_commit_filter system table 1.05
dolt_diff_log_join_from_commit system table 2.08
dolt_diff_log_join_to_commit system table 2.12
dolt_diff_table_from_commit_filter system table 1.17
dolt_diff_table_to_commit_filter system table 1.15
dolt_diffs_commit_filter system table 0.93
dolt_history_commit_filter system table 1.37
dolt_log_commit_filter system table 1.05

Copy link

@coffeegoddd DOLT

name add_cnt delete_cnt update_cnt latency
adds_only 60000 0 0 0.75
adds_updates_deletes 60000 60000 60000 3.87
deletes_only 0 60000 0 1.94
updates_only 0 0 60000 2.53

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

Successfully merging this pull request may close these issues.

3 participants