new files
This commit is contained in:
parent
352997ae86
commit
1c31cd6795
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,6 @@
|
|||
const file = joinpath((@__FILE__) |> dirname |> dirname, "example", "examples.bib") |> readstring
|
||||
|
||||
using BenchmarkTools
|
||||
using BibTeX
|
||||
|
||||
@benchmark parse_bibtex(file)
|
Loading…
Reference in New Issue