Skip to content

Commit d02abb9

Browse files
committed
Uncomment benchmark exclude
1 parent d596d53 commit d02abb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
// main functions
2323
"absl/hash/internal/print_hash_of.cc",
2424
"absl/random/internal/gaussian_distribution_gentables.cc",
25-
// "absl/random/internal/randen_benchmarks.cc",
25+
"absl/random/internal/randen_benchmarks.cc",
2626
],
2727
sources: [
2828
"absl/"

0 commit comments

Comments
 (0)