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

Function main

benchmarks/serializers.js:356–366  ·  view source on GitHub ↗

* Main execution function

()

Source from the content-addressed store, hash-verified

354 * Main execution function
355 */
356async function main () {
357 benchmarkCustomSerializer();
358 benchmarkPlainSerializer();
359 benchmarkSerializerComparison();
360 benchmarkErrorHandling();
361 benchmarkDataSizeImpact();
362 testSerializerMemoryUsage();
363 benchmarkStatusCodeHandling();
364
365 console.log("✅ Serializer benchmarks completed\n");
366}
367
368main().catch(console.error);

Callers 1

serializers.jsFile · 0.70

Calls 8

benchmarkPlainSerializerFunction · 0.85
benchmarkErrorHandlingFunction · 0.85
logMethod · 0.80
benchmarkDataSizeImpactFunction · 0.70

Tested by

no test coverage detected