allows you to benchmark against 1 chosen URL.
This modifies slightly one of our benchmark program so that we can narrowly benchmark URLs one by one if needed.
aarch64 is once again failing with a constexpr issue...
@anonrig Regarding documentation, have you seen this?
Note that though it is not well documented, we can also filter benchmarks..
./build/benchmarks/wpt_bench tests/wpt/urltestdata.json --benchmark_filter=BasicBench_AdaURL_url_aggregator
But that's Google Benchmark stuff. (And it was not previously documented.)
Note that the command line processing is not great in these tools. It is kind of a hack, but we don't expect most users to care about these details.
I see it is still failing the aarch64 ... :-/
@lemire it seems aarch64 is still failing. would you mind taking a look into it?