Github user NicoK commented on the issue:

    https://github.com/apache/flink/pull/4445
  
    in a non-exhaustive mini benchmark, I ran `HashVsSortMiniBenchmark` and got 
the following results:
    
    # Best out of 5 (in ms)
    
    Test | `master` | `Flink-7310`
    ---- | ------ | ----------
    Hash Build First | 5541 | 5629
    Sort-Merge | 6194 | 6816
    Hash Build | 3587 | 3629
    
    # All results
    
    ## `master`
    
    Test | 1 | 2 | 3 | 4 | 5
    ---- | - | - | - | - | -
    Hash Build First | 5772.0 | 5541.0 | 5707.0 | 5733.0 | 5751.0
    Sort-Merge | 6704.0 | 7146.0 | 6194.0 | 6915.0 | 6445.0
    Hash Build Second | 3834.0 | 3805.0 | 3811.0 | 3587.0 | 3563.0
    
    ## `FLINK-7310`
    
    Test | 1 | 2 | 3 | 4 | 5
    ---- | - | - | - | - | -
    Hash Build First | 5816.0 | 5770.0 | 5629.0 | 5656.0 | 5745.0
    Sort-Merge | 7284.0 | 7233.0 | 6816.0 | 6861.0 | 7218.0
    Hash Build Second | 3802.0 | 3836.0 | 3629.0 | 3782.0 | 3804.0


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to