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 other scenarios to benchmark #219

Merged
merged 1 commit into from
Sep 17, 2023
Merged

Add other scenarios to benchmark #219

merged 1 commit into from
Sep 17, 2023

Conversation

tagliala
Copy link
Member

Comparison:

Master @ c25a157

                                     user     system      total        real
.merge                           0.049952   0.000165   0.050117 (  0.050112)
.first                           0.600933   0.020132   0.621065 (  0.698706)
.last                            0.636561   0.020165   0.656726 (  0.734477)
.as_of.first                     1.060459   0.024000   1.084459 (  1.464073)
History.merge                    0.057726   0.000151   0.057877 (  0.057875)
History.first                    0.720578   0.021867   0.742445 (  0.942331)
History.last                     0.771190   0.021951   0.793141 (  0.992843)
#history.first                   0.980279   0.024484   1.004763 (  1.357108)
#history.last                    1.044069   0.023971   1.068040 (  1.419861)
#as_of                           1.292923   0.026767   1.319690 (  1.704987)

Master after #217 and #218:

                                     user     system      total        real
.merge                           0.049882   0.000147   0.050029 (  0.050024)
.first                           0.564693   0.019807   0.584500 (  0.662243)
.last                            0.601412   0.019698   0.621110 (  0.698620)
.as_of.first                     1.019722   0.024197   1.043919 (  1.424934)
History.merge                    0.057530   0.000199   0.057729 (  0.057727)
History.first                    0.688982   0.021824   0.710806 (  0.911105)
History.last                     0.741591   0.022015   0.763606 (  0.962749)
#history.first                   0.933041   0.023525   0.956566 (  1.307604)
#history.last                    1.011747   0.023640   1.035387 (  1.386767)
#as_of                           1.262592   0.025238   1.287830 (  1.672108)

[ci skip]

Comparison:

Master @ c25a157

```
                                     user     system      total        real
.merge                           0.049952   0.000165   0.050117 (  0.050112)
.first                           0.600933   0.020132   0.621065 (  0.698706)
.last                            0.636561   0.020165   0.656726 (  0.734477)
.as_of.first                     1.060459   0.024000   1.084459 (  1.464073)
History.merge                    0.057726   0.000151   0.057877 (  0.057875)
History.first                    0.720578   0.021867   0.742445 (  0.942331)
History.last                     0.771190   0.021951   0.793141 (  0.992843)
#history.first                   0.980279   0.024484   1.004763 (  1.357108)
#history.last                    1.044069   0.023971   1.068040 (  1.419861)
#as_of                           1.292923   0.026767   1.319690 (  1.704987)
```

Master after #217 and #218:

```
                                     user     system      total        real
.merge                           0.049882   0.000147   0.050029 (  0.050024)
.first                           0.564693   0.019807   0.584500 (  0.662243)
.last                            0.601412   0.019698   0.621110 (  0.698620)
.as_of.first                     1.019722   0.024197   1.043919 (  1.424934)
History.merge                    0.057530   0.000199   0.057729 (  0.057727)
History.first                    0.688982   0.021824   0.710806 (  0.911105)
History.last                     0.741591   0.022015   0.763606 (  0.962749)
#history.first                   0.933041   0.023525   0.956566 (  1.307604)
#history.last                    1.011747   0.023640   1.035387 (  1.386767)
#as_of                           1.262592   0.025238   1.287830 (  1.672108)
```

[ci skip]
@tagliala tagliala merged commit 9fa2934 into master Sep 17, 2023
@tagliala tagliala deleted the chore/extend-benchmark branch September 17, 2023 13:56
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.

1 participant