We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043456b commit f766564Copy full SHA for f766564
Benchmarks/Benchmarks/WishYouWereFast/WishYouWereFast.swift
@@ -22,7 +22,7 @@ let benchmarks = {
22
atPath: wishYouWereFast.path
23
) {
24
guard file.hasSuffix(".wasm") else { continue }
25
- Benchmark("\(file)") { benchmark in
+ Benchmark("\(file)", configuration: .init(thresholds: [.peakMemoryResident: .relaxed])) { benchmark in
26
let engine = Engine()
27
let store = Store(engine: engine)
28
let module = try parseWasm(
0 commit comments