Skip to content

Commit 3ad0ed7

Browse files
Merge pull request #6 from Zhang-JiahangH/codex/setup-benchmark-tests-for-diff-viewers-77rdcd
Add Playwright-powered benchmark suite and runner
2 parents 9139fa6 + 492500c commit 3ad0ed7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

apps/benchmark/src/main.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,7 @@ type BenchmarkResult = {
2222
userAgent: string;
2323
};
2424

25-
type DiffViewerLikeProps = {
26-
oldValue: string;
27-
newValue: string;
28-
splitView: boolean;
29-
showDiffOnly: boolean;
30-
};
31-
32-
type DiffViewerLikeComponent = React.ComponentType<DiffViewerLikeProps>;
25+
type DiffViewerLikeComponent = React.ComponentType<any>;
3326

3427
declare global {
3528
interface Window {

0 commit comments

Comments
 (0)