Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 6 additions & 1 deletion sebs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
"""
SeBS
SeBS: Serverless Benchmark Suite.

This package provides the core functionalities for defining, deploying, running,
and analyzing serverless benchmarks across various FaaS platforms.
It includes modules for managing FaaS systems, benchmarks, experiments,
configurations, caching, and utility functions.
"""

from .version import __version__ # noqa
Expand Down
Loading