kitalkuyo-gita commented on code in PR #710: URL: https://github.com/apache/geaflow/pull/710#discussion_r2616848978
########## geaflow/geaflow-dsl/geaflow-dsl-runtime/scripts/generate_ldbc_test_data.py: ########## @@ -0,0 +1,282 @@ +#!/usr/bin/env python3 +""" +LDBC Test Data Generator for GeaFlow Issue #363 + +This script generates larger-scale test data based on LDBC schema patterns. +Scale: Approximately LDBC SF0.1 (1/10 of SF1) +- ~300 Person vertices (20x current) +- ~3000 edges (30x current) + +This provides a middle ground for performance testing without requiring +the full LDBC SF1 dataset generation infrastructure. +""" + Review Comment: Thank you for your contribution. Please add a license to ensure CI approval. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
