Skip to content

Commit

Permalink
Add note on per-event overhead in xAOD and per-batch overhead in colu…
Browse files Browse the repository at this point in the history
…mnar
  • Loading branch information
matthewfeickert committed Oct 21, 2024
1 parent 6d82728 commit 0c96a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talk.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ from atlascp import EgammaTools
* While direct comparison not possible, tests are as close as possible
- Only involves `C++` CP tool code (no Python involved)
- Uses same version of CP tool
- xAOD includes event store access
- xAOD includes event store access (per-event overhead, paid per-batch in columnar)
* Show .bold[substantial speedups] for migrated tools: .bold[columnar is 2-4x faster] than xAOD interface (EDM access dependent)
- Time for I/O and connecting columns not included in the performance comparisons (not optimized in the tests, so removed from benchmark)
]
Expand Down

0 comments on commit 0c96a40

Please sign in to comment.