Commit 9907a8c
committed
Use
I noticed that ruby-bench hangs after a long enough benchmarking
session. Turns out it was sudo trying to ask for with `quiet: true`.
Since it may hang trying to ask for input during exit, let's use
`--non-interactive` to opportunistically re-enable turbo boost.sudo --non-interactive in at_exit to not hang1 parent 7361542 commit 9907a8c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments