mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
10 lines
99 B
C++
10 lines
99 B
C++
#pragma once
|
|
|
|
namespace Benchmark {
|
|
|
|
///
|
|
/// Run the benchmark.
|
|
///
|
|
void run();
|
|
|
|
}
|