Skip to content

Commit 02c29b5

Browse files
committed
Split benchmarks into primary and secondary categories
1 parent 1e8322f commit 02c29b5

File tree

60 files changed

+537
-176
lines changed

Some content is hidden

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

60 files changed

+537
-176
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+
}

0 commit comments

Comments
 (0)