Added asmjit_test_perf, which replaces asmjit_bench and provides much better performance overview

Removed asmjit_test_opcode (not needed anymore as we have asmjit_test_assembler and asmjit_test_perf)
This commit is contained in:
kobalicek
2021-03-13 22:25:43 +01:00
parent c9cebc67bc
commit 7836449c30
13 changed files with 5419 additions and 6438 deletions

View File

@@ -15,10 +15,6 @@
"cmd": ["asmjit_test_unit", "--quick"],
"optional": true
},
{
"cmd": ["asmjit_test_opcode", "--quiet"],
"optional": true
},
{
"cmd": ["asmjit_test_assembler", "--quiet"],
"optional": true
@@ -27,6 +23,10 @@
"cmd": ["asmjit_test_emitters"],
"optional": true
},
{
"cmd": ["asmjit_test_compiler"],
"optional": true
},
{
"cmd": ["asmjit_test_instinfo"],
"optional": true
@@ -36,7 +36,7 @@
"optional": true
},
{
"cmd": ["asmjit_test_compiler"],
"cmd": ["asmjit_test_perf", "--quick"],
"optional": true
}
]