Move retref-bench sources and support files into new subdir
Add XRay FDR mode microbenchmark
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 12187 Build 12187: arc lint + arc unit
Event Timeline
MicroBenchmarks/XRay/FDRMode/CMakeLists.txt | ||
---|---|---|
11 | Not sure if all systems will be happy with a colon in the filename of the test... can we use a less extraordinary character here? Say another - or _ instead? | |
MicroBenchmarks/XRay/FDRMode/fdrmode-bench.cc | ||
2 | Please put the same license (LLVM license) in the header of this file. Use similar language to the one we put on the ReturnReference benchmarks. |
Comment Actions
- Add header with license and description to fdrmode-bench.cc
- rename .test files to use less exotic character set
Not sure if all systems will be happy with a colon in the filename of the test... can we use a less extraordinary character here? Say another - or _ instead?