Skip to content

Commit

Permalink
That doesn't work of course
Browse files Browse the repository at this point in the history
  • Loading branch information
solatis committed Sep 10, 2021
1 parent 6458f79 commit 22aba89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_perf.py
Expand Up @@ -56,7 +56,7 @@ def test_perf_flamechart(qdbd_connection, entry_name, random_string):

def test_perf_flamechart_to_file(qdbd_connection, entry_name, random_string):
qdbd_connection.perf().enable()
qdbd_connection.query('select * from "8DSE2UBARPUU9O69"')
qdbd_connection.blob(entry_name).put(random_string)

filename='test_perf.out'
xs = qdbd_connection.perf().get(flame=True, outfile=filename)
Expand Down

0 comments on commit 22aba89

Please sign in to comment.