aboutsummaryrefslogtreecommitdiff
path: root/test-suite/benches
AgeCommit message (Collapse)AuthorLines
2021-03-21hilarious and original jokeHEADmainMelody Horn-1/+1
2019-10-29Replace the test added by #349 with a bench (#351)est31-0/+35
CI environments can be noisy and while the test worked great locally on my machine, it didn't on the CI environment. This replaces the test with a (manually tracked) benchmark. As per https://github.com/alexcrichton/toml-rs/pull/349#issuecomment-546998173