Skip to content

Commit

Permalink
add option to ddsperf to read parameters from a file in json format
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Jordense <[email protected]>
  • Loading branch information
MarcelJordense committed Nov 28, 2023
1 parent 49f87b5 commit a205172
Show file tree
Hide file tree
Showing 6 changed files with 2,197 additions and 664 deletions.
2 changes: 2 additions & 0 deletions src/tools/ddsperf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ if (BUILD_DDSPERF)
ddsperf.c
cputime.c cputime.h
netload.c netload.h
jparser.c jparser.h
parameters.c parameters.h
async_listener.c async_listener.h)
target_link_libraries(ddsperf ddsperf_types ddsc compat)

Expand Down
Loading

0 comments on commit a205172

Please sign in to comment.