]> Nishi Git Mirror - gwion.git/commitdiff
Update Benchmark
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 16 Jan 2020 20:47:40 +0000 (21:47 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 16 Jan 2020 20:47:40 +0000 (21:47 +0100)
docs/Benchmarks.mdr

index c37868d89e02ebb05e83b62cf697d295153795f4..b0e438d89cd415b7ce54a4124e17ef11b8040b5b 100644 (file)
@@ -2,5 +2,5 @@
 
 ## test
 <table><tr><td align="center">
-@exec for a in $(find benchmark/results -type f -name "*.png"); do echo "<a href=:gwion:><img class=\"zoom\" src=\"./$(sed 's/benchmark\/results/assets/' <<< $a)\" width=\"352px\"></a>"; done
+@exec for a in $(find benchmark/results -type f -name "*.png"); do echo "<a href=:gwion:><img class=\"zoom\" src=\"./$(echo "$a" | sed 's/benchmark\/results/assets/')\" width=\"352px\"></a>"; done
 </td></tr></table>