-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57f248b
commit 97cf167
Showing
12 changed files
with
149 additions
and
5 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
Analysis Facility Benchmark | ||
================================= | ||
.. include:: ../../README.md | ||
|
||
.. toctree:: | ||
:caption: API Reference | ||
:maxdepth: 2 | ||
|
||
benchmark | ||
modules/modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
af\_benchmark.data\_access package | ||
================================== | ||
|
||
Submodules | ||
---------- | ||
|
||
af\_benchmark.data\_access.loader module | ||
---------------------------------------- | ||
|
||
.. automodule:: af_benchmark.data_access.loader | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: af_benchmark.data_access | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
af\_benchmark.executor package | ||
============================== | ||
|
||
Submodules | ||
---------- | ||
|
||
af\_benchmark.executor.base module | ||
---------------------------------- | ||
|
||
.. automodule:: af_benchmark.executor.base | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
af\_benchmark.executor.dask module | ||
---------------------------------- | ||
|
||
.. automodule:: af_benchmark.executor.dask | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
af\_benchmark.executor.futures module | ||
------------------------------------- | ||
|
||
.. automodule:: af_benchmark.executor.futures | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
af\_benchmark.executor.sequential module | ||
---------------------------------------- | ||
|
||
.. automodule:: af_benchmark.executor.sequential | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: af_benchmark.executor | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
af\_benchmark.processing package | ||
================================ | ||
|
||
Submodules | ||
---------- | ||
|
||
af\_benchmark.processing.handler module | ||
--------------------------------------- | ||
|
||
.. automodule:: af_benchmark.processing.handler | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: af_benchmark.processing | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
af\_benchmark.profiling package | ||
=============================== | ||
|
||
Submodules | ||
---------- | ||
|
||
af\_benchmark.profiling.timing module | ||
------------------------------------- | ||
|
||
.. automodule:: af_benchmark.profiling.timing | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: af_benchmark.profiling | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
af\_benchmark package | ||
===================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
af_benchmark.data_access | ||
af_benchmark.executor | ||
af_benchmark.processing | ||
af_benchmark.profiling | ||
|
||
Submodules | ||
---------- | ||
|
||
af\_benchmark.benchmark module | ||
------------------------------ | ||
|
||
.. automodule:: af_benchmark.benchmark | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: af_benchmark | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
af_benchmark | ||
============ | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
af_benchmark |