Skip to content

Commit

Permalink
test: add touying test assets
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadnucYard authored and Enter-tainer committed Nov 25, 2024
1 parent 488cace commit 5231058
Show file tree
Hide file tree
Showing 11 changed files with 18,432 additions and 1 deletion.
4 changes: 3 additions & 1 deletion benches/pretty_print.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ fn bench_pretty(c: &mut Criterion, id: &str, path: &str) {
});
}

const TEST_ASSETS: [&str; 6] = [
const TEST_ASSETS: [&str; 8] = [
"tablex",
"cetz-manual",
"undergraduate-math",
"packages/codly",
"packages/fletcher-diagram",
"packages/fletcher-draw",
"packages/touying/core",
"packages/touying/utils",
];

fn benchmark_attrs(c: &mut Criterion) {
Expand Down
Loading

0 comments on commit 5231058

Please sign in to comment.