Skip to content

Commit

Permalink
Add all the benchmarks back
Browse files Browse the repository at this point in the history
  • Loading branch information
sophie-kaleba committed Nov 27, 2024
1 parent 3c230c8 commit d0d7dab
Showing 1 changed file with 24 additions and 25 deletions.
49 changes: 24 additions & 25 deletions rebench.conf
Original file line number Diff line number Diff line change
Expand Up @@ -56,18 +56,18 @@ benchmark_suites:
- Bounce: {extra_args: 2000, tags: [yuria ]}
- CD: {extra_args: 100, tags: [yuria2 ]}
- DeltaBlue: {extra_args: 9000, iterations: 400, tags: [yuria3 ]} #startup
# - Json: {extra_args: 120, tags: [yuria ]}
# - List: {extra_args: 500, tags: [yuria3 ]}
# - Mandelbrot: {extra_args: 500, tags: [yuria2 ]}
# - NBody: {extra_args: 250000, tags: [yuria ]}
# - NeuralNet: {extra_args: 1, iterations: 15, tags: [yuria3 ]}
# - Permute: {extra_args: 500, tags: [yuria2 ]}
# - Queens: {extra_args: 300, tags: [yuria ]}
# - Richards: {extra_args: 15, tags: [yuria2 ]}
# - Sieve: {extra_args: 5000, tags: [yuria3 ]}
# - SpectralNorm: {extra_args: 1, tags: [yuria2 ]}
# - Storage: {extra_args: 300, tags: [yuria3 ]}
# - Towers: {extra_args: 200, tags: [yuria ]}
- Json: {extra_args: 120, tags: [yuria ]}
- List: {extra_args: 500, tags: [yuria3 ]}
- Mandelbrot: {extra_args: 500, tags: [yuria2 ]}
- NBody: {extra_args: 250000, tags: [yuria ]}
- NeuralNet: {extra_args: 1, iterations: 15, tags: [yuria3 ]}
- Permute: {extra_args: 500, tags: [yuria2 ]}
- Queens: {extra_args: 300, tags: [yuria ]}
- Richards: {extra_args: 15, tags: [yuria2 ]}
- Sieve: {extra_args: 5000, tags: [yuria3 ]}
- SpectralNorm: {extra_args: 1, tags: [yuria2 ]}
- Storage: {extra_args: 300, tags: [yuria3 ]}
- Towers: {extra_args: 200, tags: [yuria ]}

startup-exp:
gauge_adapter: RebenchLog
Expand All @@ -79,16 +79,16 @@ benchmark_suites:
invocations: 1
max_invocation_time: 3024000
benchmarks:
- LeeBench: {extra_args: 300, iterations: 300, tags: [yuria2 ]} #startup
- FannkuchRedux: {extra_args: 1, iterations: 50, tags: [yuria ]}
- RubykonBench: {extra_args: 1, iterations: 30, tags: [yuria2 ]} #startup
- BlogRailsRoutes: {extra_args: 1, iterations: 50, tags: [yuria ]} #startup
- BlogRailsRoutesTwoRoutesTwoRequests: {extra_args: 1, iterations: 50, tags: [yuria ]} #startup
- ERubiRails: {extra_args: 1, iterations: 60, tags: [yuria2 ]} #startup
- MailBench: {extra_args: 1, iterations: 80, tags: [yuria3 ]} #startup
- PsychLoad: {extra_args: 1, iterations: 80, tags: [yuria ]} #startup
- HexaPdfSmall: {iterations: 80, tags: [yuria2 ], extra_args: 1} #it gets stuck when we handle mispredicts # startup
- Havlak: {extra_args: 1, iterations: 500, tags: [yuria3], variable_values: ["--vm.Xss5m"]}
- LeeBench: {extra_args: 300, iterations: 100, tags: [yuria2 ]} #startup
- FannkuchRedux: {extra_args: 1, iterations: 30, tags: [yuria ]}
- RubykonBench: {extra_args: 1, iterations: 20, tags: [yuria2 ]} #startup
- BlogRailsRoutes: {extra_args: 1, iterations: 20, tags: [yuria ]} #startup
- BlogRailsRoutesTwoRoutesTwoRequests: {extra_args: 1, iterations: 20, tags: [yuria ]} #startup
- ERubiRails: {extra_args: 1, iterations: 20, tags: [yuria2 ]} #startup
- MailBench: {extra_args: 1, iterations: 40, tags: [yuria3 ]} #startup
- PsychLoad: {extra_args: 1, iterations: 40, tags: [yuria ]} #startup
- HexaPdfSmall: {iterations: 40, tags: [yuria2 ], extra_args: 1} #it gets stuck when we handle mispredicts # startup
- Havlak: {extra_args: 1, iterations: 300, tags: [yuria3], variable_values: ["--vm.Xss5m"]}

executors:
TruffleRuby-ce:
Expand Down Expand Up @@ -137,9 +137,8 @@ experiments:
executions:
- TruffleRuby-ce-large-cache:
suites:
# - startup-exp
# - ruby-benchs-steady
- startup-exp
- ruby-benchs-steady
- game-benchs-steady
# - bundle-based-apps


0 comments on commit d0d7dab

Please sign in to comment.