Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratyevd committed Jan 29, 2024
1 parent cf3e04b commit 57f248b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.pyc
*-checkpoint.*
*-checkpoint.*
*-checkpoint
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,26 @@

# Analysis Facility Benchmark

[https://af-benchmark.readthedocs.io](https://af-benchmark.readthedocs.io/en/latest/)
[https://af-benchmark.readthedocs.io](https://af-benchmark.readthedocs.io/en/latest/)

🏗️ Work in progress 🚧


This benchmark is designed for generic but comprehensive performance tests of the computing infrastructure at CMS Analysis Facilities. It currently includes the following functionality:

- Multiple options for code execution:
- Sequential
- Parallelized via `concurrent.futures`
- Parallelized via `Dask` using local cluster
- Parallelized via `Dask` using Gateway cluster
- Multiple methods of loading and reading columns from NanoAOD ROOT files:
- `uproot`
- `coffea.nanoevents`
- Generic operations applied to data in columns:
- Nothing (just open the ROOT file with a given method)
- Load column data into memory
- Perform a simple operation on a column, e.g. `mean()`
- Time profiling
- Measuring size of columns in bytes


0 comments on commit 57f248b

Please sign in to comment.