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

Add benchmarks and cleanup AMT #626

Merged
merged 6 commits into from
Aug 27, 2020
Merged

Add benchmarks and cleanup AMT #626

merged 6 commits into from
Aug 27, 2020

Conversation

austinabell
Copy link
Contributor

Summary of changes
Changes introduced in this pull request:

Benchmark diff from changes in PR:

AMT bulk insert (no flush)
                        time:   [29.919 us 30.224 us 30.730 us]
                        change: [-9.7947% -9.0350% -8.2663%] (p = 0.00 < 0.05)
                        Performance has improved.
Found 7 outliers among 100 measurements (7.00%)
  4 (4.00%) high mild
  3 (3.00%) high severe

AMT bulk insert with flushing and loading
                        time:   [629.30 us 632.38 us 635.52 us]
                        change: [-25.441% -24.936% -24.448%] (p = 0.00 < 0.05)
                        Performance has improved.

AMT initialization from slice
                        time:   [76.709 us 77.116 us 77.501 us]
                        change: [-3.5445% -2.7607% -1.9730%] (p = 0.00 < 0.05)
                        Performance has improved.
Found 2 outliers among 100 measurements (2.00%)
  1 (1.00%) high mild
  1 (1.00%) high severe

AMT for_each function   time:   [41.975 us 42.223 us 42.450 us]
                        change: [-3.1415% -2.3028% -1.5105%] (p = 0.00 < 0.05)
                        Performance has improved.
Found 4 outliers among 100 measurements (4.00%)
  3 (3.00%) low mild
  1 (1.00%) high mild

Reference issue to close (if applicable)

Closes

Other information and links

@austinabell austinabell merged commit 4e0efe9 into main Aug 27, 2020
@austinabell austinabell deleted the austin/amt/bench branch August 27, 2020 13:15
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.

None yet

3 participants