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