Skip to content

Commit

Permalink
Deprecate legacy workload_generator.py, corpus.py, and index.py
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hoang <[email protected]>
  • Loading branch information
Ian Hoang committed Aug 5, 2024
1 parent f81c016 commit 6938a9e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 441 deletions.
3 changes: 1 addition & 2 deletions osbenchmark/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
test_execution_orchestrator, results_publisher, \
metrics, workload, exceptions, log
from osbenchmark.builder import provision_config, builder
from osbenchmark.workload_generator import workload_generator, custom_workload_generator
from osbenchmark.workload_generator import custom_workload_generator
from osbenchmark.utils import io, convert, process, console, net, opts, versions


Expand Down Expand Up @@ -937,7 +937,6 @@ def dispatch_sub_command(arg_parser, args, cfg):
cfg.add(config.Scope.applicationOverride, "workload", "custom_queries", args.custom_queries)
configure_connection_params(arg_parser, args, cfg)

# workload_generator.create_workload(cfg)
custom_workload_generator.create_workload(cfg)
elif sub_command == "info":
configure_workload_params(arg_parser, args, cfg)
Expand Down
112 changes: 0 additions & 112 deletions osbenchmark/workload_generator/corpus.py

This file was deleted.

120 changes: 0 additions & 120 deletions osbenchmark/workload_generator/index.py

This file was deleted.

Loading

0 comments on commit 6938a9e

Please sign in to comment.