7 lines
164 B
Julia
7 lines
164 B
Julia
|
const file = joinpath((@__FILE__) |> dirname |> dirname, "example", "examples.bib") |> readstring
|
||
|
|
||
|
using BenchmarkTools
|
||
|
using BibTeX
|
||
|
|
||
|
@benchmark parse_bibtex(file)
|