Skip to content

Commit

Permalink
update readme again
Browse files Browse the repository at this point in the history
  • Loading branch information
stecrotti committed Oct 17, 2023
1 parent 3eacf1e commit 5a74cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ res = benchmarkpkg("TensorTrains")
Pretty-print on a markdown file
```julia
using Dates
day = string(today())
datetime = string(now())
directory = "./"
fn = directory * "benchmark_" * day * ".md"
fn = directory * "benchmark_" * datetime * ".md"
export_markdown(fn, res)
```

Expand Down

0 comments on commit 5a74cde

Please sign in to comment.