Skip to content

Commit

Permalink
regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratyevd committed Mar 28, 2024
1 parent 1c0ef6e commit 828c149
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 102 deletions.
6 changes: 3 additions & 3 deletions docs/How-to-run-on-CMS-FE-at-Purdue.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ Run the benchmarks:

Over a single local file:

spiperov@cms-fe01:~/af-benchmark $ python3 af_benchmark/benchmark.py af_benchmark/example-config.yaml
spiperov@cms-fe01:~/af-benchmark $ python3 src/benchmark.py src/example-configs/example-config.yaml
[{'event': 2255000.5, 'Muon_pt': 46.13676846983951}]

Over an entire dataset, via local XCache:
spiperov@cms-fe01:~/af-benchmark $ python3 af_benchmark/benchmark.py af_benchmark/example-configs/example-config-dbs-dataset.yaml
spiperov@cms-fe01:~/af-benchmark $ python3 src/benchmark.py src/example-configs/example-config-dbs-dataset.yaml

Over a single block from that dataset:
spiperov@cms-fe01:~/af-benchmark $ python3 af_benchmark/benchmark.py af_benchmark/example-configs/example-config-dbs-block.yaml
spiperov@cms-fe01:~/af-benchmark $ python3 src/benchmark.py src/example-configs/example-config-dbs-block.yaml


Cleanup:
Expand Down
45 changes: 0 additions & 45 deletions docs/source/modules/af_benchmark.executors.rst

This file was deleted.

53 changes: 0 additions & 53 deletions docs/source/modules/af_benchmark.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/modules/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ af_benchmark
.. toctree::
:maxdepth: 4

af_benchmark
src

0 comments on commit 828c149

Please sign in to comment.