potassco-benchmark-tool 2.1.1__py3-none-any.whl → 2.2.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- benchmarktool/entry_points.py +71 -33
- benchmarktool/init/runscripts/runscript-all.xml +2 -2
- benchmarktool/init/runscripts/runscript-dist.xml +2 -2
- benchmarktool/init/runscripts/runscript-example.xml +1 -1
- benchmarktool/init/templates/seq-generic.sh +20 -5
- benchmarktool/result/ipynb_gen.py +2 -0
- benchmarktool/result/result.py +26 -16
- benchmarktool/result/xlsx_gen.py +935 -0
- benchmarktool/resultparser/clasp.py +20 -9
- benchmarktool/runscript/parser.py +235 -134
- benchmarktool/runscript/runscript.py +190 -191
- benchmarktool/tools.py +22 -2
- {potassco_benchmark_tool-2.1.1.dist-info → potassco_benchmark_tool-2.2.0.dist-info}/METADATA +24 -11
- potassco_benchmark_tool-2.2.0.dist-info/RECORD +26 -0
- benchmarktool/init/templates/seq-generic-single.sh +0 -27
- benchmarktool/init/templates/seq-generic-zip.sh +0 -14
- benchmarktool/result/ods_config.py +0 -42
- benchmarktool/result/ods_gen.py +0 -714
- potassco_benchmark_tool-2.1.1.dist-info/RECORD +0 -29
- {potassco_benchmark_tool-2.1.1.dist-info → potassco_benchmark_tool-2.2.0.dist-info}/WHEEL +0 -0
- {potassco_benchmark_tool-2.1.1.dist-info → potassco_benchmark_tool-2.2.0.dist-info}/entry_points.txt +0 -0
- {potassco_benchmark_tool-2.1.1.dist-info → potassco_benchmark_tool-2.2.0.dist-info}/licenses/LICENSE +0 -0
- {potassco_benchmark_tool-2.1.1.dist-info → potassco_benchmark_tool-2.2.0.dist-info}/top_level.txt +0 -0
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
benchmarktool/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
benchmarktool/entry_points.py,sha256=acy_lXchHqDyHVhQKabo8rgI8OszJwtUN3Y7eKfwBFA,13884
|
|
3
|
-
benchmarktool/tools.py,sha256=pvSvLpXmr6Q1KPP4hc5mGiz15J9Go-dm0t1ZHSDGFLQ,1886
|
|
4
|
-
benchmarktool/init/programs/gcat.sh,sha256=QbEE0VpU2Ea3QQrRCrdRUkVxSNDghN7VhRE32QwAJME,379
|
|
5
|
-
benchmarktool/init/runscripts/runscript-all.xml,sha256=uZEAO17wnoEAW4s89XvBaWRsha4MhjJCU_umJ3vrnSI,2126
|
|
6
|
-
benchmarktool/init/runscripts/runscript-dist.xml,sha256=hBHlux2_vmhuSf0jcCAi-TBN-zcvNGbFfKBxPACFUB4,676
|
|
7
|
-
benchmarktool/init/runscripts/runscript-example.xml,sha256=6ah7dEEYhVTj7e8PQxdJhwdGufogJUDDgDNC9RfOPTQ,889
|
|
8
|
-
benchmarktool/init/runscripts/runscript-seq.xml,sha256=pRCeVaJHbxa6y8kcoKYSJBJkvfeEKpe4Sn5gv4UE_NU,833
|
|
9
|
-
benchmarktool/init/templates/seq-generic-single.sh,sha256=UGcEN2GbtOW5svPD-xMw27dwd_q7BXZa5gl4gISEG-I,606
|
|
10
|
-
benchmarktool/init/templates/seq-generic-zip.sh,sha256=mb5KDkHlpLjik9G9NWHlkPakdwjWk8MgUA21ys57SAs,378
|
|
11
|
-
benchmarktool/init/templates/seq-generic.sh,sha256=HwHu1swEdP2bvExWt_CcwaYIxD8PWXIgDYyaXgngJgM,336
|
|
12
|
-
benchmarktool/init/templates/single.dist,sha256=X86hhkddknqSdwzkHtYMt5fN0K-cuC4PIeVM79ZbwnI,574
|
|
13
|
-
benchmarktool/result/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
|
-
benchmarktool/result/ipynb_gen.py,sha256=ti-DEUQkOo98Yxf5lk9zGcjGJ_QPAVvQ3wkfkeBg_AY,14783
|
|
15
|
-
benchmarktool/result/ods_config.py,sha256=e86MbvDbB8CJh_deDf6LaEGOi_CKvspCfwJsnJm8CTk,2156
|
|
16
|
-
benchmarktool/result/ods_gen.py,sha256=XJEIlnN29iqG35yu6QRoYaDDbnus9uwwrL5kOHhvxmc,29055
|
|
17
|
-
benchmarktool/result/parser.py,sha256=AeM0KZlTMPL8csOIBG3JD5A4yzxoXcra1kom87NCeB8,6625
|
|
18
|
-
benchmarktool/result/result.py,sha256=v-bz9a2lR6POVitZGT-O6NSiOYWL5fWUN-pZXzUdbFs,14302
|
|
19
|
-
benchmarktool/resultparser/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
20
|
-
benchmarktool/resultparser/clasp.py,sha256=q5W4gbysI3QTgBnOQi5kW8QZo50z5atWjT9afQ6hiCA,3508
|
|
21
|
-
benchmarktool/runscript/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
22
|
-
benchmarktool/runscript/parser.py,sha256=ciBDnDOH3CjwrRdbUpcVjAt1PxbXUDO76l599uoH6nY,19961
|
|
23
|
-
benchmarktool/runscript/runscript.py,sha256=hFeTq6NJ1e0RabWJUPxi8se-aZiEjYl_zrBuY6NDuwQ,54352
|
|
24
|
-
potassco_benchmark_tool-2.1.1.dist-info/licenses/LICENSE,sha256=eiYGM1U3OL1PkD5Leken0kocRuk_9Inhq6aiyfSWYYs,1065
|
|
25
|
-
potassco_benchmark_tool-2.1.1.dist-info/METADATA,sha256=BaGNhNrmVuELJaXFFgvVNFMQoOmlLet1MQN12Cwqp2k,4000
|
|
26
|
-
potassco_benchmark_tool-2.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
27
|
-
potassco_benchmark_tool-2.1.1.dist-info/entry_points.txt,sha256=pHyaCS16SLT-m0ZpybGtvg2PxI5TNKonBUH1DJyeKVY,58
|
|
28
|
-
potassco_benchmark_tool-2.1.1.dist-info/top_level.txt,sha256=raOGCL-YmmJFALuaHUXcH4bFccgTAB7JVLPxFFqFL7Y,14
|
|
29
|
-
potassco_benchmark_tool-2.1.1.dist-info/RECORD,,
|
|
File without changes
|
{potassco_benchmark_tool-2.1.1.dist-info → potassco_benchmark_tool-2.2.0.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{potassco_benchmark_tool-2.1.1.dist-info → potassco_benchmark_tool-2.2.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{potassco_benchmark_tool-2.1.1.dist-info → potassco_benchmark_tool-2.2.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|