Skip to content

Commit

Permalink
Add benchmark/benchmarks.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
singularitti committed Jan 21, 2024
1 parent cfb223e commit 6206ec0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
using QuantumESPRESSOBase
using BenchmarkTools

SUITE = BenchmarkGroup()
SUITE["rand"] = @benchmarkable rand(10)

# Write your benchmarks here.

0 comments on commit 6206ec0

Please sign in to comment.