n100.json 1.8 KB

12345678910111213141516171819202122
  1. {
  2. "matrix": {
  3. "terapines": {"TOOLCHAIN":"terapines", "STDCLIB":"newlib_small"},
  4. "nuclei_gnu": {"TOOLCHAIN":"nuclei_gnu", "STDCLIB":"newlib_small"},
  5. "terapines_O0": {"TOOLCHAIN":"terapines", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O0"},
  6. "terapines_O1": {"TOOLCHAIN":"terapines", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O1"},
  7. "terapines_O2": {"TOOLCHAIN":"terapines", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O2"},
  8. "terapines_O3": {"TOOLCHAIN":"terapines", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O3"},
  9. "terapines_Ofast": {"TOOLCHAIN":"terapines", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Ofast"},
  10. "terapines_Os": {"TOOLCHAIN":"terapines", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Os"},
  11. "terapines_Os_flto": {"TOOLCHAIN":"terapines", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Os -flto"},
  12. "terapines_Ofast_flto": {"TOOLCHAIN":"terapines", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Ofast -flto"},
  13. "nuclei_gnu_O0": {"TOOLCHAIN":"nuclei_gnu", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O0"},
  14. "nuclei_gnu_O1": {"TOOLCHAIN":"nuclei_gnu", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O1"},
  15. "nuclei_gnu_O2": {"TOOLCHAIN":"nuclei_gnu", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O2"},
  16. "nuclei_gnu_O3": {"TOOLCHAIN":"nuclei_gnu", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-O3"},
  17. "nuclei_gnu_Ofast": {"TOOLCHAIN":"nuclei_gnu", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Ofast"},
  18. "nuclei_gnu_Os": {"TOOLCHAIN":"nuclei_gnu", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Os"},
  19. "nuclei_gnu_Os_flto": {"TOOLCHAIN":"nuclei_gnu", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Os -flto"},
  20. "nuclei_gnu_Ofast_flto": {"TOOLCHAIN":"nuclei_gnu", "STDCLIB":"newlib_small", "BENCH_FLAGS": "-Ofast -flto"}
  21. }
  22. }