瀏覽代碼

Typo in C++ test program output

Ian Goldberg 2 年之前
父節點
當前提交
60314dbab9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cxx/spir_test.cpp

+ 1 - 1
cxx/spir_test.cpp

@@ -100,7 +100,7 @@ int main(int argc, char **argv)
 
         string query_msg = client.query(idx);
         size_t query_client_us = elapsed_us(&query_client_start);
-        cout << "Preprocessing client: " << query_client_us << " µs\n";
+        cout << "Query client: " << query_client_us << " µs\n";
         cout << "query_msg len = " << query_msg.length() << "\n";
 
         struct timeval query_server_start;