Skip to content

Drop script-servo-2 benchmark #740

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 2 commits into from
Aug 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
strategy:
matrix:
BENCH_INCLUDE_EXCLUDE_OPTS: [
"--exclude script-servo,webrender-wrench,style-servo,cargo",
"--exclude webrender-wrench,style-servo,cargo",
"--include webrender-wrench,style-servo,cargo",
"--include script-servo",
]
BUILD_KINDS: [
"Check,Doc,Debug",
Expand Down
3 changes: 0 additions & 3 deletions collector/benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ These are real programs that are important in some way, and worth tracking.
- **piston-image**: A modular game engine. An interesting Rust program.
- **regex**: A regular expression parser. Used by many Rust programs.
- **ripgrep**: A line-oriented search tool. A widely-used utility.
- **script-servo-2**: Servo's `script` crate. A particularly large crate. At
5ad7e5b4fbd58, with [PR#27063](https://github.com/servo/servo/pull/27063)
applied atop.
- **serde**: A serialization/deserialization crate. Used by many other
Rust programs.
- **style-servo**: Servo's `style` crate. A large crate, and one used by
Expand Down
121 changes: 0 additions & 121 deletions collector/benchmarks/script-servo-2/.clang-format

This file was deleted.

6 changes: 0 additions & 6 deletions collector/benchmarks/script-servo-2/.gitattributes

This file was deleted.

66 changes: 0 additions & 66 deletions collector/benchmarks/script-servo-2/.gitignore

This file was deleted.

30 changes: 0 additions & 30 deletions collector/benchmarks/script-servo-2/.hgignore

This file was deleted.

95 changes: 0 additions & 95 deletions collector/benchmarks/script-servo-2/.mailmap

This file was deleted.

Loading