Skip to content

Revert "test(shared-matrix): add execution time performance benchmark tests for insert/remove rows, columns, and set cells" #24778

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions packages/dds/matrix/.gitignore
Original file line number Diff line number Diff line change
@@ -54,9 +54,6 @@ temp_modules/
# Output folder for memory profiling tests
.memoryTestsOutput

# Output folder for execution time profiling tests
.benchmarkOutput

bench/dist/
bench/profile.txt

1 change: 0 additions & 1 deletion packages/dds/matrix/package.json
Original file line number Diff line number Diff line change
@@ -98,7 +98,6 @@
"lint:fix": "fluid-build . --task eslint:fix --task format",
"pack:tests": "tar -cf ./matrix.test-files.tar ./src/test ./dist/test ./lib/test",
"test": "npm run test:mocha",
"test:benchmark:report": "mocha --config src/test/time/.mocharc.cjs",
"test:coverage": "c8 npm test",
"test:memory": "mocha --config src/test/memory/.mocharc.cjs",
"test:memory-profiling:report": "mocha --config src/test/memory/.mocharc.cjs",
19 changes: 0 additions & 19 deletions packages/dds/matrix/src/test/time/.mocharc.cjs

This file was deleted.

283 changes: 0 additions & 283 deletions packages/dds/matrix/src/test/time/sharedMatrix.spec.ts

This file was deleted.

1 change: 0 additions & 1 deletion tools/pipelines/test-perf-benchmarks.yml
Original file line number Diff line number Diff line change
@@ -35,7 +35,6 @@ parameters:
type: object
default:
- "@fluidframework/tree"
- "@fluidframework/matrix"
- "@fluid-experimental/tree"
- "@fluidframework/merge-tree"
- "@fluidframework/container-runtime"
Loading
Oops, something went wrong.