You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this repository has one way to generate an intense load to a cluster by means of bazel genrules in directory named genrules. It uses an upper bound to generate txt files, and copy pdf and tar.gz files, allowing for generating thousandths of targets. However, no other example provides this capability making it difficult to generate an intense load in the different pools a customer or our own clusters may have. It is desirable then to implement examples that generate intense loads on different pools, mainly typescript and macos pools (using swift?). It should also be possible to create specific heavy loads that target gpu based instances, like those ones the cluster bornite has, by using matrix operations or things of the sort.
Should have
Implement cpu intense program for specific languages to be built on a specific pool.
linux pool: languages like java, go and python
macos pool: languages like scala, swift and csharp
ts pool: typescript
Allow to customize how intense the load will be by means of parameters
Double-check
linux pool examples
macos examples
ts example
The text was updated successfully, but these errors were encountered:
Description
Currently, this repository has one way to generate an intense load to a cluster by means of
bazel genrules
in directory namedgenrules
. It uses an upper bound to generatetxt
files, and copypdf
andtar.gz
files, allowing for generating thousandths of targets. However, no other example provides this capability making it difficult to generate an intense load in the different pools a customer or our own clusters may have. It is desirable then to implement examples that generate intense loads on different pools, mainly typescript and macos pools (usingswift
?). It should also be possible to create specific heavy loads that targetgpu
based instances, like those ones the clusterbornite
has, by using matrix operations or things of the sort.Should have
Double-check
The text was updated successfully, but these errors were encountered: