You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/11/02 20:10:22 UTC

[GitHub] [arrow] fatemehp commented on pull request #14523: PARQUET-2206: [parquet-cpp] Microbenchmark for ColumnReadaer ReadBatch and Skip

fatemehp commented on PR #14523:
URL: https://github.com/apache/arrow/pull/14523#issuecomment-1301172154

   @pitrou I have tried to address your comments. Please take a look.
   
   The output looks like this now (for 10 iterations):
   
   ```
   ---------------------------------------------------------------------------------------------------
   Benchmark                                                         Time             CPU   Iterations
   ---------------------------------------------------------------------------------------------------
   BM_Skip/Repetition:0/BatchSize:100/iterations:10            2134030 ns      2107608 ns           10
   BM_Skip/Repetition:0/BatchSize:1000/iterations:10            487215 ns       485262 ns           10
   BM_Skip/Repetition:0/BatchSize:10000/iterations:10           157823 ns       158910 ns           10
   BM_Skip/Repetition:0/BatchSize:100000/iterations:10          180030 ns       180869 ns           10
   BM_Skip/Repetition:1/BatchSize:100/iterations:10            4897199 ns      4828400 ns           10
   BM_Skip/Repetition:1/BatchSize:1000/iterations:10            902888 ns       903919 ns           10
   BM_Skip/Repetition:1/BatchSize:10000/iterations:10           908020 ns       904868 ns           10
   BM_Skip/Repetition:1/BatchSize:100000/iterations:10          768673 ns       760210 ns           10
   BM_Skip/Repetition:2/BatchSize:100/iterations:10            6107231 ns      6061302 ns           10
   BM_Skip/Repetition:2/BatchSize:1000/iterations:10           1443645 ns      1421940 ns           10
   BM_Skip/Repetition:2/BatchSize:10000/iterations:10          1129830 ns      1120306 ns           10
   BM_Skip/Repetition:2/BatchSize:100000/iterations:10         1510731 ns      1495184 ns           10
   BM_ReadBatch/Repetition:0/BatchSize:100/iterations:10        145818 ns       146332 ns           10
   BM_ReadBatch/Repetition:0/BatchSize:1000/iterations:10       242347 ns       236740 ns           10
   BM_ReadBatch/Repetition:0/BatchSize:10000/iterations:10      166230 ns       166372 ns           10
   BM_ReadBatch/Repetition:0/BatchSize:100000/iterations:10     167861 ns       167853 ns           10
   BM_ReadBatch/Repetition:1/BatchSize:100/iterations:10       2119537 ns      2116998 ns           10
   BM_ReadBatch/Repetition:1/BatchSize:1000/iterations:10       797134 ns       794149 ns           10
   BM_ReadBatch/Repetition:1/BatchSize:10000/iterations:10      657227 ns       636867 ns           10
   BM_ReadBatch/Repetition:1/BatchSize:100000/iterations:10     549434 ns       547964 ns           10
   BM_ReadBatch/Repetition:2/BatchSize:100/iterations:10       3120816 ns      3082428 ns           10
   BM_ReadBatch/Repetition:2/BatchSize:1000/iterations:10       989707 ns       979577 ns           10
   BM_ReadBatch/Repetition:2/BatchSize:10000/iterations:10     1164059 ns      1161694 ns           10
   BM_ReadBatch/Repetition:2/BatchSize:100000/iterations:10     837577 ns       811593 ns           10
   ```
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org