Skip to content

Tachyon --jsonl output does not print filename on completion #150034

@lkollar

Description

@lkollar

Bug report

Bug description:

All reporters either print the name of the file they generate or in the case of --pstats, the report is displayed. However, --json does not print the filename and this can make it tricky to figure out the result file name, especially when performing multiple runs.

sudo ./python.exe -m profiling.sampling run --jsonl test_workload.py
Starting test workload...
Workload finished.
Captured 5,069 samples in 5.07 seconds
Sample rate: 999.98 samples/sec
Error rate: 0.28

CPython versions tested on:

CPython main branch

Operating systems tested on:

macOS

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    stdlibStandard Library Python modules in the Lib/ directorytopic-profilingtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions