mirror of git://sourceware.org/git/glibc.git
Otherwise, we see the following runtime error when using the parameter:
File "./glibc/benchtests/scripts/compare_bench.py", line 46, in do_compare
if d > threshold:
TypeError: '>' not supported between instances of 'float' and 'str'
* benchtests/scripts/compare_bench.py (main): set float type on
threshold argument.
|
||
|---|---|---|
| .. | ||
| bench.py | ||
| benchout.schema.json | ||
| benchout_strings.schema.json | ||
| compare_bench.py | ||
| compare_strings.py | ||
| import_bench.py | ||
| validate_benchout.py | ||