Skip to content

Instantly share code, notes, and snippets.

@OlgaMurzina
OlgaMurzina / tests_elastic.py
Created July 12, 2023 19:58 — forked from 4ndr01d3/tests_elastic.py
python scripts to compare solr vs elasticsearch
import unittest
import http.client
import json
import urllib.parse
class InterproSolrTest(unittest.TestCase):
server = "hmmer-prod-db01"
port = 9200
response_times = []