From 890b2ceff15f244ac9a5bf44fba9ba0aa9f5ab8d Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Wed, 30 Jun 2021 13:36:48 +0200 Subject: Compute benchmark stats difference --- vespa-feed-client/abi-spec.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vespa-feed-client/abi-spec.json') diff --git a/vespa-feed-client/abi-spec.json b/vespa-feed-client/abi-spec.json index e77f71fd2c5..e1fddfeefef 100644 --- a/vespa-feed-client/abi-spec.json +++ b/vespa-feed-client/abi-spec.json @@ -291,6 +291,7 @@ ], "methods": [ "public void (long, java.util.Map, long, long, long, long, long, long, long)", + "public ai.vespa.feed.client.OperationStats since(ai.vespa.feed.client.OperationStats)", "public long requests()", "public long responses()", "public long successes()", @@ -302,6 +303,8 @@ "public long maxLatencyMillis()", "public long bytesSent()", "public long bytesReceived()", + "public boolean equals(java.lang.Object)", + "public int hashCode()", "public java.lang.String toString()" ], "fields": [] -- cgit v1.2.3