We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc7e6d commit 24b39caCopy full SHA for 24b39ca
benchmarks/benchmarks/analysis/hbond_analysis.py
@@ -1,3 +1,7 @@
1
+"""
2
+Benchmark for HydrogenBondAnalysis
3
4
+
5
try:
6
from MDAnalysis.analysis.hydrogenbonds.hbond_analysis import HydrogenBondAnalysis as HBA
7
from MDAnalysisTests.datafiles import waterPSF , waterDCD
@@ -7,6 +11,13 @@
11
import MDAnalysis
8
12
9
13
class HydrogenBondAnalysisBenchmark:
14
+ """
15
+ It tests performance of hbond.run() across different
16
+ number of frames using waterPSF/waterDCD test files.
17
18
19
+ unit = "ms"
20
+ timeout = 60.0
10
21
params = [2, 5, 10]
22
param_names = ["n_frames"]
23
0 commit comments