Hi, so I have an API application which utilizes pyinstrument to profile requests. Currently I'm saving the results in a database but it is tedious to copy from the database, and then open/read the results elsewhere. I'd like to know what the expected/common solution to this is? Essentially I'd like to be able to have a web-app or something else where I can simply click a specific run in the database and open the relevant HTML file or something.
Is this something that's possible? What's the approach? How would I accomplish this?
Hi, so I have an API application which utilizes pyinstrument to profile requests. Currently I'm saving the results in a database but it is tedious to copy from the database, and then open/read the results elsewhere. I'd like to know what the expected/common solution to this is? Essentially I'd like to be able to have a web-app or something else where I can simply click a specific run in the database and open the relevant HTML file or something.
Is this something that's possible? What's the approach? How would I accomplish this?