# Benchmarks ## Benchmarking against other solutions In order for benchmarks to run in a reasonable amount of time, the timings reported below were obtained by running each solution on **a subset of each cell line** (20% of the genes). All solutions were find to scale linearly with the number of genes (columns in the adata). Extrapolating (x5) the elapsed times below will approximate runtime of those solutions on the whole datasets. Numbers in parenthesis report the multiplicative factor versus the fastest solution of each benchmark. A "benchmark" is defined by: 1. The cell line (K562 essential, RPE1, Hep-G2, Jurkat) used as input. 2. The data format (CSR, or dense) used to contain the expression matrix. 3. The test performed: OVO (`reference="non-targeting"`) or OVR (`reference=None`). 💡 Keep in mind that `pdex` does not implement *OVR* test.