Skip to content

Commit 89b68e8

Browse files
committed
Add tests for Generator models from the fast sim project
1 parent 5018380 commit 89b68e8

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

root/tmva/sofie/SOFIEInference.cxx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,7 @@ BENCHMARK_TEMPLATE(BM_SOFIE_Inference, TMVA_SOFIE_Linear_16::Session)->Name("Lin
9292
BENCHMARK_TEMPLATE(BM_SOFIE_Inference, TMVA_SOFIE_Linear_32::Session)->Name("Linear_32")->Args({100, 32})->Unit(benchmark::kMillisecond);
9393
BENCHMARK_TEMPLATE(BM_SOFIE_Inference, TMVA_SOFIE_Linear_64::Session)->Name("Linear_64")->Args({100, 64})->Unit(benchmark::kMillisecond);
9494
BENCHMARK_TEMPLATE(BM_SOFIE_Inference, TMVA_SOFIE_Linear_event::Session)->Name("Linear_event")->Args({100, 1})->Unit(benchmark::kMillisecond);
95-
BENCHMARK_MAIN();
95+
BENCHMARK_TEMPLATE(BM_SOFIE_Inference, TMVA_SOFIE_Linear_event::Session)->Name("Linear_event")->Args({100, 1})->Unit(benchmark::kMillisecond);
96+
BENCHMARK_TEMPLATE(BM_SOFIE_Inference, TMVA_SOFIE_Linear_event::Session)->Name("Generator_B1")->Args({14, 1})->Unit(benchmark::kMillisecond);
97+
BENCHMARK_TEMPLATE(BM_SOFIE_Inference, TMVA_SOFIE_Linear_event::Session)->Name("Generator_B64")->Args({14, 64})->Unit(benchmark::kMillisecond);
98+
BENCHMARK_MAIN();
15.6 MB
Binary file not shown.
15.6 MB
Binary file not shown.

0 commit comments

Comments
 (0)