Skip to content

Commit 0c7f72a

Browse files
committed
Split benchmarks into primary and secondary categories
1 parent 1e8322f commit 0c7f72a

File tree

59 files changed

+514
-174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+514
-174
lines changed

collector/benchmarks/README.md

Lines changed: 26 additions & 30 deletions
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"cargo_opts": "--lib",
33
"runs": 1,
4-
"touch_file": "src/cargo/lib.rs"
4+
"touch_file": "src/cargo/lib.rs",
5+
"category": "primary"
56
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "primary"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"cargo_toml": "cranelift-codegen/Cargo.toml",
3-
"touch_file": "cranelift-codegen/src/lib.rs"
3+
"touch_file": "cranelift-codegen/src/lib.rs",
4+
"category": "primary"
45
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"cargo_toml": "diesel/Cargo.toml",
3-
"touch_file": "diesel/src/lib.rs"
3+
"touch_file": "diesel/src/lib.rs",
4+
"category": "primary"
45
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"supports_stable": true,
3-
"touch_file": "src/lib.rs"
3+
"touch_file": "src/lib.rs",
4+
"category": "primary"
45
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"supports_stable": true
2+
"supports_stable": true,
3+
"category": "primary"
34
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "primary"
3+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"supports_stable": true,
3-
"touch_file": "src/lib.rs"
3+
"touch_file": "src/lib.rs",
4+
"category": "primary"
45
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"touch_file": "src/lib.rs"
2+
"touch_file": "src/lib.rs",
3+
"category": "primary"
34
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"supports_stable": true
2+
"supports_stable": true,
3+
"category": "primary"
34
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"supports_stable": false,
3-
"touch_file": "src/lib.rs"
3+
"touch_file": "src/lib.rs",
4+
"category": "secondary"
45
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"supports_stable": true,
3-
"runs": 1
3+
"runs": 1,
4+
"category": "primary"
45
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"supports_stable": true,
3-
"touch_file": "src/lib.rs"
3+
"touch_file": "src/lib.rs",
4+
"category": "primary"
45
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"touch_file": "src/main.rs"
2+
"touch_file": "src/main.rs",
3+
"category": "primary"
34
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"cargo_toml": "serde/Cargo.toml",
3-
"touch_file": "serde/src/lib.rs"
3+
"touch_file": "serde/src/lib.rs",
4+
"category": "primary"
45
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"cargo_opts": "--features=stm32f405"
2+
"cargo_opts": "--features=stm32f405",
3+
"category": "primary"
34
}

collector/benchmarks/style-servo/perf-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"cargo_toml": "components/style/Cargo.toml",
55
"runs": 1,
66
"supports_stable": true,
7-
"touch_file": "components/style/lib.rs"
7+
"touch_file": "components/style/lib.rs",
8+
"category": "primary"
89
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"supports_stable": true,
3-
"touch_file": "src/lib.rs"
3+
"touch_file": "src/lib.rs",
4+
"category": "primary"
45
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"cargo_opts": "--bin token-stream-stress-bin",
3-
"touch_file": "src/main.rs"
3+
"touch_file": "src/main.rs",
4+
"category": "secondary"
45
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"supports_stable": true,
3-
"touch_file": "src/main.rs"
3+
"touch_file": "src/main.rs",
4+
"category": "primary"
45
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"runs": 1
2+
"runs": 1,
3+
"category": "secondary"
34
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"runs": 1
2+
"runs": 1,
3+
"category": "primary"
34
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "primary"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"cargo_toml": "wrench/Cargo.toml",
33
"runs": 1,
4-
"touch_file": "wrench/src/main.rs"
4+
"touch_file": "wrench/src/main.rs",
5+
"category": "primary"
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"cargo_toml": "webrender/Cargo.toml",
33
"runs": 1,
4-
"touch_file": "webrender/src/lib.rs"
4+
"touch_file": "webrender/src/lib.rs",
5+
"category": "primary"
56
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"category": "secondary"
3+
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"touch_file": "src/lib.rs"
2+
"touch_file": "src/lib.rs",
3+
"category": "secondary"
34
}

0 commit comments

Comments
 (0)