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 dadbf35 commit 5251b6cCopy full SHA for 5251b6c
perf/runbenchmarks.jl
@@ -16,6 +16,9 @@ if real_run
16
BenchmarkTools.DEFAULT_PARAMETERS.evals = 0
17
end
18
19
+# print system information
20
+@info "System information:\n" * sprint(io->Metal.versioninfo(io))
21
+
22
# convenience macro to create a benchmark that requires synchronizing the GPU
23
macro async_benchmarkable(ex...)
24
quote
@@ -88,7 +91,7 @@ end
88
91
89
92
## submission
90
93
-using JSON, HTTP
94
+# using JSON, HTTP
95
96
# if real_run
97
# @info "Submitting to Codespeed..."
0 commit comments