aboutsummaryrefslogtreecommitdiff
path: root/src/bench/descriptors.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench/descriptors.cpp')
-rw-r--r--src/bench/descriptors.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bench/descriptors.cpp b/src/bench/descriptors.cpp
index 5c868a8573..0fe554ca4a 100644
--- a/src/bench/descriptors.cpp
+++ b/src/bench/descriptors.cpp
@@ -27,4 +27,4 @@ static void ExpandDescriptor(benchmark::Bench& bench)
});
}
-BENCHMARK(ExpandDescriptor);
+BENCHMARK(ExpandDescriptor, benchmark::PriorityLevel::HIGH);