Correct some widget in the report and test config

This commit is contained in:
Aurélien Delval 2021-05-25 10:08:04 +02:00
parent b283f403dc
commit 375f4cd200
2 changed files with 63 additions and 3 deletions

View File

@ -235,8 +235,8 @@ class CompareRuns:
def update_n_runs(self, attrname, old, new):
# Simply update runs selection (value and string display)
self.select_n_runs.value = new
self.current_n_runs = self.n_runs_dict[self.select_n_runs.value]
self.widgets["select_n_runs"].value = new
self.current_n_runs = self.n_runs_dict[self.widgets["select_n_runs"].value]
self.update_plots()

View File

@ -3,7 +3,67 @@
"executables": [
{
"executable": "bin/vfc_test_h5",
"parameters" : "vfc_ci_cycles.txt",
"parameters" : "maponia3 vfc_ci_cycles.txt",
"vfc_backends": [
{
"name": "libinterflop_mca.so",
"repetitions": 50
},
{
"name": "libinterflop_mca.so --mode=rr",
"repetitions": 50
}
]
},
{
"executable": "bin/vfc_test_h5",
"parameters" : "sm1 vfc_ci_cycles.txt",
"vfc_backends": [
{
"name": "libinterflop_mca.so",
"repetitions": 50
},
{
"name": "libinterflop_mca.so --mode=rr",
"repetitions": 50
}
]
},
{
"executable": "bin/vfc_test_h5",
"parameters" : "sm2 vfc_ci_cycles.txt",
"vfc_backends": [
{
"name": "libinterflop_mca.so",
"repetitions": 50
},
{
"name": "libinterflop_mca.so --mode=rr",
"repetitions": 50
}
]
},
{
"executable": "bin/vfc_test_h5",
"parameters" : "sm3 vfc_ci_cycles.txt",
"vfc_backends": [
{
"name": "libinterflop_mca.so",
"repetitions": 50
},
{
"name": "libinterflop_mca.so --mode=rr",
"repetitions": 50
}
]
},
{
"executable": "bin/vfc_test_h5",
"parameters" : "sm4 vfc_ci_cycles.txt",
"vfc_backends": [
{
"name": "libinterflop_mca.so",