Feature: performance test case

This commit is contained in:
liuxueli
2024-06-19 10:49:21 +00:00
parent bfc54a6289
commit cae0281c2f
14 changed files with 781 additions and 589 deletions

View File

@@ -9,6 +9,8 @@ extern "C"
#include "stellar/session.h"
#include <stellar/session_mq.h>
void perf_resource_record_decode(struct dns_message *dns_msg);
#ifdef __cplusplus
}
#endif
@@ -27,4 +29,4 @@ struct stellar *stellar_init(int worker_thread_num);
struct session *stellar_session_new(struct stellar *st, struct stellar_packet *cur_pkt, int tid);
void stellar_session_free(struct session *ss);
int session_mq_publish_message_by_name(struct session *ss, const char *topic_name, struct stellar_packet *msg);
int session_mq_publish_message_by_name(struct session *ss, const char *topic_name, struct stellar_packet *msg);