Skip to content

Commit b65d463

Browse files
authored
Merge branch 'main' into legacy-unwrap
2 parents c3697fb + c664078 commit b65d463

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.buildkite/pipeline_perf.py

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,22 @@
2727
"devtool_opts": "-c 1-10 -m 0",
2828
"ab_opts": "--noise-threshold 0.1",
2929
},
30-
"network-latency": {
31-
"label": "📠 Network Latency",
32-
"test_path": "integration_tests/performance/test_network_ab.py::test_network_latency",
30+
"network": {
31+
"label": "📠 Network Latency and Throughput",
32+
"test_path": "integration_tests/performance/test_network_ab.py",
3333
"devtool_opts": "-c 1-10 -m 0",
3434
# Triggers if delta is > 0.01ms (10µs) or default relative threshold (5%)
35+
# only relevant for latency test, throughput test will always be magnitudes above this anyway
3536
"ab_opts": "--absolute-strength 0.010",
3637
},
37-
"network-throughput": {
38-
"label": "📠 Network TCP Throughput",
39-
"test_path": "integration_tests/performance/test_network_ab.py::test_network_tcp_throughput",
40-
"devtool_opts": "-c 1-10 -m 0",
41-
},
4238
"snapshot-latency": {
4339
"label": "📸 Snapshot Latency",
44-
"test_path": "integration_tests/performance/test_snapshot_ab.py",
40+
"test_path": "integration_tests/performance/test_snapshot_ab.py::test_restore_latency integration_tests/performance/test_snapshot_ab.py::test_post_restore_latency",
41+
"devtool_opts": "-c 1-12 -m 0",
42+
},
43+
"population-latency": {
44+
"label": "📸 Memory Population Latency",
45+
"test_path": "integration_tests/performance/test_snapshot_ab.py::test_population_latency",
4546
"devtool_opts": "-c 1-12 -m 0",
4647
},
4748
"vsock-throughput": {

src/firecracker/swagger/firecracker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ info:
88
version: 1.12.0-dev
99
termsOfService: ""
1010
contact:
11-
email: "compute-capsule@amazon.com"
11+
email: "firecracker-maintainers@amazon.com"
1212
license:
1313
name: "Apache 2.0"
1414
url: "http://www.apache.org/licenses/LICENSE-2.0.html"

0 commit comments

Comments
 (0)