mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
Automated Code Change
PiperOrigin-RevId: 792014045 Change-Id: I21718f98414754ff9df242565d210f557913a143
This commit is contained in:
committed by
Copybara-Service
parent
bf231ef420
commit
481ab927ae
@@ -50,7 +50,7 @@ static void BM_SpinLock(benchmark::State& state) {
|
||||
static absl::NoDestructor<absl::base_internal::SpinLock> spinlock(
|
||||
scheduling_mode);
|
||||
for (auto _ : state) {
|
||||
absl::base_internal::SpinLockHolder holder(spinlock.get());
|
||||
absl::base_internal::SpinLockHolder holder(*spinlock.get());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user