================================================================================================
Benchmark for performance of subexpression elimination
================================================================================================

Preparing data for benchmarking ...
OpenJDK 64-Bit Server VM 1.8.0_362-b09 on Linux 5.15.0-1031-azure
Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
from_json as subExpr in Project:          Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
subExprElimination false, codegen: true            6737           6973         320          0.0    67369399.0       1.0X
subExprElimination false, codegen: false           6271           6373          88          0.0    62710705.3       1.1X
subExprElimination true, codegen: true              867            870           3          0.0     8666868.2       7.8X
subExprElimination true, codegen: false             811            824          23          0.0     8107336.6       8.3X

Preparing data for benchmarking ...
OpenJDK 64-Bit Server VM 1.8.0_362-b09 on Linux 5.15.0-1031-azure
Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
from_json as subExpr in Filter:           Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
subExprElimination false, codegen: true            8069           8121          49          0.0    80685159.1       1.0X
subExprElimination false, codegen: false           7922           7985          79          0.0    79216102.5       1.0X
subExprElimination true, codegen: true             2868           2928          89          0.0    28677744.2       2.8X
subExprElimination true, codegen: false            3038           3164         110          0.0    30382493.7       2.7X


