repr 0.1
Reconstructable string representations and more
|
The following benchmarks measure only how long it took to compile. You can find these benchmarks in benchmark/compiletime.
These tests are generated by running clang with -ftime-trace
and processing the resulting tracing file using the palgen extension tools/benchmark.py (check documentation here).
The following benchmarks use Google Benchmark to measure runtime performance. You can find these tests in benchmark/runtime.