More Code/Framework
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Benchmark
|
||||
|
||||
BENCHMARK_DEFINE_F(BM_PrefabLoad, LoadPrefab_Basic)(::benchmark::State& state)
|
||||
{
|
||||
const unsigned int numTemplates = state.range();
|
||||
const unsigned int numTemplates = static_cast<unsigned int>(state.range());
|
||||
CreateFakePaths(numTemplates);
|
||||
|
||||
for (auto _ : state)
|
||||
|
||||
Reference in New Issue
Block a user