Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 committed Apr 20, 2023
1 parent b6ea99b commit 70a3f84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 46 deletions.
9 changes: 0 additions & 9 deletions benchcases/css-heavy/test.config.json

This file was deleted.

34 changes: 0 additions & 34 deletions benchcases/lodash-with-simple-css/test.config.json

This file was deleted.

6 changes: 3 additions & 3 deletions scripts/bench/make-threejs10x.js
Expand Up @@ -2,10 +2,10 @@ import "zx/globals";

await import("../meta/check_is_workspace_root.js");

fs.ensureDir("./benchcases/threejs10x");
fs.ensureDir("./benchcases/threejs10x/src");

for (const i in Array(10).fill(null)) {
await $`cp -r ./benchcases/.three/src ./benchcases/threejs10x/copy${i}`;
await $`cp -r ./benchcases/.three/src ./benchcases/threejs10x/src/copy${i}`;
}

const entryCode = Array(10)
Expand All @@ -16,7 +16,7 @@ const entryCode = Array(10)
)
.join("\n");

fs.writeFile("./benchcases/threejs10x/entry.js", entryCode);
fs.writeFile("./benchcases/threejs10x/src/entry.js", entryCode);

// Create test.config.json

Expand Down

0 comments on commit 70a3f84

Please sign in to comment.