Commit Graph

2 Commits

Author SHA1 Message Date
aarongreen
a4b7366b78 pw_perf_test: Rework docs
This CL updates the module docs according to the guidance given in
//docs/contributing/module_docs.html#docs-contrib-moduledocs.

Change-Id: Ibbb3b64e9e1cb9a839652eec07f6cf414b5e6582
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/179610
Reviewed-by: Kayce Basques <kayce@google.com>
Commit-Queue: Aaron Green <aarongreen@google.com>
2023-11-21 21:24:26 +00:00
aarongreen
e596056be5 pw_perf_test: Reogranize source files
This CL moves `internal::Framework`, `internal::TestInfo`, and `State`
out of pw_perf_test.h and into their own separate files.

It also moves performance_test_generic.cc to
examples/example_perf_test.cc.

Finally, it removes perf_test_test.cc as this file created a no-op unit
test.

Change-Id: Id5e984cdf80bb7ed801be1f81ebb8cba8c05b91b
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/178914
Reviewed-by: Armando Montanez <amontanez@google.com>
Commit-Queue: Aaron Green <aarongreen@google.com>
2023-11-10 22:56:41 +00:00