Skip to content

Commit 4472795

Browse files
Editing README
1 parent d20a8fe commit 4472795

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace ns {
3636
Or use one of the Macros described
3737
[here](https://github.com/nlohmann/json?tab=readme-ov-file#simplify-your-life-with-macros) in your class/struct.
3838

39-
By leveraging reflection, we can support for something as simple as:
39+
By leveraging compile-time reflection, we can support for something as simple as:
4040

4141
```c++
4242
int main() {
@@ -49,6 +49,7 @@ int main() {
4949

5050
With ~200 lines of code (as you can see in the [toy_builder.cpp](prototype_playground/toy_builder.cpp)).
5151

52+
5253
## Current status
5354
There are 2 versions of compiler that aim to support the C++ 26 reflection paper.
5455

@@ -211,6 +212,11 @@ cmake --build build
211212
./build/benchmarks/src/SerializationBenchmark
212213
```
213214

215+
4. Run the (twitter) benchmark.
216+
```bash
217+
./build/benchmarks/src/SerializationTwitterBenchmark
218+
```
219+
214220
### Running tests
215221

216222
```bash

0 commit comments

Comments
 (0)