PR comments

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-09-13 14:07:28 -07:00
parent 972944e762
commit 880e3c99be
5 changed files with 9 additions and 7 deletions
@@ -1163,12 +1163,14 @@ namespace Benchmark
m_absolutePath.swap(temp);
delete m_streamer;
m_streamer = nullptr;
SystemFile::Delete(TestFileName);
AZ::IO::FileIOBase::SetInstance(nullptr);
AZ::IO::FileIOBase::SetInstance(m_previousFileIO);
delete m_fileIO;
m_fileIO = nullptr;
}
public:
constexpr static const char* TestFileName = "StreamerBenchmark.bin";