10 lines
335 B
Python
10 lines
335 B
Python
|
from concho.dell import DellConfiguratorParser
|
||
|
from concho.procs_chooser import plot_system_efficiency
|
||
|
|
||
|
def test_function():
|
||
|
# configurator = DellMatinfoConfigurator('rcrc1406676-4834664 - Cat2 Conf4 PowerEdge R640 - Dell.html')
|
||
|
# print(configurator)
|
||
|
plot_system_efficiency()
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
test_function()
|