feat: add initial benchmark implementation for performance testing

This commit introduces a basic benchmark framework to measure and evaluate system performance under standard workloads. The implementation includes core timing utilities and a sample test case to validate the measurement infrastructure.
This commit is contained in:
2025-12-08 02:13:33 +00:00
parent 1287b7cc24
commit 639fe0b07c
5 changed files with 23 additions and 18 deletions
+1 -1
View File
@@ -267,8 +267,8 @@ typedef union {
typedef struct {
RavaOpCode_e opcode;
RavaOperand_u operand;
int line;
RavaOperand_u operand;
} RavaInstruction_t;
typedef struct {