We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af803d commit 1699a03Copy full SHA for 1699a03
1 file changed
spec/unit/engine_spec.rb
@@ -3,8 +3,8 @@
3
module Wasmtime
4
RSpec.describe Engine do
5
describe ".new" do
6
- profiler_options = [:none]
7
- # profiler_options.push(:jitdump, :vtune) if Gem::Platform.local.os == "linux"
+ profiler_options = [] # :none]
+ profiler_options.push(:jitdump) # :vtune) if Gem::Platform.local.os == "linux"
8
9
# enum options represented as symbols
10
[
0 commit comments