Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user config to specify type of distribution of time configuration #241

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix missing import
rayandrew committed Nov 12, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 024f0ab2e7b18a602a7962a66fe59a9b2eb2545f
2 changes: 1 addition & 1 deletion dlio_benchmark/utils/config.py
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
from time import time


from typing import List, ClassVar
from typing import Any, Dict, List, ClassVar

from dlio_benchmark.common.constants import MODULE_CONFIG
from dlio_benchmark.common.enumerations import StorageType, FormatType, Shuffle, ReadType, FileAccess, Compression, \