bin/cpubench: init

This commit is contained in:
2025-01-21 12:09:37 +08:00
parent 5e382b5cfe
commit 729a3d82d5
6 changed files with 101 additions and 10 deletions

View File

@@ -74,7 +74,7 @@ perf_timeout = 60 # Set the collection timeout.
#=====================================================================
[default]
clang_dir = @@LLVM_INSTALL@@
SYSROOT = /usr/sw/standard-830-6b-test/
SYSROOT = @@SYSROOT@@
LD_LIBRARY_PATH = ${clang_dir}/lib
#==========================Compiler for C=============================

5
assets/assets.d.ts vendored
View File

@@ -2,3 +2,8 @@ declare module '*.cfg' {
const content: string;
export default content;
}
declare module '*.ini' {
const content: string;
export default content;
}