Page MenuHomePhabricator

bench: Represents paths with fs::path instead of std::string
ClosedPublic

Authored by PiRK on Jan 3 2024, 09:51.

Details

Summary

Also uses fs::path quoting in bench printed strings and fixes a
misleading error message.

Originally suggested https://github.com/bitcoin/bitcoin/pull/20744#issuecomment-1022486215

Co-authored-by: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com>

This is a backport of core#24252

Test Plan

ninja bench-bitcoin

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

PiRK requested review of this revision.Jan 3 2024, 09:51
bytesofman added a subscriber: bytesofman.
  • builds are good
  • Unless I'm missing something, PR is exactly the same as merged core PR
This revision is now accepted and ready to land.Jan 3 2024, 20:28