aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/rosa_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/rosa_test.go')
-rw-r--r--internal/rosa/rosa_test.go10
1 files changed, 10 insertions, 0 deletions
diff --git a/internal/rosa/rosa_test.go b/internal/rosa/rosa_test.go
index 18d7b99b..ba51b248 100644
--- a/internal/rosa/rosa_test.go
+++ b/internal/rosa/rosa_test.go
@@ -91,3 +91,13 @@ func TestCureAll(t *testing.T) {
})
}
}
+
+func BenchmarkStage3(b *testing.B) {
+ for b.Loop() {
+ rosa.Std.Load(rosa.LLVMClang)
+
+ b.StopTimer()
+ rosa.DropCaches()
+ b.StartTimer()
+ }
+}