Skip to content

Commit 189ba6b

Browse files
committed
Fix the performance e2e test - timer migration == 1
1 parent 60647cd commit 189ba6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functests/1_performance/performance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ var _ = Describe("[rfe_id:27368][performance]", func() {
336336
"kernel.nmi_watchdog": "0",
337337
"kernel.sched_rt_runtime_us": "-1",
338338
"vm.stat_interval": "10",
339-
"kernel.timer_migration": "0",
339+
"kernel.timer_migration": "1",
340340
}
341341

342342
key := types.NamespacedName{

0 commit comments

Comments
 (0)