Skip to content

Commit 1699a03

Browse files
committed
Just jitdump
1 parent 6af803d commit 1699a03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/unit/engine_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
module Wasmtime
44
RSpec.describe Engine do
55
describe ".new" do
6-
profiler_options = [:none]
7-
# profiler_options.push(:jitdump, :vtune) if Gem::Platform.local.os == "linux"
6+
profiler_options = [] # :none]
7+
profiler_options.push(:jitdump) # :vtune) if Gem::Platform.local.os == "linux"
88

99
# enum options represented as symbols
1010
[

0 commit comments

Comments
 (0)