generateAllRegressions.bat 1.1 KB

1234567891011121314151617181920212223242526
  1. echo "Basic Maths"
  2. python summaryBench.py -f bench.txt -r build_m7\result.txt BasicBenchmarks
  3. echo "Complex Maths"
  4. python summaryBench.py -f bench.txt -r build_m7\result.txt ComplexBenchmarks
  5. echo "FIR"
  6. python summaryBench.py -f bench.txt -r build_m7\result.txt FIR
  7. echo "Convolution / Correlation"
  8. python summaryBench.py -f bench.txt -r build_m7\result.txt MISC
  9. echo "Decimation / Interpolation"
  10. python summaryBench.py -f bench.txt -r build_m7\result.txt DECIM
  11. echo "BiQuad"
  12. python summaryBench.py -f bench.txt -r build_m7\result.txt BIQUAD
  13. echo "Controller"
  14. python summaryBench.py -f bench.txt -r build_m7\result.txt Controller
  15. echo "Fast Math"
  16. python summaryBench.py -f bench.txt -r build_m7\result.txt FastMath
  17. echo "Barycenter"
  18. python summaryBench.py -f bench.txt -r build_m7\result.txt SupportBarF32
  19. echo "Support"
  20. python summaryBench.py -f bench.txt -r build_m7\result.txt Support
  21. echo "Unary Matrix"
  22. python summaryBench.py -f bench.txt -r build_m7\result.txt Unary
  23. echo "Binary Matrix"
  24. python summaryBench.py -f bench.txt -r build_m7\result.txt Binary
  25. echo "Transform"
  26. python summaryBench.py -f bench.txt -r build_m7\result.txt Transform