|
|
|||
File indexing completed on 2026-04-10 08:39:14
0001 #!/usr/bin/env python 0002 # Licensed under the Apache License, Version 2.0 (the "License"); 0003 # you may not use this file except in compliance with the License. 0004 # You may obtain a copy of the License at 0005 # http://www.apache.org/licenses/LICENSE-2.0 0006 # 0007 # Authors: 0008 # - Paul Nilsson, paul.nilsson@cern.ch, 2018 0009 0010 from .services import Services 0011 0012 import logging 0013 logger = logging.getLogger(__name__) 0014 0015 0016 class Benchmark(Services): 0017 """ 0018 Benchmark service class. 0019 """ 0020 0021 def __init__(self, *args): 0022 """ 0023 Init function. 0024 0025 :param args: 0026 """ 0027 0028 pass
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|