diff options
| author | 杨威 <[email protected]> | 2023-06-20 16:01:35 +0800 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2023-06-26 20:18:26 +0800 |
| commit | 096bbda71ea301fe6dbdc603b5cbf06bfc0d73ed (patch) | |
| tree | 7009752d8a71c4f7f4aafcce6263464d5277be80 /benchmark | |
| parent | acc0ee76193f032c64dca379acad9c7256d6e13f (diff) | |
🦄 refactor(Remove obsolete code): makefile and dictator
Diffstat (limited to 'benchmark')
| -rw-r--r-- | benchmark/example/Makefile | 16 | ||||
| -rw-r--r-- | benchmark/sapp_default_config/etc/sapp.toml | 3 |
2 files changed, 0 insertions, 19 deletions
diff --git a/benchmark/example/Makefile b/benchmark/example/Makefile deleted file mode 100644 index ab1a42f..0000000 --- a/benchmark/example/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -INC=-I/opt/MESA/include -INC+=-I/opt/MESA/include/MESA -INC+=-I/opt/MESA/include/MESA/stream_inc - - -LIBS=-L/opt/MESA/lib -LIBS+=-lgtest -lMESA_handle_logger -lpthread -lsapp_benchmark - -all:test_sapp_benchmark_gtest - -test_sapp_benchmark_gtest:test_sapp_benchmark_gtest_main.cpp - ./auto_gen_gtest_functions.sh - g++ -o $@ $^ auto_gen_gtest_functions.cpp -g -std=c++11 $(INC) $(LIBS) - -clean: - rm -f test_sapp_benchmark_gtest *.o diff --git a/benchmark/sapp_default_config/etc/sapp.toml b/benchmark/sapp_default_config/etc/sapp.toml index d52d4fc..cd6ce8f 100644 --- a/benchmark/sapp_default_config/etc/sapp.toml +++ b/benchmark/sapp_default_config/etc/sapp.toml @@ -17,9 +17,6 @@ ### MESA_load_profile range format: bind_mask="1-5,11-15" bind_mask=[] -[MEM] - dictator_enable=1 - [PACKET_IO] [overlay_tunnel_definition] ### note, since 2020-10-01, L2-L3 tunnel(VLAN,MPLS,PPPOE,etc.) is process and offload by mrtunnat, |
