distbench: add new package (#32605)

This commit is contained in:
João Marcos 2022-09-12 03:44:05 -03:00 committed by GitHub
parent d4ec0da49a
commit 7382a3ca89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,18 @@
# Copyright 2013-2022 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack.package import *
class Distbench(MakefilePackage):
"""Distbench is a tool for synthesizing a variety of network traffic patterns used in
distributed systems, and evaluating their performance across multiple networking stacks."""
homepage = "https://github.com/google/distbench"
url = "https://github.com/google/distbench/archive/refs/tags/v1.0rc4.tar.gz"
version("1.0rc4", sha256="adc8da85890219800207d0d4cd7ffd63193d2c4007dba7c44cf545cc13675ff7")
depends_on("bazel", type="build")