Remove benchmark things for now and no need for release mode on a test

This commit is contained in:
James Wilson
2021-07-27 14:28:27 +01:00
parent 2ca5f6a1fb
commit 61fd903f55
4 changed files with 1 additions and 399 deletions
+1 -2
View File
@@ -496,9 +496,8 @@ async fn feed_can_subscribe_and_unsubscribe_from_chain() {
/// Feeds will be disconnected if they can't receive messages quickly enough.
#[tokio::test]
async fn slow_feeds_are_disconnected() {
// Start server in release mode with a 1s feed timeout (to make the test run faster):
let mut server = start_server(
true,
false,
// Timeout faster so the test can be quicker:
CoreOpts {
feed_timeout: Some(1),