This is an archive of the discontinued LLVM Phabricator instance.

[XRay] [test-suite] Add FDR mode microbenchmark
ClosedPublic

Authored by eizan on Nov 14 2017, 2:38 AM.

Details

Summary

Move retref-bench sources and support files into new subdir
Add XRay FDR mode microbenchmark

Diff Detail

Repository
rL LLVM

Event Timeline

eizan created this revision.Nov 14 2017, 2:38 AM
eizan updated this revision to Diff 122801.Nov 14 2017, 2:40 AM
  • cleanup unused commented-out code
dberris requested changes to this revision.Nov 14 2017, 4:27 AM
dberris added inline comments.
MicroBenchmarks/XRay/FDRMode/CMakeLists.txt
11 ↗(On Diff #122801)

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
1 ↗(On Diff #122801)

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.

This revision now requires changes to proceed.Nov 14 2017, 4:27 AM
eizan updated this revision to Diff 122951.Nov 14 2017, 4:55 PM
eizan edited edge metadata.
  • Add header with license and description to fdrmode-bench.cc
  • rename .test files to use less exotic character set
dberris accepted this revision.Nov 14 2017, 5:04 PM

LGTM

This revision is now accepted and ready to land.Nov 14 2017, 5:04 PM
This revision was automatically updated to reflect the committed changes.
test-suite/trunk/MicroBenchmarks/XRay/retref-bench_BM_RDTSCP_Cost.test