Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COLA-Laboratory/TransOPT
/ load_data
Function
load_data
demo/comparison/plot_samples_dbms.py:58–61 ·
view source on GitHub ↗
(workload)
Source
from the content-addressed store, hash-verified
56
return
df_combined
57
58
def
load_data(workload):
59
result_file = dbms_samples_path / f
"DBMS_{workload}.json"
60
df = load_and_prepare_data(result_file)
61
return
df
62
63
64
def
plot_pareto_front(workload):
Callers
2
plot_pareto_front
Function · 0.70
plot_all
Function · 0.70
Calls
1
load_and_prepare_data
Function · 0.70
Tested by
no test coverage detected