MCPcopy Create free account
hub / github.com/avoidwork/tenso / main

Function main

benchmarks/basic-http.js:176–188  ·  view source on GitHub ↗

* Main execution

()

Source from the content-addressed store, hash-verified

174 * Main execution
175 */
176async function main () {
177 console.log("🔥 Basic HTTP Performance Benchmarks");
178
179 try {
180 await testRequestResponse();
181 testJsonSerialization();
182
183 console.log("\n✅ Basic HTTP benchmarks completed\n");
184 } catch (error) {
185 console.error("❌ Benchmark failed:", error);
186 process.exit(1);
187 }
188}
189
190main();

Callers 1

basic-http.jsFile · 0.70

Calls 3

testRequestResponseFunction · 0.85
testJsonSerializationFunction · 0.85
logMethod · 0.80

Tested by

no test coverage detected