#include "Framework/CommonDataProcessors.h"
#include "Framework/TableTreeHelpers.h"
#include <benchmark/benchmark.h>
#include <random>
#include <vector>
#include <TFile.h>
Go to the source code of this file.
|
namespace | test |
| FIXME: do not use data model tables.
|
|
|
| test::DECLARE_SOA_COLUMN (X, x, float) |
|
| test::DECLARE_SOA_COLUMN (Y, y, float) |
|
| test::DECLARE_SOA_COLUMN (Z, z, float) |
|
| test::DECLARE_SOA_DYNAMIC_COLUMN (Sum, sum, [](float x, float y) { return x+y;}) |
|
| BENCHMARK (BM_TableToTree) -> Range(8, 8<< maxrange) |
|
| BENCHMARK_MAIN () |
|
◆ BENCHMARK()
BENCHMARK |
( |
BM_TableToTree |
| ) |
-> Range(8, 8<< maxrange) |
◆ BENCHMARK_MAIN()
◆ maxrange
constexpr unsigned int maxrange = 16 |
|
constexpr |