[app][benchmarks] remove all use of floating point to compute speed of bench

Can approximate the calculation with 64bit integer math.
This commit is contained in:
Travis Geiselbrecht
2025-10-09 00:42:54 -07:00
parent 9c67917dd7
commit 3a01e77607
2 changed files with 103 additions and 78 deletions

View File

@@ -8,11 +8,11 @@ MODULE_SRCS := \
$(LOCAL_DIR)/clock_tests.c \
$(LOCAL_DIR)/fibo.c \
$(LOCAL_DIR)/mem_tests.c \
$(LOCAL_DIR)/port_tests.c \
$(LOCAL_DIR)/tests.c \
$(LOCAL_DIR)/thread_tests.c \
$(LOCAL_DIR)/port_tests.c \
$(LOCAL_DIR)/v9p_tests.c \
$(LOCAL_DIR)/v9fs_tests.c \
$(LOCAL_DIR)/v9p_tests.c \
MODULE_FLOAT_SRCS := \
$(LOCAL_DIR)/benchmarks.c \