barebench.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "run_config": {
  3. "target" : "hardware",
  4. "hardware" : {
  5. "baudrate": 115200,
  6. "timeout": 60
  7. },
  8. "qemu": {
  9. "qemu32": "qemu-system-riscv32",
  10. "qemu64": "qemu-system-riscv64",
  11. "timeout": 60
  12. },
  13. "ncycm": {
  14. "timeout": 600
  15. }
  16. },
  17. "copy_objects": true,
  18. "build_target": "clean all",
  19. "build_config": {
  20. },
  21. "parallel" : "-j",
  22. "checks": {
  23. "PASS": [],
  24. "FAIL": ["MEPC"]
  25. },
  26. "appdirs": [
  27. "application/baremetal/benchmark"
  28. ],
  29. "appdirs_ignore": [
  30. "application/baremetal/dsp_examples",
  31. "application/baremetal/Internal"
  32. ],
  33. "appconfig": {
  34. "application/baremetal/benchmark/dhrystone": {
  35. "build_config" : {},
  36. "checks": {
  37. "PASS": ["CSV, Dhrystone"]
  38. }
  39. },
  40. "application/baremetal/benchmark/whetstone": {
  41. "build_config" : {},
  42. "checks": {
  43. "PASS": ["CSV, Whetstone"]
  44. }
  45. },
  46. "application/baremetal/benchmark/coremark": {
  47. "build_config" : {},
  48. "checks": {
  49. "PASS": ["CSV, CoreMark"]
  50. }
  51. },
  52. "application/baremetal/demo_timer": {
  53. "build_config" : {},
  54. "checks": {
  55. "PASS": ["MTimer msip and mtip interrupt test finish and pass"]
  56. }
  57. },
  58. "application/baremetal/helloworld": {
  59. "build_config" : {},
  60. "checks": {
  61. "PASS": ["19: Hello World From Nuclei RISC-V Processor!"]
  62. }
  63. },
  64. "application/baremetal/demo_eclic": {
  65. "build_config" : {},
  66. "checks": {
  67. "PASS": ["software interrupt hit 10 times"]
  68. }
  69. },
  70. "application/baremetal/demo_nice": {
  71. "build_config" : {},
  72. "checks": {
  73. "PASS": ["PASS"],
  74. "FAIL": ["FAIL", "MEPC"]
  75. }
  76. },
  77. "application/baremetal/demo_dsp": {
  78. "build_config" : {},
  79. "checks": {
  80. "PASS": ["all test are passed"],
  81. "FAIL": ["test error apprears", "MEPC"]
  82. }
  83. },
  84. "application/freertos/demo": {
  85. "build_config" : {},
  86. "checks": {
  87. "PASS": ["timers Callback 11"]
  88. }
  89. },
  90. "application/rtthread/demo": {
  91. "build_config" : {},
  92. "checks": {
  93. "PASS": ["Main thread count: 6"]
  94. }
  95. },
  96. "application/rtthread/msh": {
  97. "build_config" : {},
  98. "checks": {
  99. "PASS": ["msh >"]
  100. }
  101. },
  102. "application/ucosii/demo": {
  103. "build_config" : {},
  104. "checks": {
  105. "PASS": ["task3 is running... 10"]
  106. }
  107. },
  108. "test/core": {
  109. "build_config" : {},
  110. "checks": {
  111. "PASS": [", 0 failed"],
  112. "FAIL": ["[FAIL]", "MEPC"]
  113. }
  114. }
  115. }
  116. }