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 e35ae37 commit 25233e5Copy full SHA for 25233e5
benchmark/single-source/PrimsNonStrongRef.swift
@@ -35,7 +35,7 @@ public let PrimsNonStrongRef: [BenchmarkInfo] = ({
35
var benchmarks: [BenchmarkInfo] = []
36
#if false
37
// TODO: Stabilize weak benchmark.
38
- benchmarks..append(BenchmarkInfo(
+ benchmarks.append(BenchmarkInfo(
39
name: "Prims.NonStrongRef.Weak",
40
runFunction: run_PrimsWeak,
41
tags: [.validation, .algorithm],
0 commit comments