mirror of
https://github.com/TREX-CoE/Sherman-Morrison.git
synced 2024-12-25 22:03:57 +01:00
Updated vfc_tests_config.json with SM4
Because the algorithm to use is passed as a parameter to vfc_tests_h5, it was necessary to update the tests configuration to add a new execution.
This commit is contained in:
parent
8595a598cc
commit
348fe14dd0
@ -8,47 +8,7 @@
|
|||||||
{
|
{
|
||||||
"name": "libinterflop_mca.so",
|
"name": "libinterflop_mca.so",
|
||||||
"repetitions": 50
|
"repetitions": 50
|
||||||
}
|
},
|
||||||
]
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"executable": "bin/vfc_test_h5",
|
|
||||||
"parameters" : "sm1 vfc_ci_cycles.txt",
|
|
||||||
"vfc_backends": [
|
|
||||||
{
|
|
||||||
"name": "libinterflop_mca.so",
|
|
||||||
"repetitions": 50
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"executable": "bin/vfc_test_h5",
|
|
||||||
"parameters" : "sm2 vfc_ci_cycles.txt",
|
|
||||||
"vfc_backends": [
|
|
||||||
{
|
|
||||||
"name": "libinterflop_mca.so",
|
|
||||||
"repetitions": 50
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"executable": "bin/vfc_test_h5",
|
|
||||||
"parameters" : "sm3 vfc_ci_cycles.txt",
|
|
||||||
"vfc_backends": [
|
|
||||||
{
|
|
||||||
"name": "libinterflop_mca.so",
|
|
||||||
"repetitions": 50
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
|
||||||
"executable": "bin/vfc_test_h5",
|
|
||||||
"parameters" : "maponia3 vfc_ci_cycles.txt",
|
|
||||||
"vfc_backends": [
|
|
||||||
{
|
{
|
||||||
"name": "libinterflop_mca.so --mode=rr",
|
"name": "libinterflop_mca.so --mode=rr",
|
||||||
"repetitions": 50
|
"repetitions": 50
|
||||||
@ -60,6 +20,10 @@
|
|||||||
"executable": "bin/vfc_test_h5",
|
"executable": "bin/vfc_test_h5",
|
||||||
"parameters" : "sm1 vfc_ci_cycles.txt",
|
"parameters" : "sm1 vfc_ci_cycles.txt",
|
||||||
"vfc_backends": [
|
"vfc_backends": [
|
||||||
|
{
|
||||||
|
"name": "libinterflop_mca.so",
|
||||||
|
"repetitions": 50
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "libinterflop_mca.so --mode=rr",
|
"name": "libinterflop_mca.so --mode=rr",
|
||||||
"repetitions": 50
|
"repetitions": 50
|
||||||
@ -71,6 +35,10 @@
|
|||||||
"executable": "bin/vfc_test_h5",
|
"executable": "bin/vfc_test_h5",
|
||||||
"parameters" : "sm2 vfc_ci_cycles.txt",
|
"parameters" : "sm2 vfc_ci_cycles.txt",
|
||||||
"vfc_backends": [
|
"vfc_backends": [
|
||||||
|
{
|
||||||
|
"name": "libinterflop_mca.so",
|
||||||
|
"repetitions": 50
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "libinterflop_mca.so --mode=rr",
|
"name": "libinterflop_mca.so --mode=rr",
|
||||||
"repetitions": 50
|
"repetitions": 50
|
||||||
@ -82,6 +50,25 @@
|
|||||||
"executable": "bin/vfc_test_h5",
|
"executable": "bin/vfc_test_h5",
|
||||||
"parameters" : "sm3 vfc_ci_cycles.txt",
|
"parameters" : "sm3 vfc_ci_cycles.txt",
|
||||||
"vfc_backends": [
|
"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",
|
||||||
|
"repetitions": 50
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "libinterflop_mca.so --mode=rr",
|
"name": "libinterflop_mca.so --mode=rr",
|
||||||
"repetitions": 50
|
"repetitions": 50
|
||||||
|
Loading…
Reference in New Issue
Block a user