We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205af96 commit 3bae723Copy full SHA for 3bae723
1 file changed
Lib/test/test_profiling/test_sampling_profiler/test_collectors.py
@@ -494,7 +494,7 @@ def test_flamegraph_collector_export(self):
494
# Should be valid HTML
495
self.assertIn("<!doctype html>", content.lower())
496
self.assertIn("<html", content)
497
- self.assertIn("Python Performance Flamegraph", content)
+ self.assertIn("Tachyon Profiler - Flamegraph", content)
498
self.assertIn("d3-flame-graph", content)
499
500
# Should contain the data
0 commit comments