# perf_test **Repository Path**: hpc_5/perf_test ## Basic Information - **Project Name**: perf_test - **Description**: performance tests of working. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-21 - **Last Updated**: 2024-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README # ## 0. Overview ## Used 3rd-party libraries: - [github -- mio](https://github.com/vimpunk/mio) - [github -- cpp-mmaplib](https://github.com/yhirose/cpp-mmaplib) ## 1. test_array_update -- Memory Bound Test ## This test load large number of samples from data file into a `vector`(named `ds_append_`). Then create another `vector` with the same size(named `ds_`), update each element of `ds_` from `ds_append_` with some arithmetic operation. Test data file `src/test_array_update/test_data/test.dataxy` should be placed in the same directory as the executable `test_array_update`.