]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/erasure-code/bench.sh
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / qa / workunits / erasure-code / bench.sh
index 23914ef82d2e1b22a1e28afd65aae27cb96f2725..8e288f053eca5d05822f764b7e7944a93e76405a 100755 (executable)
@@ -111,6 +111,10 @@ function bench_run() {
     k2ms[4]="2 3"
     k2ms[6]="2 3 4"
     k2ms[10]="3 4"
+    local isa2technique_vandermonde='reed_sol_van'
+    local isa2technique_cauchy='cauchy'
+    local jerasure2technique_vandermonde='reed_sol_van'
+    local jerasure2technique_cauchy='cauchy_good'
     for technique in ${TECHNIQUES} ; do
         for plugin in ${PLUGINS} ; do
             eval technique_parameter=\$${plugin}2technique_${technique}