Skip to content

Commit 59abb9a

Browse files
authored
Update README.md
1 parent 62fceaf commit 59abb9a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,12 @@ To build, use any IDE applicable to the generator, or build straight from CMake:
156156
cmake --build .
157157
```
158158

159-
Run the **CxxRTLTestApplication** binary generated in the `../bin` folder. *(Tested MSVC-19, GCC-14 & Clang-19)*
160-
* See `CxxTestRegistration/src/MyReflectionTests/` for introductory type registration & reflective programming examples.
161-
* See `CxxRTLTestApplication/src` for detailed test cases.
162-
159+
Run the RTLTestRunApp or RTLBenchmarkApp binaries generated in the ../bin directory. (Tested with MSVC 19, GCC 14, and Clang 19)
160+
* See CxxTestRegistration/src/MyReflectionTests/ for introductory examples of type registration and reflective programming.
161+
* See RTLTestRunApp/src for detailed test cases.
162+
* See RTLBenchmarkApp/src for benchmarking implementations.
163+
* Run run_benchmarks.sh to perform automated benchmarking, from micro-level tests to scaled workloads.
164+
163165
## Contributions
164166

165167
Contributions welcome! Report bugs, request features, or submit PRs on GitHub.

0 commit comments

Comments
 (0)