BibTeX.jl/test/benchmark.jl

7 lines
171 B
Julia
Raw Normal View History

2017-07-31 20:17:41 +02:00
const file = joinpath((@__FILE__) |> dirname |> dirname, "example", "examples.bib") |> readstring
using BenchmarkTools
using BibTeX
@benchmark BibTeX.parse_bibtex(file)