You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MemBenchMC is a Memory Benchmark for Many-Core Architectures.
7
+
KitGenBench is a Memory Benchmark for Many-Core Architectures.
8
8
9
9
### Build and run the standalone target
10
10
@@ -13,7 +13,7 @@ Use the following command to build and run the executable target.
13
13
```bash
14
14
cmake -S standalone -B build/standalone
15
15
cmake --build build/standalone
16
-
./build/standalone/MemBenchMC --help
16
+
./build/standalone/KitGenBench --help
17
17
```
18
18
19
19
### Build and run test suite
@@ -26,14 +26,14 @@ cmake --build build/test
26
26
CTEST_OUTPUT_ON_FAILURE=1 cmake --build build/test --target test
27
27
28
28
# or simply call the executable:
29
-
./build/test/MemBenchMCTests
29
+
./build/test/KitGenBenchTests
30
30
```
31
31
32
32
To collect code coverage information, run CMake with the `-DENABLE_TEST_COVERAGE=1` option.
33
33
34
34
### Build the documentation
35
35
36
-
The documentation is automatically built and [published](https://chillenzer.github.io/MemBenchMC) whenever a [GitHub Release](https://help.github.com/en/github/administering-a-repository/managing-releases-in-a-repository) is created.
36
+
The documentation is automatically built and [published](https://chillenzer.github.io/KitGenBench) whenever a [GitHub Release](https://help.github.com/en/github/administering-a-repository/managing-releases-in-a-repository) is created.
37
37
To manually build documentation, call the following command.
0 commit comments