Skip to content

Commit 5251b6c

Browse files
committed
System information
[only benchmarks] [skip docs]
1 parent dadbf35 commit 5251b6c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

perf/runbenchmarks.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ if real_run
1616
BenchmarkTools.DEFAULT_PARAMETERS.evals = 0
1717
end
1818

19+
# print system information
20+
@info "System information:\n" * sprint(io->Metal.versioninfo(io))
21+
1922
# convenience macro to create a benchmark that requires synchronizing the GPU
2023
macro async_benchmarkable(ex...)
2124
quote
@@ -88,7 +91,7 @@ end
8891

8992
## submission
9093

91-
using JSON, HTTP
94+
# using JSON, HTTP
9295

9396
# if real_run
9497
# @info "Submitting to Codespeed..."

0 commit comments

Comments
 (0)