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

Build Cinder and Run pyperformance Benchmarks #2

Open
MAMV3x3 opened this issue Oct 6, 2023 · 1 comment
Open

Build Cinder and Run pyperformance Benchmarks #2

MAMV3x3 opened this issue Oct 6, 2023 · 1 comment
Assignees

Comments

@MAMV3x3
Copy link
Collaborator

MAMV3x3 commented Oct 6, 2023

Introduction

This issue documents the steps and results for building Cinder on my machine and running the pyperformance benchmarks against it.

@MAMV3x3 MAMV3x3 self-assigned this Oct 6, 2023
@MAMV3x3
Copy link
Collaborator Author

MAMV3x3 commented Oct 9, 2023

1. Cloning the Cinder Repository:

Cloned the Cinder codebase from its official repository to ensure an up-to-date source.

2. Building the Cinder Interpreter:

  • Configuration:
    • Utilized the OPT=-O2 ./configure --with-pydebug command to configure the Cinder build with optimization and debugging.
  • Compilation:
    • Executed make -j2 to compile the source code using two cores for parallel processing.

3. Running pyperformance on Cinder:

  • Initiated the benchmarking process on the compiled Cinder interpreter.
  • Command: pyperformance run --python=./python --output=result_cinder.json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant