ux1000.json 2.7 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "matrix": {
  3. "terapines": {"TOOLCHAIN":"terapines", "STDCLIB":"newlib_small"},
  4. "nuclei_gnu": {"TOOLCHAIN":"nuclei_gnu", "STDCLIB":"newlib_small"},
  5. "nuclei_llvm": {"TOOLCHAIN":"nuclei_llvm", "STDCLIB":"newlib_small"},
  6. "terapines_O0": {"TOOLCHAIN":"terapines", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O0"},
  7. "terapines_O1": {"TOOLCHAIN":"terapines", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O1"},
  8. "terapines_O2": {"TOOLCHAIN":"terapines", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O2"},
  9. "terapines_O3": {"TOOLCHAIN":"terapines", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O3"},
  10. "terapines_Ofast": {"TOOLCHAIN":"terapines", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Ofast"},
  11. "terapines_Os": {"TOOLCHAIN":"terapines", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Os"},
  12. "terapines_Os_flto": {"TOOLCHAIN":"terapines", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Os -flto"},
  13. "terapines_Ofast_flto": {"TOOLCHAIN":"terapines", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Ofast -flto"},
  14. "nuclei_gnu_O0": {"TOOLCHAIN":"nuclei_gnu", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O0"},
  15. "nuclei_gnu_O1": {"TOOLCHAIN":"nuclei_gnu", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O1"},
  16. "nuclei_gnu_O2": {"TOOLCHAIN":"nuclei_gnu", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O2"},
  17. "nuclei_gnu_O3": {"TOOLCHAIN":"nuclei_gnu", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O3"},
  18. "nuclei_gnu_Ofast": {"TOOLCHAIN":"nuclei_gnu", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Ofast"},
  19. "nuclei_gnu_Os": {"TOOLCHAIN":"nuclei_gnu", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Os"},
  20. "nuclei_gnu_Os_flto": {"TOOLCHAIN":"nuclei_gnu", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Os -flto"},
  21. "nuclei_gnu_Ofast_flto": {"TOOLCHAIN":"nuclei_gnu", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Ofast -flto"},
  22. "nuclei_llvm_O0": {"TOOLCHAIN":"nuclei_llvm", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O0"},
  23. "nuclei_llvm_O1": {"TOOLCHAIN":"nuclei_llvm", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O1"},
  24. "nuclei_llvm_O2": {"TOOLCHAIN":"nuclei_llvm", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O2"},
  25. "nuclei_llvm_O3": {"TOOLCHAIN":"nuclei_llvm", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O3"},
  26. "nuclei_llvm_Ofast": {"TOOLCHAIN":"nuclei_llvm", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Ofast"},
  27. "nuclei_llvm_Os": {"TOOLCHAIN":"nuclei_llvm", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Os"},
  28. "nuclei_llvm_Os_flto": {"TOOLCHAIN":"nuclei_llvm", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Os -flto"},
  29. "nuclei_llvm_Ofast_flto": {"TOOLCHAIN":"nuclei_llvm", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Ofast -flto"}
  30. }
  31. }